Home
last modified time | relevance | path

Searched defs:akcipher_testvec (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dtestmgr.h137 struct akcipher_testvec { struct
138 const unsigned char *key;
139 const unsigned char *m;
140 const unsigned char *c;
141 unsigned int key_len;
142 unsigned int m_size;
143 unsigned int c_size;
144 bool public_key_vec;