Searched refs:plaintx (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_null.c40 char plaintx[16] = "1234567890123456"; variable
64 co.len = sizeof(plaintx);
65 co.src = plaintx;
72 if (memcmp(co.dst, plaintx, sizeof(plaintx)))
H A Dh_aesctr2.c43 char plaintx[16] = "Single block msg"; variable
70 memcpy(ibuf + 8, plaintx, 16);
93 if (memcmp((char *)co.dst + 8, plaintx, sizeof(plaintx)))
H A Dh_arc4.c40 char plaintx[16] = "1234567890123456"; variable
68 co.len = sizeof(plaintx);
69 co.src = plaintx;
H A Dh_cbcdes.c41 char plaintx[16] = "1234567890123456"; variable
69 co.len = sizeof(plaintx);
70 co.src = plaintx;
H A Dh_gcm.c40 char plaintx[16] = { 0 }; variable
80 co.len = sizeof(plaintx);
81 co.src = plaintx;
120 if (memcmp(co.dst, plaintx, sizeof(plaintx)))
H A Dh_camellia.c45 char plaintx[16] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, variable
74 co.len = sizeof(plaintx);
75 co.src = plaintx;
H A Dh_xcbcmac.c45 char plaintx[1000] = { variable
95 if (tests[i].len == sizeof(plaintx))
96 memset(&plaintx, 0, sizeof(plaintx));
100 co.src = plaintx;
H A Dh_md5.c43 unsigned char plaintx[80]; member in struct:__anon3941
95 co.src = __UNCONST(&tests[i].plaintx);
H A Dh_aesctr1.c52 unsigned char plaintx[36]; member in struct:__anon3940
231 co.src = __UNCONST(&tests[i].plaintx);

Completed in 158 milliseconds