Searched refs:ciphertx (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_arc4.c41 const unsigned char ciphertx[16] = { variable
76 if (memcmp(co.dst, ciphertx, sizeof(ciphertx)))
H A Dh_cbcdes.c42 const unsigned char ciphertx[16] = { variable
78 if (memcmp(co.dst, ciphertx, sizeof(ciphertx)))
H A Dh_camellia.c47 const unsigned char ciphertx[16] = { variable
83 if (memcmp(co.dst, ciphertx, sizeof(ciphertx)))
H A Dh_gcm.c42 const unsigned char ciphertx[16] = { variable
89 if (memcmp(co.dst, ciphertx, sizeof(ciphertx)))
H A Dh_aesctr2.c44 const unsigned char ciphertx[16] = { variable
H A Dh_aesctr1.c53 unsigned char ciphertx[36]; member in struct:__anon5117
239 if (memcmp(co.dst, tests[i].ciphertx, tests[i].len)) {
244 buf[j], tests[i].ciphertx[j]);

Completed in 102 milliseconds