Home
last modified time | relevance | path

Searched refs:TEE_ALG_DES_CBC_NOPAD (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c83 case TEE_ALG_DES_CBC_NOPAD: in tee_cipher_get_block_size()
125 case TEE_ALG_DES_CBC_NOPAD: in tee_do_cipher_update()
/optee_os-3.20.0/core/crypto/
A Dcbc-mac.c232 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES_CBC_NOPAD, false); in crypto_des_cbc_mac_nopad_alloc_ctx()
237 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES_CBC_NOPAD, true); in crypto_des_cbc_mac_pkcs5_alloc_ctx()
A Dcrypto.c131 case TEE_ALG_DES_CBC_NOPAD: in crypto_cipher_alloc_ctx()
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dcipher.c118 case TEE_ALG_DES_CBC_NOPAD: in stm32_cipher_allocate()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h218 #define TEE_ALG_DES_CBC_NOPAD 0x10000111 macro
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c129 case TEE_ALG_DES_CBC_NOPAD: in TEE_AllocateOperation()
1096 operation->info.algorithm == TEE_ALG_DES_CBC_NOPAD || in TEE_CipherDoFinal()
1897 if (alg == TEE_ALG_DES_CBC_NOPAD || in TEE_IsAlgorithmSupported()

Completed in 13 milliseconds