Home
last modified time | relevance | path

Searched refs:tail_iv (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c498 unsigned char tail_iv[AES_BLOCK_SIZE]; in aesni_cbc_hmac_sha1_cipher() local
525 memcpy(tail_iv, in + len - 2 * AES_BLOCK_SIZE, in aesni_cbc_hmac_sha1_cipher()
529 &key->ks, tail_iv, 0); in aesni_cbc_hmac_sha1_cipher()
581 memcpy(ctx->iv, tail_iv, AES_BLOCK_SIZE); in aesni_cbc_hmac_sha1_cipher()

Completed in 7 milliseconds