Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Daes-cts.c105 return tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
124 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
134 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
160 TEE_ALG_AES_CBC_NOPAD, mode, in cbc_cts_update()
168 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
175 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
H A Dcbc-mac.c222 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_AES_CBC_NOPAD, false); in crypto_aes_cbc_mac_nopad_alloc_ctx()
227 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_AES_CBC_NOPAD, true); in crypto_aes_cbc_mac_pkcs5_alloc_ctx()
H A Dcrypto.c130 case TEE_ALG_AES_CBC_NOPAD: in crypto_cipher_alloc_ctx()
/optee_os/core/pta/tests/
H A Daes_perf.c75 case TEE_ALG_AES_CBC_NOPAD: in init_ctx()
90 case TEE_ALG_AES_CBC_NOPAD: in init_ctx()
183 algo = TEE_ALG_AES_CBC_NOPAD; in core_aes_perf_tests()
/optee_os/core/tee/
H A Dtee_cryp_utl.c66 case TEE_ALG_AES_CBC_NOPAD: in tee_cipher_get_block_size()
123 case TEE_ALG_AES_CBC_NOPAD: in tee_do_cipher_update()
H A Dtee_fs_key_manager.c254 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_CBC_NOPAD); in tee_fs_crypt_block()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c59 if (crypto_cipher_alloc_ctx(cipher, TEE_ALG_AES_CBC_NOPAD)) in glue_symmetric_context_init()
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c270 case TEE_ALG_AES_CBC_NOPAD: in stm32_cryp_cipher_allocate()
299 case TEE_ALG_AES_CBC_NOPAD: in stm32_saes_cipher_allocate()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h225 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c69 { PKCS11_CKM_AES_CBC, TEE_ALG_AES_CBC_NOPAD }, in pkcs2tee_algorithm()
71 { PKCS11_CKM_AES_CBC_ENCRYPT_DATA, TEE_ALG_AES_CBC_NOPAD }, in pkcs2tee_algorithm()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c435 case TEE_ALG_AES_CBC_NOPAD: in cipher_algo_check()
/optee_os/lib/libutee/
H A Dtee_api_operations.c143 case TEE_ALG_AES_CBC_NOPAD: in TEE_AllocateOperation()
1318 operation->info.algorithm == TEE_ALG_AES_CBC_NOPAD || in TEE_CipherDoFinal()
2441 if (alg == TEE_ALG_AES_CBC_NOPAD) in TEE_IsAlgorithmSupported()