Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.h128 struct akcipher_testvec { struct
129 const unsigned char *key;
130 const unsigned char *m;
131 const unsigned char *c;
132 unsigned int key_len;
133 unsigned int m_size;
134 unsigned int c_size;
158 static const struct akcipher_testvec rsa_tv_template[] = { argument