Home
last modified time | relevance | path

Searched refs:TEE_ALG_AES_CTR (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/tee/
H A Dtee_cryp_utl.c67 case TEE_ALG_AES_CTR: in tee_cipher_get_block_size()
116 if (!last_block && algo != TEE_ALG_AES_CTR) in tee_do_cipher_update()
130 case TEE_ALG_AES_CTR: in tee_do_cipher_update()
/optee_os/core/pta/tests/
H A Daes_perf.c76 case TEE_ALG_AES_CTR: in init_ctx()
91 case TEE_ALG_AES_CTR: in init_ctx()
186 algo = TEE_ALG_AES_CTR; in core_aes_perf_tests()
/optee_os/core/drivers/crypto/se050/core/
H A Dcipher.c63 case TEE_ALG_AES_CTR: in do_allocate()
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c272 case TEE_ALG_AES_CTR: in stm32_cryp_cipher_allocate()
304 case TEE_ALG_AES_CTR: in stm32_saes_cipher_allocate()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h226 #define TEE_ALG_AES_CTR 0x10000210 macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c436 case TEE_ALG_AES_CTR: in cipher_algo_check()
/optee_os/core/crypto/
H A Dcrypto.c133 case TEE_ALG_AES_CTR: in crypto_cipher_alloc_ctx()
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c72 { PKCS11_CKM_AES_CTR, TEE_ALG_AES_CTR }, in pkcs2tee_algorithm()
/optee_os/lib/libutee/
H A Dtee_api_operations.c159 case TEE_ALG_AES_CTR: in TEE_AllocateOperation()
2445 if (alg == TEE_ALG_AES_CTR) in TEE_IsAlgorithmSupported()