Home
last modified time | relevance | path

Searched defs:hash_len (Results 1 – 25 of 56) sorted by relevance

123

/third_party/mbedtls/library/
Dpk.c375 static inline int pk_hashlen_helper(mbedtls_md_type_t md_alg, size_t *hash_len) in pk_hashlen_helper()
422 const unsigned char *hash, size_t hash_len, in mbedtls_pk_verify_restartable()
471 const unsigned char *hash, size_t hash_len, in mbedtls_pk_verify()
483 const unsigned char *hash, size_t hash_len, in mbedtls_pk_verify_ext()
605 const unsigned char *hash, size_t hash_len, in mbedtls_pk_sign_restartable()
658 const unsigned char *hash, size_t hash_len, in mbedtls_pk_sign()
674 const unsigned char *hash, size_t hash_len, in mbedtls_pk_sign_ext()
Dpk_wrap.c202 const unsigned char *hash, size_t hash_len, in rsa_verify_wrap()
264 const unsigned char *hash, size_t hash_len, in rsa_verify_wrap()
301 const unsigned char *hash, size_t hash_len, in mbedtls_pk_psa_rsa_sign_ext()
358 const unsigned char *hash, size_t hash_len, in rsa_sign_wrap()
378 const unsigned char *hash, size_t hash_len, in rsa_sign_wrap()
720 const unsigned char *hash, size_t hash_len, in ecdsa_verify_wrap()
803 const unsigned char *hash, size_t hash_len, in ecdsa_verify_wrap()
908 const unsigned char *hash, size_t hash_len, in ecdsa_sign_wrap()
978 const unsigned char *hash, size_t hash_len, in ecdsa_sign_wrap()
1045 const unsigned char *hash, size_t hash_len, in eckey_verify_rs_wrap()
[all …]
Dssl_tls13_keys.c435 size_t const hash_len = PSA_HASH_LENGTH(hash_alg); in mbedtls_ssl_tls13_derive_early_secrets() local
491 size_t const hash_len = PSA_HASH_LENGTH(hash_alg); in mbedtls_ssl_tls13_derive_handshake_secrets() local
555 size_t const hash_len = PSA_HASH_LENGTH(hash_alg); in mbedtls_ssl_tls13_derive_application_secrets() local
628 size_t const hash_len = PSA_HASH_LENGTH(hash_alg); in mbedtls_ssl_tls13_derive_resumption_master_secret() local
703 size_t hash_len = PSA_HASH_LENGTH(hash_alg); in ssl_tls13_calc_finished_core() local
787 size_t const hash_len = PSA_HASH_LENGTH(hash_alg); in mbedtls_ssl_tls13_calculate_verify_data() local
838 size_t const hash_len = PSA_HASH_LENGTH(hash_alg); in mbedtls_ssl_tls13_create_psk_binder() local
1129 size_t hash_len; in ssl_tls13_generate_early_key() local
1329 size_t hash_len; in ssl_tls13_generate_handshake_keys() local
1571 size_t hash_len; in ssl_tls13_generate_application_keys() local
Dhkdf.c56 size_t hash_len; in mbedtls_hkdf_extract() local
79 size_t hash_len; in mbedtls_hkdf_expand() local
Dx509write_csr.c251 size_t hash_len; in x509write_csr_der_internal() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_backup.c215 size_t hash_len) in dpp_build_pbkdf2_alg_id()
264 dpp_build_pw_recipient_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_pw_recipient_info()
348 dpp_build_recipient_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_recipient_info()
370 dpp_build_enc_cont_info(struct dpp_authentication *auth, size_t hash_len, in dpp_build_enc_cont_info()
455 size_t hash_len; in dpp_build_enveloped_data() local
Dsae_pk.c529 int sae_hash(size_t hash_len, const u8 *data, size_t len, u8 *hash) in sae_hash()
545 static int sae_pk_hash_sig_data(struct sae_data *sae, size_t hash_len, in sae_pk_hash_sig_data()
609 size_t hash_len; in sae_write_confirm_pk() local
709 size_t hash_len, hash_data_len; in sae_pk_valid_fingerprint() local
780 size_t hash_len; in sae_check_confirm_pk() local
Ddpp_crypto.c113 int dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, in dpp_hkdf_expand()
132 int dpp_hmac_vector(size_t hash_len, const u8 *key, size_t key_len, in dpp_hmac_vector()
149 static int dpp_hmac(size_t hash_len, const u8 *key, size_t key_len, in dpp_hmac()
164 static int dpp_pbkdf2_f(size_t hash_len, in dpp_pbkdf2_f()
206 int dpp_pbkdf2(size_t hash_len, const u8 *password, size_t password_len, in dpp_pbkdf2()
368 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len) in dpp_derive_k1()
395 int dpp_derive_k2(const u8 *Nx, size_t Nx_len, u8 *k2, unsigned int hash_len) in dpp_derive_k2()
425 unsigned int hash_len = auth->curve->hash_len; in dpp_derive_bk_ke() local
1118 int dpp_derive_pmk(const u8 *Nx, size_t Nx_len, u8 *pmk, unsigned int hash_len) in dpp_derive_pmk()
1592 u8 *z, unsigned int hash_len) in dpp_pkex_derive_z()
[all …]
Dsae.c533 static int hkdf_extract(size_t hash_len, const u8 *salt, size_t salt_len, in hkdf_extract()
554 static int hkdf_expand(size_t hash_len, const u8 *prk, size_t prk_len, in hkdf_expand()
822 static int sae_pwd_seed(size_t hash_len, const u8 *ssid, size_t ssid_len, in sae_pwd_seed()
870 size_t pwd_value_len, hash_len, prime_len; in sae_derive_pt_ecc() local
968 size_t hash_len, prime_len, pwd_value_len; in sae_derive_pt_ffc() local
1145 size_t hash_len; in sae_derive_pwe_from_pt_ecc() local
1209 size_t hash_len; in sae_derive_pwe_from_pt_ffc() local
1496 static int sae_kdf_hash(size_t hash_len, const u8 *k, const char *label, in sae_kdf_hash()
1526 size_t hash_len, salt_len, prime_len = sae->tmp->prime_len; in sae_derive_keys() local
2250 size_t hash_len; in sae_write_confirm() local
[all …]
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs48 hash_len: usize, field
71 let hash_len = patterns.minimum_len(); in new() localVariable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dsae_pk_gen.c33 size_t hash_len; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp-utils.h25 size_t hash_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp-utils.h25 size_t hash_len; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dparams.h19 int hash_len; member
/third_party/node/deps/brotli/c/enc/
Dparams.h19 int hash_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dpkcs1.c199 const u8 *hash, size_t hash_len) in pkcs1_v15_sig_ver()
Dtlsv1_client_ocsp.c124 unsigned int hash_len; in tls_process_ocsp_single_response() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dpkcs1.c203 const u8 *hash, size_t hash_len) in pkcs1_v15_sig_ver()
Dtlsv1_client_ocsp.c124 unsigned int hash_len; in tls_process_ocsp_single_response() local
/third_party/openssl/crypto/ct/
Dct_sct_ctx.c205 unsigned char **hash, size_t *hash_len) in ct_public_key_hash()
/third_party/openssl/crypto/ess/
Dess_lib.c143 unsigned int hash_len = sizeof(hash); in ESS_CERT_ID_V2_new_init() local
/third_party/node/deps/openssl/openssl/crypto/ct/
Dct_sct_ctx.c205 unsigned char **hash, size_t *hash_len) in ct_public_key_hash()
/third_party/node/deps/openssl/openssl/crypto/ess/
Dess_lib.c143 unsigned int hash_len = sizeof(hash); in ESS_CERT_ID_V2_new_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_build.c427 size_t hash_len; in wps_build_oob_dev_pw() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_attr_build.c418 size_t hash_len; in wps_build_oob_dev_pw() local

123