Searched refs:TEE_ALG_SHA384 (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/drivers/crypto/aspeed/ |
| H A D | hace_ast2600.c | 148 case TEE_ALG_SHA384: in ast2600_hace_init() 259 case TEE_ALG_SHA384: in ast2600_hace_final() 368 case TEE_ALG_SHA384: in ast2600_hace_alloc()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_digest.c | 50 { PKCS11_CKM_SHA384, TEE_ALG_SHA384 }, in pkcs2tee_algorithm()
|
| H A D | processing_rsa.c | 81 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA384); in pkcs2tee_validate_rsa_pss() 387 *tee_hash_id = TEE_ALG_SHA384; in pkcs2tee_algo_rsa_oaep() 482 *tee_hash_id = TEE_ALG_SHA384; in pkcs2tee_algo_rsa_aes_wrap()
|
| H A D | processing_asymm.c | 81 TEE_ALG_SHA384 }, in pkcs2tee_algorithm() 91 TEE_ALG_RSASSA_PKCS1_PSS_MGF1_SHA384, TEE_ALG_SHA384 }, in pkcs2tee_algorithm() 99 { PKCS11_CKM_ECDSA_SHA384, 1, TEE_ALG_SHA384 }, in pkcs2tee_algorithm()
|
| H A D | processing_symm.c | 177 { PKCS11_CKM_SHA384_HMAC, TEE_ALG_SHA384 }, in hmac_to_tee_hash() 183 { PKCS11_CKM_SHA384_HMAC_GENERAL, TEE_ALG_SHA384 }, in hmac_to_tee_hash()
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_defines.h | 232 case TEE_ALG_SHA384: in __tee_alg_get_digest_size()
|
| H A D | tee_api_defines.h | 290 #define TEE_ALG_SHA384 0x50000005 macro
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_hash.c | 88 case TEE_ALG_SHA384: in sec_digest_get_alg_type() 531 case TEE_ALG_SHA384: in sec_hash_get_mac_len()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 65 case TEE_ALG_SHA384: in tee_algo_to_ltc_hashindex()
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 41 case TEE_ALG_SHA384: in crypto_hash_alloc_ctx()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 83 case TEE_ALG_SHA384: in tee_algo_to_mbedtls_hash_algo()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 269 case TEE_ALG_SHA384: in TEE_AllocateOperation() 2510 if (alg == TEE_ALG_SHA384) in TEE_IsAlgorithmSupported()
|