/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ess.h | 59 X509_ALGOR *hash_alg; /* Default: SHA-256 */ member
|
/third_party/openssl/include/crypto/ |
H A D | ess.h | 59 X509_ALGOR *hash_alg; /* Default: SHA-256 */ member
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names_generated.c | 57 static const char *psa_hash_algorithm_name(psa_algorithm_t hash_alg) in psa_hash_algorithm_name() argument
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_mac.c | 117 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local 31 psa_hmac_setup_internal( mbedtls_psa_hmac_operation_t *hmac, const uint8_t *key, size_t key_length, psa_algorithm_t hash_alg) psa_hmac_setup_internal() argument
|
H A D | x509write_csr.c | 147 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(ctx->md_alg); in x509write_csr_der_internal() local
|
H A D | psa_crypto_ecp.c | 397 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_ecdsa_sign_hash() local
|
H A D | psa_crypto_rsa.c | 292 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in psa_rsa_decode_md_type() local 503 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH(alg); in psa_rsa_oaep_set_padding_mode() local
|
H A D | ssl_tls13_generic.c | 225 psa_algorithm_t hash_alg = PSA_ALG_NONE; in ssl_tls13_parse_certificate_verify() local
|
H A D | ssl_tls13_client.c | 704 ssl_tls13_ticket_get_identity(mbedtls_ssl_context *ssl, psa_algorithm_t *hash_alg, const unsigned char **identity, size_t *identity_len) ssl_tls13_ticket_get_identity() argument 722 ssl_tls13_ticket_get_psk(mbedtls_ssl_context *ssl, psa_algorithm_t *hash_alg, const unsigned char **psk, size_t *psk_len) ssl_tls13_ticket_get_psk() argument 743 ssl_tls13_psk_get_identity(mbedtls_ssl_context *ssl, psa_algorithm_t *hash_alg, const unsigned char **identity, size_t *identity_len) ssl_tls13_psk_get_identity() argument 760 ssl_tls13_psk_get_psk(mbedtls_ssl_context *ssl, psa_algorithm_t *hash_alg, const unsigned char **psk, size_t *psk_len) ssl_tls13_psk_get_psk() argument 823 ssl_tls13_write_binder(mbedtls_ssl_context *ssl, unsigned char *buf, unsigned char *end, int psk_type, psa_algorithm_t hash_alg, const unsigned char *psk, size_t psk_len, size_t *out_len) ssl_tls13_write_binder() argument 901 psa_algorithm_t hash_alg = PSA_ALG_NONE; mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local 1003 psa_algorithm_t hash_alg = PSA_ALG_NONE; mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local 1082 psa_algorithm_t hash_alg; ssl_tls13_parse_server_pre_shared_key_ext() local 1237 psa_algorithm_t hash_alg = PSA_ALG_NONE; mbedtls_ssl_tls13_finalize_client_hello() local [all...] |
H A D | ssl_tls13_keys.c | 140 mbedtls_ssl_tls13_hkdf_expand_label( psa_algorithm_t hash_alg, const unsigned char *secret, size_t secret_len, const unsigned char *label, size_t label_len, const unsigned char *ctx, size_t ctx_len, unsigned char *buf, size_t buf_len) mbedtls_ssl_tls13_hkdf_expand_label() argument 221 ssl_tls13_make_traffic_key( psa_algorithm_t hash_alg, const unsigned char *secret, size_t secret_len, unsigned char *key, size_t key_len, unsigned char *iv, size_t iv_len) ssl_tls13_make_traffic_key() argument 264 mbedtls_ssl_tls13_make_traffic_keys( psa_algorithm_t hash_alg, const unsigned char *client_secret, const unsigned char *server_secret, size_t secret_len, size_t key_len, size_t iv_len, mbedtls_ssl_key_set *keys) mbedtls_ssl_tls13_make_traffic_keys() argument 295 mbedtls_ssl_tls13_derive_secret( psa_algorithm_t hash_alg, const unsigned char *secret, size_t secret_len, const unsigned char *label, size_t label_len, const unsigned char *ctx, size_t ctx_len, int ctx_hashed, unsigned char *dstbuf, size_t dstbuf_len) mbedtls_ssl_tls13_derive_secret() argument 334 mbedtls_ssl_tls13_evolve_secret( psa_algorithm_t hash_alg, const unsigned char *secret_old, const unsigned char *input, size_t input_len, unsigned char *secret_new) mbedtls_ssl_tls13_evolve_secret() argument 423 mbedtls_ssl_tls13_derive_early_secrets( psa_algorithm_t hash_alg, unsigned char const *early_secret, unsigned char const *transcript, size_t transcript_len, mbedtls_ssl_tls13_early_secrets *derived) mbedtls_ssl_tls13_derive_early_secrets() argument 481 mbedtls_ssl_tls13_derive_handshake_secrets( psa_algorithm_t hash_alg, unsigned char const *handshake_secret, unsigned char const *transcript, size_t transcript_len, mbedtls_ssl_tls13_handshake_secrets *derived) mbedtls_ssl_tls13_derive_handshake_secrets() argument 547 mbedtls_ssl_tls13_derive_application_secrets( psa_algorithm_t hash_alg, unsigned char const *application_secret, unsigned char const *transcript, size_t transcript_len, mbedtls_ssl_tls13_application_secrets *derived) mbedtls_ssl_tls13_derive_application_secrets() argument 623 mbedtls_ssl_tls13_derive_resumption_master_secret( psa_algorithm_t hash_alg, unsigned char const *application_secret, unsigned char const *transcript, size_t transcript_len, mbedtls_ssl_tls13_application_secrets *derived) mbedtls_ssl_tls13_derive_resumption_master_secret() argument 675 psa_algorithm_t const hash_alg = mbedtls_md_psa_alg_from_type( ssl_tls13_key_schedule_stage_application() local 699 ssl_tls13_calc_finished_core(psa_algorithm_t hash_alg, unsigned char const *base_key, unsigned char const *transcript, unsigned char *dst, size_t *dst_len) ssl_tls13_calc_finished_core() argument 790 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type( mbedtls_ssl_tls13_calculate_verify_data() local 834 mbedtls_ssl_tls13_create_psk_binder(mbedtls_ssl_context *ssl, const psa_algorithm_t hash_alg, unsigned char const *psk, size_t psk_len, int psk_type, unsigned char const *transcript, unsigned char *result) mbedtls_ssl_tls13_create_psk_binder() argument 1139 psa_algorithm_t hash_alg; ssl_tls13_generate_early_key() local 1279 psa_algorithm_t hash_alg; mbedtls_ssl_tls13_key_schedule_stage_early() local 1340 psa_algorithm_t hash_alg; ssl_tls13_generate_handshake_keys() local 1470 psa_algorithm_t const hash_alg = mbedtls_md_psa_alg_from_type( ssl_tls13_key_schedule_stage_handshake() local 1591 psa_algorithm_t hash_alg; ssl_tls13_generate_application_keys() local [all...] |
H A D | x509_crt.c | 2138 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(child->sig_md); in x509_crt_check_signature() local
|
H A D | ssl_msg.c | 89 psa_algorithm_t hash_alg = PSA_ALG_HMAC_GET_HASH(mac_alg); in mbedtls_ct_hmac() local
|
/third_party/node/deps/openssl/openssl/crypto/ess/ |
H A D | ess_lib.c | 99 ESS_SIGNING_CERT_V2 *OSSL_ESS_signing_cert_v2_new_init(const EVP_MD *hash_alg, in OSSL_ESS_signing_cert_v2_new_init() argument 136 static ESS_CERT_ID_V2 *ESS_CERT_ID_V2_new_init(const EVP_MD *hash_alg, in ESS_CERT_ID_V2_new_init() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_local.h | 73 unsigned char hash_alg; member
|
/third_party/openssl/crypto/ess/ |
H A D | ess_lib.c | 99 ESS_SIGNING_CERT_V2 *OSSL_ESS_signing_cert_v2_new_init(const EVP_MD *hash_alg, in OSSL_ESS_signing_cert_v2_new_init() argument 136 static ESS_CERT_ID_V2 *ESS_CERT_ID_V2_new_init(const EVP_MD *hash_alg, in ESS_CERT_ID_V2_new_init() argument [all...] |
/third_party/openssl/crypto/ct/ |
H A D | ct_local.h | 73 unsigned char hash_alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | pkcs1.c | 196 pkcs1_v15_sig_ver(struct crypto_public_key *pk, const u8 *s, size_t s_len, const struct asn1_oid *hash_alg, const u8 *hash, size_t hash_len) pkcs1_v15_sig_ver() argument
|
H A D | tlsv1_record.h | 45 enum crypto_hash_alg hash_alg; member
|
H A D | tlsv1_common.c | 338 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_alg, in tlsv12_key_x_server_params_hash() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | pkcs1.c | 200 pkcs1_v15_sig_ver(struct crypto_public_key *pk, const u8 *s, size_t s_len, const struct asn1_oid *hash_alg, const u8 *hash, size_t hash_len) pkcs1_v15_sig_ver() argument
|
H A D | tlsv1_record.h | 45 enum crypto_hash_alg hash_alg; member
|
H A D | tlsv1_common.c | 338 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_alg, in tlsv12_key_x_server_params_hash() argument
|
/third_party/fsverity-utils/lib/ |
H A D | sign_digest.c | 406 const struct fsverity_hash_alg *hash_alg; in libfsverity_sign_digest() local
|
H A D | compute_digest.c | 241 const struct fsverity_hash_alg *hash_alg; in libfsverity_compute_digest() local
|
/third_party/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 344 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in exercise_signature_key() local 807 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in exercise_key_agreement_key() local
|