Searched refs:iv3 (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | destest.c | 376 DES_cblock iv3; in test_des_cbc() local 384 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc() 386 &iv3, DES_ENCRYPT); in test_des_cbc() 390 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc() 392 &iv3, DES_DECRYPT); in test_des_cbc() 398 DES_cblock iv3; in test_des_ede_cbc() local 408 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc() 413 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc() 421 DES_cblock iv3; in test_ede_cbc() local 436 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc() [all …]
|
/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 3358 veor $tmp3,$rndlast,$iv3 3390 veor $dat3,$in3,$iv3 3406 vorr $iv4,$iv3,$iv3 3407 vorr $iv3,$iv2,$iv2 3415 veor $dat3,$in3,$iv3 4041 veor $tmp3,$rndlast,$iv3 4073 veor $dat3,$in3,$iv3 4090 vorr $iv4,$iv3,$iv3 4091 vorr $iv3,$iv2,$iv2 4099 veor $dat3,$in3,$iv3 [all …]
|
Completed in 10 milliseconds