Searched refs:iv_crypt (Results 1 – 1 of 1) sorted by relevance
140 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument158 memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()159 memcpy(frame_iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()185 sg_init_one(src, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt()