Home
last modified time | relevance | path

Searched refs:buffer_decrypted_chunks (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.h940 struct crypto_buffer buffer_decrypted_chunks[4]; variable
1000 CRYPTO_FREE(buffer_decrypted_chunks[0]); in crypto_reset()
1001 CRYPTO_FREE(buffer_decrypted_chunks[1]); in crypto_reset()
1002 CRYPTO_FREE(buffer_decrypted_chunks[2]); in crypto_reset()
1003 CRYPTO_FREE(buffer_decrypted_chunks[3]); in crypto_reset()
1588 buffer_decrypted_chunks[chunk_id].size = in Invoke_Crypto_AEUpdate_for_decryption()
1590 buffer_decrypted_chunks[chunk_id].buffer = malloc( in Invoke_Crypto_AEUpdate_for_decryption()
1591 buffer_decrypted_chunks[chunk_id].size); in Invoke_Crypto_AEUpdate_for_decryption()
1592 memcpy(buffer_decrypted_chunks[chunk_id].buffer, in Invoke_Crypto_AEUpdate_for_decryption()
1594 buffer_decrypted_chunks[chunk_id].size); in Invoke_Crypto_AEUpdate_for_decryption()
[all …]