Searched refs:tail_iv (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 497 unsigned char tail_iv[AES_BLOCK_SIZE]; in aesni_cbc_hmac_sha1_cipher() local 518 memcpy(tail_iv, in + len - 2 * AES_BLOCK_SIZE, in aesni_cbc_hmac_sha1_cipher() 522 &key->ks, tail_iv, 0); in aesni_cbc_hmac_sha1_cipher() 574 memcpy(ctx->iv, tail_iv, AES_BLOCK_SIZE); in aesni_cbc_hmac_sha1_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 497 unsigned char tail_iv[AES_BLOCK_SIZE]; in aesni_cbc_hmac_sha1_cipher() local 518 memcpy(tail_iv, in + len - 2 * AES_BLOCK_SIZE, in aesni_cbc_hmac_sha1_cipher() 522 &key->ks, tail_iv, 0); in aesni_cbc_hmac_sha1_cipher() 574 memcpy(ctx->iv, tail_iv, AES_BLOCK_SIZE); in aesni_cbc_hmac_sha1_cipher()
|
Completed in 3 milliseconds