HomeSort by: relevance | last modified time | path
    Searched defs:plaintx (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/crypto/opencrypto/
h_arc4.c 40 char plaintx[16] = "1234567890123456"; variable in typeref:typename:char[16]
68 co.len = sizeof(plaintx);
69 co.src = plaintx;
h_camellia.c 45 char plaintx[16] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, variable in typeref:typename:char[16]
74 co.len = sizeof(plaintx);
75 co.src = plaintx;
h_cbcdes.c 41 char plaintx[16] = "1234567890123456"; variable in typeref:typename:char[16]
69 co.len = sizeof(plaintx);
70 co.src = plaintx;
h_null.c 40 char plaintx[16] = "1234567890123456"; variable in typeref:typename:char[16]
64 co.len = sizeof(plaintx);
65 co.src = plaintx;
72 if (memcmp(co.dst, plaintx, sizeof(plaintx)))
h_aescbc.c 49 unsigned char plaintx[64]; member in struct:__anond7f5095a0108
145 co.src = __UNCONST(&tests[i].plaintx);
h_aesctr1.c 52 unsigned char plaintx[36]; member in struct:__anond7e42dac0108
231 co.src = __UNCONST(&tests[i].plaintx);
h_aesctr2.c 43 char plaintx[16] = "Single block msg"; variable in typeref:typename:char[16]
70 memcpy(ibuf + 8, plaintx, 16);
93 if (memcmp((char *)co.dst + 8, plaintx, sizeof(plaintx)))
h_cbc3des.c 44 char plaintx[16] = "1234567890123456"; variable in typeref:typename:char[16]
74 co.len = sizeof(plaintx);
75 co.src = plaintx;
99 if (memcmp(co2.dst, plaintx, sizeof(plaintx)))
h_gcm.c 40 char plaintx[16] = { 0 }; variable in typeref:typename:char[16]
80 co.len = sizeof(plaintx);
81 co.src = plaintx;
120 if (memcmp(co.dst, plaintx, sizeof(plaintx)))
h_md5.c 43 unsigned char plaintx[80]; member in struct:__anon247742bf0108
95 co.src = __UNCONST(&tests[i].plaintx);
h_xcbcmac.c 45 char plaintx[1000] = { variable in typeref:typename:char[1000]
95 if (tests[i].len == sizeof(plaintx))
96 memset(&plaintx, 0, sizeof(plaintx));
100 co.src = plaintx;

Completed in 16 milliseconds