Searched defs:akcipher_testvec (Results 1 – 1 of 1) sorted by relevance
127 struct akcipher_testvec { struct128 const unsigned char *key;129 const unsigned char *m;130 const unsigned char *c;131 unsigned int key_len;132 unsigned int m_size;133 unsigned int c_size;157 static const struct akcipher_testvec rsa_tv_template[] = { argument