/freebsd/contrib/wpa/src/common/ |
H A D | dpp_backup.c | 215 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
|
H A D | sae_pk.c | 529 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
|
H A D | dpp_crypto.c | 113 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() 389 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len) in dpp_derive_k1() 416 int dpp_derive_k2(const u8 *Nx, size_t Nx_len, u8 *k2, unsigned int hash_len) in dpp_derive_k2() 446 unsigned int hash_len = auth->curve->hash_len; in dpp_derive_bk_ke() local 1142 int dpp_derive_pmk(const u8 *Nx, size_t Nx_len, u8 *pmk, unsigned int hash_len) in dpp_derive_pmk() 1616 u8 *z, unsigned int hash_len) in dpp_pkex_derive_z() [all …]
|
H A D | sae.c | 535 static int hkdf_extract(size_t hash_len, const u8 *salt, size_t salt_len, in hkdf_extract() 556 static int hkdf_expand(size_t hash_len, const u8 *prk, size_t prk_len, in hkdf_expand() 824 static int sae_pwd_seed(size_t hash_len, const u8 *ssid, size_t ssid_len, in sae_pwd_seed() 872 size_t pwd_value_len, hash_len, prime_len; in sae_derive_pt_ecc() local 970 size_t hash_len, prime_len, pwd_value_len; in sae_derive_pt_ffc() local 1147 size_t hash_len; in sae_derive_pwe_from_pt_ecc() local 1211 size_t hash_len; in sae_derive_pwe_from_pt_ffc() local 1498 static int sae_kdf_hash(size_t hash_len, const u8 *k, const char *label, in sae_kdf_hash() 1528 size_t hash_len, salt_len, prime_len = sae->tmp->prime_len; in sae_derive_keys() local 2356 size_t hash_len; in sae_write_confirm() local [all …]
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_i15_pkcs1_sign.c | 30 const unsigned char *hash, size_t hash_len, in br_rsa_i15_pkcs1_sign()
|
H A D | rsa_i31_pkcs1_sign.c | 30 const unsigned char *hash, size_t hash_len, in br_rsa_i31_pkcs1_sign()
|
H A D | rsa_i32_pkcs1_sign.c | 30 const unsigned char *hash, size_t hash_len, in br_rsa_i32_pkcs1_sign()
|
H A D | rsa_i15_pkcs1_vrfy.c | 30 const unsigned char *hash_oid, size_t hash_len, in br_rsa_i15_pkcs1_vrfy()
|
H A D | rsa_i31_pkcs1_vrfy.c | 30 const unsigned char *hash_oid, size_t hash_len, in br_rsa_i31_pkcs1_vrfy()
|
H A D | rsa_i32_pkcs1_vrfy.c | 30 const unsigned char *hash_oid, size_t hash_len, in br_rsa_i32_pkcs1_vrfy()
|
H A D | rsa_pkcs1_sig_pad.c | 30 const unsigned char *hash, size_t hash_len, in br_rsa_pkcs1_sig_pad()
|
H A D | rsa_i62_pkcs1_sign.c | 32 const unsigned char *hash, size_t hash_len, in br_rsa_i62_pkcs1_sign()
|
H A D | rsa_i62_pkcs1_vrfy.c | 32 const unsigned char *hash_oid, size_t hash_len, in br_rsa_i62_pkcs1_vrfy()
|
H A D | rsa_pkcs1_sig_unpad.c | 30 const unsigned char *hash_oid, size_t hash_len, in br_rsa_pkcs1_sig_unpad()
|
H A D | rsa_pss_sig_pad.c | 34 size_t xlen, hash_len; in br_rsa_pss_sig_pad() local
|
H A D | rsa_pss_sig_unpad.c | 34 size_t u, xlen, hash_len; in br_rsa_pss_sig_unpad() local
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ecdsa_i15_vrfy_asn1.c | 32 const void *hash, size_t hash_len, in br_ecdsa_i15_vrfy_asn1()
|
H A D | ecdsa_i31_vrfy_asn1.c | 32 const void *hash, size_t hash_len, in br_ecdsa_i31_vrfy_asn1()
|
H A D | ecdsa_i31_vrfy_raw.c | 33 const void *hash, size_t hash_len, in br_ecdsa_i31_vrfy_raw()
|
H A D | ecdsa_i15_vrfy_raw.c | 33 const void *hash, size_t hash_len, in br_ecdsa_i15_vrfy_raw()
|
H A D | ecdsa_i15_sign_raw.c | 49 size_t hash_len, nlen, ulen; in br_ecdsa_i15_sign_raw() local
|
H A D | ecdsa_i31_sign_raw.c | 49 size_t hash_len, nlen, ulen; in br_ecdsa_i31_sign_raw() local
|
/freebsd/contrib/wpa/hostapd/ |
H A D | sae_pk_gen.c | 33 size_t hash_len; in main() local
|
/freebsd/contrib/unbound/validator/ |
H A D | val_nsec3.h | 273 size_t hash_len; member
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.h | 60 int hash_len; member
|