Home
last modified time | relevance | path

Searched refs:saved_cipher_update (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.h964 struct crypto_buffer saved_cipher_update; variable
1009 CRYPTO_FREE(saved_cipher_update); in crypto_reset()
2488 CRYPTO_FREE(saved_cipher_update); in Invoke_Crypto_CipherInit()
2534 void *tmp = realloc(saved_cipher_update.buffer, in Invoke_Crypto_CipherUpdate()
2535 saved_cipher_update.size + in Invoke_Crypto_CipherUpdate()
2537 saved_cipher_update.buffer = tmp; in Invoke_Crypto_CipherUpdate()
2539 saved_cipher_update.buffer + in Invoke_Crypto_CipherUpdate()
2540 saved_cipher_update.size, SHARE_MEM02->buffer, in Invoke_Crypto_CipherUpdate()
2542 saved_cipher_update.size += op.params[3].memref.size; in Invoke_Crypto_CipherUpdate()
2601 void *tmp = realloc(saved_cipher_update.buffer, in Invoke_Crypto_CipherDoFinal()
[all …]