Home
last modified time | relevance | path

Searched refs:TEE_ALG_AES_CTS (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/tee/
H A Dtee_cryp_utl.c68 case TEE_ALG_AES_CTS: in tee_cipher_get_block_size()
132 case TEE_ALG_AES_CTS: in tee_do_cipher_update()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h227 #define TEE_ALG_AES_CTS 0x10000310 macro
/optee_os/core/crypto/
H A Dcrypto.c136 case TEE_ALG_AES_CTS: in crypto_cipher_alloc_ctx()
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c73 { PKCS11_CKM_AES_CTS, TEE_ALG_AES_CTS }, in pkcs2tee_algorithm()
/optee_os/lib/libutee/
H A Dtee_api_operations.c137 case TEE_ALG_AES_CTS: in TEE_AllocateOperation()
2449 if (alg == TEE_ALG_AES_CTS) in TEE_IsAlgorithmSupported()