Searched refs:TEE_ALG_SHA512 (Results 1 – 13 of 13) sorted by relevance
| /optee_os/core/drivers/crypto/aspeed/ |
| H A D | hace_ast2600.c | 151 case TEE_ALG_SHA512: in ast2600_hace_init() 260 case TEE_ALG_SHA512: in ast2600_hace_final() 374 case TEE_ALG_SHA512: in ast2600_hace_alloc()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_digest.c | 51 { PKCS11_CKM_SHA512, TEE_ALG_SHA512 }, in pkcs2tee_algorithm()
|
| H A D | processing_rsa.c | 84 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA512); in pkcs2tee_validate_rsa_pss() 393 *tee_hash_id = TEE_ALG_SHA512; in pkcs2tee_algo_rsa_oaep() 488 *tee_hash_id = TEE_ALG_SHA512; in pkcs2tee_algo_rsa_aes_wrap()
|
| H A D | processing_asymm.c | 83 TEE_ALG_SHA512 }, in pkcs2tee_algorithm() 93 TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA512, TEE_ALG_SHA512 }, in pkcs2tee_algorithm() 100 { PKCS11_CKM_ECDSA_SHA512, 1, TEE_ALG_SHA512 }, in pkcs2tee_algorithm()
|
| H A D | processing_symm.c | 178 { PKCS11_CKM_SHA512_HMAC, TEE_ALG_SHA512 }, in hmac_to_tee_hash() 184 { PKCS11_CKM_SHA512_HMAC_GENERAL, TEE_ALG_SHA512 }, in hmac_to_tee_hash()
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_defines.h | 238 case TEE_ALG_SHA512: in __tee_alg_get_digest_size()
|
| H A D | tee_api_defines.h | 291 #define TEE_ALG_SHA512 0x50000006 macro
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_hash.c | 92 case TEE_ALG_SHA512: in sec_digest_get_alg_type() 534 case TEE_ALG_SHA512: in sec_hash_get_mac_len()
|
| /optee_os/core/crypto/ |
| H A D | signed_hdr.c | 221 if (crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA512)) in calc_next_uuid()
|
| H A D | crypto.c | 44 case TEE_ALG_SHA512: in crypto_hash_alloc_ctx()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 73 case TEE_ALG_SHA512: in tee_algo_to_ltc_hashindex()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 91 case TEE_ALG_SHA512: in tee_algo_to_mbedtls_hash_algo()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 270 case TEE_ALG_SHA512: in TEE_AllocateOperation() 2514 if (alg == TEE_ALG_SHA512) in TEE_IsAlgorithmSupported()
|