Searched refs:iv3 (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A D | destest.c | 366 DES_cblock iv3; in test_des_cbc() local 374 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc() 376 &iv3, DES_ENCRYPT); in test_des_cbc() 380 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc() 382 &iv3, DES_DECRYPT); in test_des_cbc() 388 DES_cblock iv3; in test_des_ede_cbc() local 398 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc() 403 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc() 411 DES_cblock iv3; in test_ede_cbc() local 426 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc() [all …]
|
/openssl-master/crypto/aes/asm/ |
A D | aesv8-armx.pl | 2549 veor $tmp3,$rndlast,$iv3 2581 veor $dat3,$in3,$iv3 2597 vorr $iv4,$iv3,$iv3 2598 vorr $iv3,$iv2,$iv2 2606 veor $dat3,$in3,$iv3 3232 veor $tmp3,$rndlast,$iv3 3264 veor $dat3,$in3,$iv3 3281 vorr $iv4,$iv3,$iv3 3282 vorr $iv3,$iv2,$iv2 3290 veor $dat3,$in3,$iv3 [all …]
|
Completed in 12 milliseconds