| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rc2test.c | 106 const char cbc_iv[8] = variable 149 memcpy(t, cbc_iv, 8); 160 memcpy(t, cbc_iv, 8);
|
| /src/crypto/external/bsd/openssl/dist/demos/cipher/ |
| ariacbc.c | 29 static const unsigned char cbc_iv[] = { variable 61 size_t cbc_ivlen = sizeof(cbc_iv); 81 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) 119 size_t cbc_ivlen = sizeof(cbc_iv); 137 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL))
|
| /src/crypto/external/apache2/openssl/dist/demos/cipher/ |
| ariacbc.c | 29 static const unsigned char cbc_iv[] = { variable 93 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) 148 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| destest.c | 179 static unsigned char cbc_iv[8] = variable 367 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 373 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 391 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 396 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 419 memcpy(iv3, cbc_iv, sizeof(cbc_iv)) [all...] |
| bftest.c | 165 static unsigned char cbc_iv[8] = variable 266 printf("%02X", cbc_iv[j]); 359 memcpy(iv, cbc_iv, sizeof(iv)); 365 memcpy(iv, cbc_iv, 8); 385 memcpy(iv, cbc_iv, 8); 395 memcpy(iv, cbc_iv, 8); 417 memcpy(iv, cbc_iv, 8); 427 memcpy(iv, cbc_iv, 8);
|
| /src/tests/lib/libdes/ |
| t_des.c | 226 static unsigned char cbc_iv[8] = { variable 484 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 496 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 601 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 606 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 632 memcpy(iv3, cbc_iv, sizeof(cbc_iv)) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| destest.c | 189 static unsigned char cbc_iv[8] = { variable 475 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 481 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 499 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 504 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 527 memcpy(iv3, cbc_iv, sizeof(cbc_iv)) [all...] |
| bftest.c | 166 static unsigned char cbc_iv[8] = { variable 269 printf("%02X", cbc_iv[j]); 362 memcpy(iv, cbc_iv, sizeof(iv)); 368 memcpy(iv, cbc_iv, 8); 388 memcpy(iv, cbc_iv, 8); 398 memcpy(iv, cbc_iv, 8); 420 memcpy(iv, cbc_iv, 8); 430 memcpy(iv, cbc_iv, 8);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| destest.c | 186 static unsigned char cbc_iv[8] = variable 374 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 380 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 398 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 403 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); 426 memcpy(iv3, cbc_iv, sizeof(cbc_iv)) [all...] |
| bftest.c | 166 static unsigned char cbc_iv[8] = variable 267 printf("%02X", cbc_iv[j]); 360 memcpy(iv, cbc_iv, sizeof(iv)); 366 memcpy(iv, cbc_iv, 8); 386 memcpy(iv, cbc_iv, 8); 396 memcpy(iv, cbc_iv, 8); 418 memcpy(iv, cbc_iv, 8); 428 memcpy(iv, cbc_iv, 8);
|