Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtestmgr.h127 struct akcipher_testvec { struct
128 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