Home
last modified time | relevance | path

Searched refs:TEE_ALG_SHA1 (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/aspeed/
A Dhace_ast2600.c142 case TEE_ALG_SHA1: in ast2600_hace_init()
243 case TEE_ALG_SHA1: in ast2600_hace_final()
356 case TEE_ALG_SHA1: in ast2600_hace_alloc()
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_digest.c47 { PKCS11_CKM_SHA_1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
A Dprocessing_rsa.c72 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA1); in pkcs2tee_validate_rsa_pss()
369 *tee_hash_id = TEE_ALG_SHA1; in pkcs2tee_algo_rsa_oaep()
464 *tee_hash_id = TEE_ALG_SHA1; in pkcs2tee_algo_rsa_aes_wrap()
A Dprocessing_asymm.c72 TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
82 TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
93 { PKCS11_CKM_ECDSA_SHA1, 1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
A Dprocessing_symm.c172 { PKCS11_CKM_SHA_1_HMAC, TEE_ALG_SHA1 }, in hmac_to_tee_hash()
178 { PKCS11_CKM_SHA_1_HMAC_GENERAL, TEE_ALG_SHA1 }, in hmac_to_tee_hash()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Drsa.c70 assert(rsa_data->hash_algo != TEE_ALG_SHA1); in do_encrypt()
162 assert(rsa_data->hash_algo != TEE_ALG_SHA1); in do_decrypt()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h188 case TEE_ALG_SHA1: in __tee_alg_get_digest_size()
A Dtee_api_defines.h254 #define TEE_ALG_SHA1 0x50000002 macro
/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c54 return algo == TEE_ALG_MD5 || algo == TEE_ALG_SHA1 || in is_weak_hash_algo()
A Dcrypto.c33 case TEE_ALG_SHA1: in crypto_hash_alloc_ctx()
/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Drsa.c723 if (rsa_data->hash_algo != TEE_ALG_SHA1) in do_encrypt()
801 if (rsa_data->hash_algo != TEE_ALG_SHA1) in do_decrypt()
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c47 case TEE_ALG_SHA1: in tee_algo_to_mbedtls_hash_algo()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c241 case TEE_ALG_SHA1: in TEE_AllocateOperation()
1914 if (alg == TEE_ALG_SHA1) in TEE_IsAlgorithmSupported()

Completed in 22 milliseconds