Home
last modified time | relevance | path

Searched refs:TEE_ALG_MD5SHA1 (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h296 #define TEE_ALG_MD5SHA1 0x5000000F macro
/optee_os/core/crypto/
H A Dsigned_hdr.c55 algo == TEE_ALG_MD5SHA1 || algo == TEE_ALG_SHA224; in is_weak_hash_algo()
/optee_os/lib/libutee/
H A Dtee_api_operations.c2534 if (alg == TEE_ALG_MD5SHA1) in TEE_IsAlgorithmSupported()