Home
last modified time | relevance | path

Searched defs:hash_alg (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls13_keys.c141 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_hkdf_expand_label()
222 psa_algorithm_t hash_alg, in ssl_tls13_make_traffic_key()
265 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_make_traffic_keys()
296 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_secret()
335 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_evolve_secret()
424 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_early_secrets()
482 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_handshake_secrets()
548 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_application_secrets()
624 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_resumption_master_secret()
675 psa_algorithm_t const hash_alg = mbedtls_md_psa_alg_from_type( in ssl_tls13_key_schedule_stage_application() local
[all …]
H A Dssl_tls13_client.c705 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_identity()
723 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_psk()
744 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_identity()
761 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_psk()
827 psa_algorithm_t hash_alg, in ssl_tls13_write_binder()
901 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local
1003 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local
1082 psa_algorithm_t hash_alg; in ssl_tls13_parse_server_pre_shared_key_ext() local
1237 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_finalize_client_hello() local
H A Dpsa_crypto_mac.c35 psa_algorithm_t hash_alg) in psa_hmac_setup_internal()
117 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
H A Dpsa_crypto.c284 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash()
3851 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_sign_hash_start() local
5443 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac()
5583 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_key_derivation_hkdf_read() local
5675 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(alg); in psa_key_derivation_tls12_prf_generate_next_block() local
5797 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH(alg); in psa_key_derivation_tls12_prf_read() local
6575 psa_algorithm_t hash_alg = PSA_ALG_GET_HASH(kdf_alg); in psa_key_derivation_set_maximum_capacity() local
6730 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_hkdf_input() local
7146 static psa_status_t psa_pbkdf2_hmac_set_password(psa_algorithm_t hash_alg, in psa_pbkdf2_hmac_set_password()
7208 psa_algorithm_t hash_alg = PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg); in psa_pbkdf2_set_password() local
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls13_keys.c153 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_hkdf_expand_label()
234 psa_algorithm_t hash_alg, in ssl_tls13_make_traffic_key()
277 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_make_traffic_keys()
308 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_secret()
347 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_evolve_secret()
436 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_early_secrets()
494 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_handshake_secrets()
560 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_application_secrets()
636 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_resumption_master_secret()
687 psa_algorithm_t const hash_alg = mbedtls_md_psa_alg_from_type( in ssl_tls13_key_schedule_stage_application() local
[all …]
H A Dssl_tls13_client.c707 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_identity()
725 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_psk()
746 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_identity()
763 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_psk()
829 psa_algorithm_t hash_alg, in ssl_tls13_write_binder()
903 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local
1019 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local
1098 psa_algorithm_t hash_alg; in ssl_tls13_parse_server_pre_shared_key_ext() local
1238 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_finalize_client_hello() local
H A Dpsa_crypto_mac.c35 psa_algorithm_t hash_alg) in psa_hmac_setup_internal()
117 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
H A Dpsa_crypto.c114 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash()
3722 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_sign_hash_start() local
5159 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac()
5299 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_key_derivation_hkdf_read() local
5391 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(alg); in psa_key_derivation_tls12_prf_generate_next_block() local
5513 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH(alg); in psa_key_derivation_tls12_prf_read() local
6240 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_key_derivation_setup_kdf() local
6355 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_hkdf_input() local
6771 static psa_status_t psa_pbkdf2_hmac_set_password(psa_algorithm_t hash_alg, in psa_pbkdf2_hmac_set_password()
6833 psa_algorithm_t hash_alg = PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg); in psa_pbkdf2_set_password() local
H A Dpsa_crypto_rsa.c313 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in psa_rsa_decode_md_type() local
524 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH(alg); in psa_rsa_oaep_set_padding_mode() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/
H A Dcrypto_values.h997 #define PSA_ALG_HMAC(hash_alg) \ argument
1410 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument
1444 #define PSA_ALG_RSA_PSS(hash_alg) \ argument
1462 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument
1533 #define PSA_ALG_ECDSA(hash_alg) \ argument
1568 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument
1784 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument
1820 #define PSA_ALG_HKDF(hash_alg) \ argument
1871 #define PSA_ALG_HKDF_EXTRACT(hash_alg) \ argument
1913 #define PSA_ALG_HKDF_EXPAND(hash_alg) \ argument
[all …]
/aosp_15_r20/external/mbedtls/include/psa/
H A Dcrypto_values.h977 #define PSA_ALG_HMAC(hash_alg) \ argument
1390 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument
1424 #define PSA_ALG_RSA_PSS(hash_alg) \ argument
1442 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument
1513 #define PSA_ALG_ECDSA(hash_alg) \ argument
1548 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument
1764 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument
1800 #define PSA_ALG_HKDF(hash_alg) \ argument
1851 #define PSA_ALG_HKDF_EXTRACT(hash_alg) \ argument
1893 #define PSA_ALG_HKDF_EXPAND(hash_alg) \ argument
[all …]
/aosp_15_r20/external/cronet/crypto/
H A Dsignature_creator.cc20 const EVP_MD* ToOpenSSLDigest(SignatureCreator::HashAlgorithm hash_alg) { in ToOpenSSLDigest()
30 int ToOpenSSLDigestType(SignatureCreator::HashAlgorithm hash_alg) { in ToOpenSSLDigestType()
47 HashAlgorithm hash_alg) { in Create()
64 HashAlgorithm hash_alg, in Sign()
/aosp_15_r20/external/vboot_reference/futility/
H A Dfile_type_usbpd1.c284 enum vb2_hash_algorithm hash_alg, in vb2_pubkey_from_usbpd1()
301 enum vb2_hash_algorithm hash_alg, in vb21_sig_from_usbpd1()
330 enum vb2_hash_algorithm hash_alg, in show_usbpd1_stuff()
361 enum vb2_hash_algorithm hash_alg, in try_our_own()
396 enum vb2_hash_algorithm hash_alg) in check_self_consistency()
H A Dcmd_create.c79 enum vb2_hash_algorithm hash_alg) in vb1_make_keypair()
162 enum vb2_hash_algorithm hash_alg) in vb2_make_keypair()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_execute.c554 TPMI_ALG_HASH hash_alg, in execute_policy_authorize()
704 TPMI_ALG_HASH hash_alg, in execute_policy_authorize_nv()
785 TPMI_ALG_HASH hash_alg, in execute_policy_secret()
1393 TPMI_ALG_HASH hash_alg, in execute_policy_element()
1582 TPMI_ALG_HASH hash_alg, in ifapi_policyeval_execute_prepare()
H A Difapi_policyutil_execute.c96 TPMI_ALG_HASH hash_alg) in create_session()
209 TPMI_ALG_HASH hash_alg, in ifapi_policyutil_execute_prepare()
270 TPMI_ALG_HASH hash_alg; in ifapi_policyutil_execute() local
H A Difapi_policy_callbacks.c731 TPMI_ALG_HASH hash_alg = *hash_alg_ptr; in compare_policy_digest() local
1031 TPMI_ALG_HASH hash_alg, in ifapi_exec_auth_policy()
1195 TPMI_ALG_HASH hash_alg, in ifapi_exec_auth_nv_policy()
/aosp_15_r20/external/vboot_reference/host/lib21/include/
H A Dhost_struct21.h130 uint16_t hash_alg; member
172 uint16_t hash_alg; member
210 uint16_t hash_alg; member
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/
H A Dhsphy.c47 uint8_t *hash_alg, uint32_t *status) in heci_get_hsphy_payload()
116 static bool verify_hsphy_hash(void *buf, uint32_t buf_size, uint8_t *hash_buf, uint8_t hash_alg) in verify_hsphy_hash()
214 uint8_t hash_alg) in cache_hsphy_fw_in_flash()
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dsignature_digest.c20 uint8_t* PrependDigestInfo(enum vb2_hash_algorithm hash_alg, uint8_t* digest) in PrependDigestInfo()
60 const enum vb2_hash_algorithm hash_alg = vb2_crypto_to_hash(algorithm); in SignatureBuf() local
H A Dhost_p11.c183 enum vb2_hash_algorithm hash_alg = VB2_HASH_INVALID; in pkcs11_get_hash_alg() local
259 vb2_error_t pkcs11_sign(struct pkcs11_key *p11_key, enum vb2_hash_algorithm hash_alg, in pkcs11_sign()
/aosp_15_r20/external/vboot_reference/host/lib21/
H A Dhost_common.c129 enum vb2_hash_algorithm hash_alg) in vb2_sig_size()
144 const struct vb2_id *vb2_hash_id(enum vb2_hash_algorithm hash_alg) in vb2_hash_id()
H A Dhost_key.c207 enum vb2_hash_algorithm hash_alg) in vb2_private_key_hash()
441 enum vb2_hash_algorithm hash_alg) in vb2_public_key_hash()
/aosp_15_r20/external/coreboot/tests/lib/
H A Dcbfs-verification-test.c21 size_t vb2_digest_size(enum vb2_hash_algorithm hash_alg) in vb2_digest_size()
62 enum vb2_hash_algorithm hash_alg, uint32_t data_size) in vb2_digest_init()
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_win.cc118 ALG_ID hash_alg; in Sign() local
309 const WCHAR* hash_alg; in Sign() local

1234567