Searched refs:iv_crypt (Results 1 – 1 of 1) sorted by relevance
145 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument164 memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()165 memcpy(frame_iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()191 sg_init_one(src, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt()