Home
last modified time | relevance | path

Searched refs:buffer_encrypted_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.h937 struct crypto_buffer buffer_encrypted_chunks[4]; variable
995 CRYPTO_FREE(buffer_encrypted_chunks[0]); in crypto_reset()
996 CRYPTO_FREE(buffer_encrypted_chunks[1]); in crypto_reset()
997 CRYPTO_FREE(buffer_encrypted_chunks[2]); in crypto_reset()
998 CRYPTO_FREE(buffer_encrypted_chunks[3]); in crypto_reset()
1518 buffer_encrypted_chunks[chunk_id].size = in Invoke_Crypto_AEUpdate_for_encryption()
1520 buffer_encrypted_chunks[chunk_id].buffer = malloc( in Invoke_Crypto_AEUpdate_for_encryption()
1521 buffer_encrypted_chunks[chunk_id].size); in Invoke_Crypto_AEUpdate_for_encryption()
1522 memcpy(buffer_encrypted_chunks[chunk_id].buffer, in Invoke_Crypto_AEUpdate_for_encryption()
1524 buffer_encrypted_chunks[chunk_id].size); in Invoke_Crypto_AEUpdate_for_encryption()
[all …]