| /src/tests/crypto/opencrypto/ |
| h_arc4.c | 40 char plaintx[16] = "1234567890123456"; variable 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 74 co.len = sizeof(plaintx); 75 co.src = plaintx;
|
| h_cbcdes.c | 41 char plaintx[16] = "1234567890123456"; variable 69 co.len = sizeof(plaintx); 70 co.src = plaintx;
|
| h_null.c | 40 char plaintx[16] = "1234567890123456"; variable 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:__anon7787 145 co.src = __UNCONST(&tests[i].plaintx);
|
| h_aesctr1.c | 52 unsigned char plaintx[36]; member in struct:__anon7788 231 co.src = __UNCONST(&tests[i].plaintx);
|
| h_aesctr2.c | 43 char plaintx[16] = "Single block msg"; variable 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 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 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:__anon7789 95 co.src = __UNCONST(&tests[i].plaintx);
|
| h_xcbcmac.c | 45 char plaintx[1000] = { variable 95 if (tests[i].len == sizeof(plaintx)) 96 memset(&plaintx, 0, sizeof(plaintx)); 100 co.src = plaintx;
|
| h_thread.c | 57 unsigned char plaintx[80]; member in struct:__anon10 139 co.src = __UNCONST(&tests[i].plaintx);
|