Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_cryp_utl.c85 case TEE_ALG_DES3_ECB_NOPAD: in tee_cipher_get_block_size()
122 case TEE_ALG_DES3_ECB_NOPAD: in tee_do_cipher_update()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h238 #define TEE_ALG_DES3_ECB_NOPAD 0x10000013 macro
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c264 case TEE_ALG_DES3_ECB_NOPAD: in stm32_cryp_cipher_allocate()
/optee_os/lib/libutee/
H A Dtee_api_operations.c147 case TEE_ALG_DES3_ECB_NOPAD: in TEE_AllocateOperation()
1057 operation->info.algorithm == TEE_ALG_DES3_ECB_NOPAD || in TEE_CipherInit()
1321 operation->info.algorithm == TEE_ALG_DES3_ECB_NOPAD || in TEE_CipherDoFinal()
2477 alg == TEE_ALG_DES3_ECB_NOPAD) in TEE_IsAlgorithmSupported()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c439 case TEE_ALG_DES3_ECB_NOPAD: in cipher_algo_check()
/optee_os/core/crypto/
H A Dcrypto.c145 case TEE_ALG_DES3_ECB_NOPAD: in crypto_cipher_alloc_ctx()