Home
last modified time | relevance | path

Searched refs:TEE_ALG_AES_ECB_NOPAD (Results 1 – 12 of 12) sorted by relevance

/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c75 case TEE_ALG_AES_ECB_NOPAD: in init_ctx()
97 case TEE_ALG_AES_ECB_NOPAD: in init_ctx()
181 algo = TEE_ALG_AES_ECB_NOPAD; in core_aes_perf_tests()
/optee_os-3.20.0/core/include/tee/
A Dtee_fs_key_manager.h14 #define TEE_FS_KM_ENC_FEK_ALG TEE_ALG_AES_ECB_NOPAD
/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c66 case TEE_ALG_AES_ECB_NOPAD: in tee_cipher_get_block_size()
121 case TEE_ALG_AES_ECB_NOPAD: in tee_do_cipher_update()
A Dtee_fs_key_manager.c184 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_ECB_NOPAD); in aes_ecb()
A Dfs_htree.c22 #define TEE_FS_HTREE_ENC_ALG TEE_ALG_AES_ECB_NOPAD
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dcipher.c124 case TEE_ALG_AES_ECB_NOPAD: in stm32_cipher_allocate()
/optee_os-3.20.0/core/crypto/
A Daes-cts.c141 res = tee_do_cipher_update(ecb_ctx, TEE_ALG_AES_ECB_NOPAD, in cbc_cts_update()
A Drng_fortuna.c24 #define CIPHER_ALGO TEE_ALG_AES_ECB_NOPAD
A Dcrypto.c110 case TEE_ALG_AES_ECB_NOPAD: in crypto_cipher_alloc_ctx()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h207 #define TEE_ALG_AES_ECB_NOPAD 0x10000010 macro
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_symm.c67 { PKCS11_CKM_AES_ECB, TEE_ALG_AES_ECB_NOPAD }, in pkcs2tee_algorithm()
69 { PKCS11_CKM_AES_ECB_ENCRYPT_DATA, TEE_ALG_AES_ECB_NOPAD }, in pkcs2tee_algorithm()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c125 case TEE_ALG_AES_ECB_NOPAD: in TEE_AllocateOperation()
861 if (operation->info.algorithm == TEE_ALG_AES_ECB_NOPAD || in TEE_CipherInit()
1093 if (operation->info.algorithm == TEE_ALG_AES_ECB_NOPAD || in TEE_CipherDoFinal()
1853 if (alg == TEE_ALG_AES_ECB_NOPAD) in TEE_IsAlgorithmSupported()

Completed in 21 milliseconds