Searched refs:TEE_ALG_SHA1 (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/aspeed/ |
A D | hace_ast2600.c | 142 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 D | processing_digest.c | 47 { PKCS11_CKM_SHA_1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
|
A D | processing_rsa.c | 72 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 D | processing_asymm.c | 72 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 D | processing_symm.c | 172 { 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 D | rsa.c | 70 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 D | utee_defines.h | 188 case TEE_ALG_SHA1: in __tee_alg_get_digest_size()
|
A D | tee_api_defines.h | 254 #define TEE_ALG_SHA1 0x50000002 macro
|
/optee_os-3.20.0/core/crypto/ |
A D | signed_hdr.c | 54 return algo == TEE_ALG_MD5 || algo == TEE_ALG_SHA1 || in is_weak_hash_algo()
|
A D | crypto.c | 33 case TEE_ALG_SHA1: in crypto_hash_alloc_ctx()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | rsa.c | 723 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 D | rsa.c | 47 case TEE_ALG_SHA1: in tee_algo_to_mbedtls_hash_algo()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 241 case TEE_ALG_SHA1: in TEE_AllocateOperation() 1914 if (alg == TEE_ALG_SHA1) in TEE_IsAlgorithmSupported()
|
Completed in 22 milliseconds