Searched refs:TEE_ALG_SHA1 (Results 1 – 16 of 16) sorted by relevance
| /optee_os/core/drivers/crypto/aspeed/ |
| H 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/ta/pkcs11/src/ |
| H A D | processing_digest.c | 47 { PKCS11_CKM_SHA_1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
|
| H 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()
|
| H A D | processing_asymm.c | 75 TEE_ALG_SHA1 }, in pkcs2tee_algorithm() 85 TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm() 96 { PKCS11_CKM_ECDSA_SHA1, 1, TEE_ALG_SHA1 }, in pkcs2tee_algorithm()
|
| H A D | processing_symm.c | 174 { PKCS11_CKM_SHA_1_HMAC, TEE_ALG_SHA1 }, in hmac_to_tee_hash() 180 { PKCS11_CKM_SHA_1_HMAC_GENERAL, TEE_ALG_SHA1 }, in hmac_to_tee_hash()
|
| H A D | pkcs11_attributes.c | 2873 res = TEE_AllocateOperation(&op, TEE_ALG_SHA1, TEE_MODE_DIGEST, 0); in compute_check_value_with_sha1()
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | rsa.c | 69 assert(rsa_data->hash_algo != TEE_ALG_SHA1); in do_encrypt() 160 assert(rsa_data->hash_algo != TEE_ALG_SHA1); in do_decrypt()
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_defines.h | 213 case TEE_ALG_SHA1: in __tee_alg_get_digest_size()
|
| H A D | tee_api_defines.h | 287 #define TEE_ALG_SHA1 0x50000002 macro
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_hash.c | 72 case TEE_ALG_SHA1: in sec_digest_get_alg_type() 520 case TEE_ALG_SHA1: in sec_hash_get_mac_len()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | rsa.c | 724 if (rsa_data->hash_algo != TEE_ALG_SHA1 || in do_encrypt() 804 if (rsa_data->hash_algo != TEE_ALG_SHA1 || in do_decrypt()
|
| /optee_os/core/crypto/ |
| H A D | signed_hdr.c | 54 return algo == TEE_ALG_MD5 || algo == TEE_ALG_SHA1 || in is_weak_hash_algo()
|
| H A D | crypto.c | 32 case TEE_ALG_SHA1: in crypto_hash_alloc_ctx()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 33 case TEE_ALG_SHA1: in tee_algo_to_ltc_hashindex()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 48 case TEE_ALG_SHA1: in tee_algo_to_mbedtls_hash_algo()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 266 case TEE_ALG_SHA1: in TEE_AllocateOperation() 2498 if (alg == TEE_ALG_SHA1) in TEE_IsAlgorithmSupported()
|