Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h958 struct crypto_buffer saved_mac_iv; variable
2289 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()