Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
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()
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()
A Dcrypto.c113 case TEE_ALG_AES_CBC_NOPAD: in crypto_cipher_alloc_ctx()
/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c76 case TEE_ALG_AES_CBC_NOPAD: in init_ctx()
91 case TEE_ALG_AES_CBC_NOPAD: in init_ctx()
184 algo = TEE_ALG_AES_CBC_NOPAD; in core_aes_perf_tests()
/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c67 case TEE_ALG_AES_CBC_NOPAD: in tee_cipher_get_block_size()
124 case TEE_ALG_AES_CBC_NOPAD: in tee_do_cipher_update()
A Dtee_fs_key_manager.c255 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_CBC_NOPAD); in tee_fs_crypt_block()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c59 if (crypto_cipher_alloc_ctx(cipher, TEE_ALG_AES_CBC_NOPAD)) in glue_symmetric_context_init()
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dcipher.c126 case TEE_ALG_AES_CBC_NOPAD: in stm32_cipher_allocate()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h208 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_symm.c68 { PKCS11_CKM_AES_CBC, TEE_ALG_AES_CBC_NOPAD }, in pkcs2tee_algorithm()
70 { PKCS11_CKM_AES_CBC_ENCRYPT_DATA, TEE_ALG_AES_CBC_NOPAD }, in pkcs2tee_algorithm()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c126 case TEE_ALG_AES_CBC_NOPAD: in TEE_AllocateOperation()
1094 operation->info.algorithm == TEE_ALG_AES_CBC_NOPAD || in TEE_CipherDoFinal()
1857 if (alg == TEE_ALG_AES_CBC_NOPAD) in TEE_IsAlgorithmSupported()

Completed in 18 milliseconds