Home
last modified time | relevance | path

Searched refs:saved_cipher_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.h961 struct crypto_buffer saved_cipher_iv; variable
1008 CRYPTO_FREE(saved_cipher_iv); in crypto_reset()
2479 CRYPTO_FREE(saved_cipher_iv); in Invoke_Crypto_CipherInit()
2480 saved_cipher_iv.size = iv_len; in Invoke_Crypto_CipherInit()
2481 saved_cipher_iv.buffer = malloc(iv_len); in Invoke_Crypto_CipherInit()
2482 memcpy(saved_cipher_iv.buffer, iv, iv_len); in Invoke_Crypto_CipherInit()
3446 saved_cipher_iv.size, in cipher_do_final()
3447 saved_cipher_iv.buffer, in cipher_do_final()
3452 saved_cipher_iv.size) in cipher_do_final()