Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c46 { PKCS11_CKM_MD5, TEE_ALG_MD5 }, in pkcs2tee_algorithm()
H A Dprocessing_symm.c173 { PKCS11_CKM_MD5_HMAC, TEE_ALG_MD5 }, in hmac_to_tee_hash()
179 { PKCS11_CKM_MD5_HMAC_GENERAL, TEE_ALG_MD5 }, in hmac_to_tee_hash()
H A Dprocessing_asymm.c73 TEE_ALG_MD5 }, in pkcs2tee_algorithm()
/optee_os/lib/libutee/include/
H A Dutee_defines.h210 case TEE_ALG_MD5: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h286 #define TEE_ALG_MD5 0x50000001 macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c68 case TEE_ALG_MD5: in sec_digest_get_alg_type()
517 case TEE_ALG_MD5: in sec_hash_get_mac_len()
/optee_os/core/crypto/
H A Dsigned_hdr.c54 return algo == TEE_ALG_MD5 || algo == TEE_ALG_SHA1 || in is_weak_hash_algo()
H A Dcrypto.c29 case TEE_ALG_MD5: in crypto_hash_alloc_ctx()
/optee_os/core/lib/libtomcrypt/
H A Drsa.c41 case TEE_ALG_MD5: in tee_algo_to_ltc_hashindex()
/optee_os/lib/libmbedtls/core/
H A Drsa.c57 case TEE_ALG_MD5: in tee_algo_to_mbedtls_hash_algo()
/optee_os/lib/libutee/
H A Dtee_api_operations.c265 case TEE_ALG_MD5: in TEE_AllocateOperation()
2494 if (alg == TEE_ALG_MD5) in TEE_IsAlgorithmSupported()