Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c45 if (algo == TEE_ALG_AES_GCM) in free_ctx()
80 case TEE_ALG_AES_GCM: in init_ctx()
101 case TEE_ALG_AES_GCM: in init_ctx()
141 if (algo == TEE_ALG_AES_GCM) in do_update()
193 algo = TEE_ALG_AES_GCM; in core_aes_perf_tests()
/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c72 case TEE_ALG_AES_GCM: in tee_cipher_get_block_size()
A Dtadb.c25 #define TADB_AUTH_ENC_ALG TEE_ALG_AES_GCM
A Dfs_htree.c26 #define TEE_FS_HTREE_AUTH_ENC_ALG TEE_ALG_AES_GCM
/optee_os-3.20.0/core/drivers/
A Dstm32mp15_huk.c101 ret = crypto_authenc_alloc_ctx(&ctx, TEE_ALG_AES_GCM); in aes_gcm_encrypt_uid()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h216 #define TEE_ALG_AES_GCM 0x40000810 macro
/optee_os-3.20.0/ta/trusted_keys/
A Dentry.c156 res = TEE_AllocateOperation(&crypto_op, TEE_ALG_AES_GCM, mode, in huk_crypt()
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dauthenc.c351 case TEE_ALG_AES_GCM: in stm32_ae_allocate()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c143 case TEE_ALG_AES_GCM: in TEE_AllocateOperation()
1333 if (operation->info.algorithm == TEE_ALG_AES_GCM) { in TEE_AEInit()
1886 if (alg == TEE_ALG_AES_GCM) in TEE_IsAlgorithmSupported()
/optee_os-3.20.0/core/crypto/
A Dcrypto.c354 case TEE_ALG_AES_GCM: in crypto_authenc_alloc_ctx()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Dauthenc.c754 if (algo != TEE_ALG_AES_GCM) in do_allocate()

Completed in 21 milliseconds