Searched defs:cipher_testvec (Results 1 – 2 of 2) sorted by relevance
31680 struct cipher_testvec { struct31681 const char *key;31682 const char *iv;31683 const char *iv_out;31684 const char *ptext;31685 const char *ctext;31686 unsigned char wk;31687 short unsigned int klen;31688 unsigned int len;31689 bool fips_skip;[all …]