Home
last modified time | relevance | path

Searched refs:TEE_ALG_SHA224 (Results 1 – 12 of 12) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c48 { PKCS11_CKM_SHA224, TEE_ALG_SHA224 }, in pkcs2tee_algorithm()
H A Dprocessing_rsa.c75 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA224); in pkcs2tee_validate_rsa_pss()
375 *tee_hash_id = TEE_ALG_SHA224; in pkcs2tee_algo_rsa_oaep()
470 *tee_hash_id = TEE_ALG_SHA224; in pkcs2tee_algo_rsa_aes_wrap()
H A Dprocessing_asymm.c77 TEE_ALG_SHA224 }, in pkcs2tee_algorithm()
87 TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA224, TEE_ALG_SHA224 }, in pkcs2tee_algorithm()
97 { PKCS11_CKM_ECDSA_SHA224, 1, TEE_ALG_SHA224 }, in pkcs2tee_algorithm()
H A Dprocessing_symm.c175 { PKCS11_CKM_SHA224_HMAC, TEE_ALG_SHA224 }, in hmac_to_tee_hash()
181 { PKCS11_CKM_SHA224_HMAC_GENERAL, TEE_ALG_SHA224 }, in hmac_to_tee_hash()
/optee_os/lib/libutee/include/
H A Dutee_defines.h218 case TEE_ALG_SHA224: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h288 #define TEE_ALG_SHA224 0x50000003 macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c76 case TEE_ALG_SHA224: in sec_digest_get_alg_type()
523 case TEE_ALG_SHA224: in sec_hash_get_mac_len()
/optee_os/core/crypto/
H A Dsigned_hdr.c55 algo == TEE_ALG_MD5SHA1 || algo == TEE_ALG_SHA224; in is_weak_hash_algo()
H A Dcrypto.c35 case TEE_ALG_SHA224: in crypto_hash_alloc_ctx()
/optee_os/core/lib/libtomcrypt/
H A Drsa.c49 case TEE_ALG_SHA224: in tee_algo_to_ltc_hashindex()
/optee_os/lib/libmbedtls/core/
H A Drsa.c65 case TEE_ALG_SHA224: in tee_algo_to_mbedtls_hash_algo()
/optee_os/lib/libutee/
H A Dtee_api_operations.c267 case TEE_ALG_SHA224: in TEE_AllocateOperation()
2502 if (alg == TEE_ALG_SHA224) in TEE_IsAlgorithmSupported()