Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.h65 struct cipher_testvec { struct
66 const char *key;
67 const char *iv;
68 const char *iv_out;
69 const char *input;
70 const char *result;
71 unsigned short tap[MAX_TAP];
72 int np;
73 unsigned char also_non_np;
74 bool fail;
[all …]