Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Daes_perf.c74 case TEE_ALG_AES_ECB_NOPAD: in init_ctx()
96 case TEE_ALG_AES_ECB_NOPAD: in init_ctx()
180 algo = TEE_ALG_AES_ECB_NOPAD; in core_aes_perf_tests()
/optee_os/core/tee/
H A Dtee_cryp_utl.c65 case TEE_ALG_AES_ECB_NOPAD: in tee_cipher_get_block_size()
120 case TEE_ALG_AES_ECB_NOPAD: in tee_do_cipher_update()
H A Dtee_fs_key_manager.c183 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_ECB_NOPAD); in aes_ecb()
H A Dfs_htree.c23 #define TEE_FS_HTREE_ENC_ALG TEE_ALG_AES_ECB_NOPAD
/optee_os/core/include/tee/
H A Dtee_fs_key_manager.h14 #define TEE_FS_KM_ENC_FEK_ALG TEE_ALG_AES_ECB_NOPAD
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c268 case TEE_ALG_AES_ECB_NOPAD: in stm32_cryp_cipher_allocate()
294 case TEE_ALG_AES_ECB_NOPAD: in stm32_saes_cipher_allocate()
/optee_os/core/crypto/
H A Daes-cts.c141 res = tee_do_cipher_update(ecb_ctx, TEE_ALG_AES_ECB_NOPAD, in cbc_cts_update()
H A Drng_fortuna.c24 #define CIPHER_ALGO TEE_ALG_AES_ECB_NOPAD
H A Dcrypto.c127 case TEE_ALG_AES_ECB_NOPAD: in crypto_cipher_alloc_ctx()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h224 #define TEE_ALG_AES_ECB_NOPAD 0x10000010 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c68 { PKCS11_CKM_AES_ECB, TEE_ALG_AES_ECB_NOPAD }, in pkcs2tee_algorithm()
70 { PKCS11_CKM_AES_ECB_ENCRYPT_DATA, TEE_ALG_AES_ECB_NOPAD }, in pkcs2tee_algorithm()
H A Dpkcs11_attributes.c2917 res = TEE_AllocateOperation(&op, TEE_ALG_AES_ECB_NOPAD, in compute_check_value_with_ecb()
/optee_os/lib/libutee/
H A Dtee_api_operations.c142 case TEE_ALG_AES_ECB_NOPAD: in TEE_AllocateOperation()
1055 if (operation->info.algorithm == TEE_ALG_AES_ECB_NOPAD || in TEE_CipherInit()
1317 if (operation->info.algorithm == TEE_ALG_AES_ECB_NOPAD || in TEE_CipherDoFinal()
2437 if (alg == TEE_ALG_AES_ECB_NOPAD) in TEE_IsAlgorithmSupported()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c434 case TEE_ALG_AES_ECB_NOPAD: in cipher_algo_check()