Searched refs:saved_mac_iv (Results 1 – 1 of 1) sorted by relevance
958 struct crypto_buffer saved_mac_iv; variable2289 CRYPTO_FREE(saved_mac_iv); in Invoke_Crypto_MACInit()2290 saved_mac_iv.size = iv_len; in Invoke_Crypto_MACInit()2291 saved_mac_iv.buffer = malloc(iv_len); in Invoke_Crypto_MACInit()2292 memcpy(saved_mac_iv.buffer, iv, iv_len); in Invoke_Crypto_MACInit()3369 saved_mac_iv.buffer, saved_mac_iv.size); in mac_compute_final()