Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Daes_perf.c44 if (algo == TEE_ALG_AES_GCM) in free_ctx()
79 case TEE_ALG_AES_GCM: in init_ctx()
100 case TEE_ALG_AES_GCM: in init_ctx()
140 if (algo == TEE_ALG_AES_GCM) in do_update()
192 algo = TEE_ALG_AES_GCM; in core_aes_perf_tests()
/optee_os/core/tee/
H A Dtee_cryp_utl.c71 case TEE_ALG_AES_GCM: in tee_cipher_get_block_size()
H A Dtadb.c25 #define TADB_AUTH_ENC_ALG TEE_ALG_AES_GCM
H A Dfs_htree.c27 #define TEE_FS_HTREE_AUTH_ENC_ALG TEE_ALG_AES_GCM
/optee_os/core/drivers/
H A Dstm32mp15_huk.c106 ret = crypto_authenc_alloc_ctx(&ctx, TEE_ALG_AES_GCM); in aes_gcm_encrypt_uid()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h233 #define TEE_ALG_AES_GCM 0x40000810 macro
/optee_os/ta/trusted_keys/
H A Dentry.c156 res = TEE_AllocateOperation(&crypto_op, TEE_ALG_AES_GCM, mode, in huk_crypt()
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c347 case TEE_ALG_AES_GCM: in stm32_ae_allocate()
/optee_os/lib/libutee/
H A Dtee_api_operations.c160 case TEE_ALG_AES_GCM: in TEE_AllocateOperation()
1607 if (operation->info.algorithm == TEE_ALG_AES_GCM) { in TEE_AEInit()
2470 if (alg == TEE_ALG_AES_GCM) in TEE_IsAlgorithmSupported()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c754 if (algo != TEE_ALG_AES_GCM) in do_allocate()
/optee_os/core/crypto/
H A Dcrypto.c383 case TEE_ALG_AES_GCM: in crypto_authenc_alloc_ctx()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c153 case TEE_ALG_AES_GCM: in authenc_algo_check()
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c74 { PKCS11_CKM_AES_GCM, TEE_ALG_AES_GCM }, in pkcs2tee_algorithm()