Home
last modified time | relevance | path

Searched refs:TEE_ALG_DES3_CBC_NOPAD (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/tee/
H A Dtee_cryp_utl.c86 case TEE_ALG_DES3_CBC_NOPAD: in tee_cipher_get_block_size()
125 case TEE_ALG_DES3_CBC_NOPAD: in tee_do_cipher_update()
/optee_os/core/crypto/
H A Dcbc-mac.c242 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES3_CBC_NOPAD, false); in crypto_des3_cbc_mac_nopad_alloc_ctx()
247 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES3_CBC_NOPAD, true); in crypto_des3_cbc_mac_pkcs5_alloc_ctx()
H A Dcrypto.c151 case TEE_ALG_DES3_CBC_NOPAD: in crypto_cipher_alloc_ctx()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h239 #define TEE_ALG_DES3_CBC_NOPAD 0x10000113 macro
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c266 case TEE_ALG_DES3_CBC_NOPAD: in stm32_cryp_cipher_allocate()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c441 case TEE_ALG_DES3_CBC_NOPAD: in cipher_algo_check()
/optee_os/lib/libutee/
H A Dtee_api_operations.c148 case TEE_ALG_DES3_CBC_NOPAD: in TEE_AllocateOperation()
1322 operation->info.algorithm == TEE_ALG_DES3_CBC_NOPAD || in TEE_CipherDoFinal()
2482 alg == TEE_ALG_DES3_CBC_NOPAD) in TEE_IsAlgorithmSupported()