Home
last modified time | relevance | path

Searched defs:seed_len (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/src/eap_common/
Deap_gpsk_common.c111 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_helper()
190 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_aes()
226 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_sha256()
346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper()
Deap_peap_common.c16 const char *label, const u8 *seed, size_t seed_len, in peap_prfplus()
Deap_teap_common.c74 const char *label, const u8 *seed, size_t seed_len, in eap_teap_tls_prf()
/hostap-latest/src/crypto/
Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dsha256-kdf.c33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha256_kdf()
Dsha256-tlsprf.c30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha256()
Dsha384-kdf.c33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha384_kdf()
Dsha384-tlsprf.c30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha384()
Dsha512-kdf.c33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha512_kdf()
Dsha1-tprf.c30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
Dfips_prf_openssl.c61 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dfips_prf_wolfssl.c36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dsha1-tlsprf.c31 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha1_md5()
Dcrypto_mbedtls_alt.c541 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in hmac_sha512_kdf()
547 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in hmac_sha384_kdf()
553 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in hmac_sha256_kdf()
740 …const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t… in sha1_t_prf()
Dtls_mbedtls_alt.c2618 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in tls_prf_sha1_md5()
2634 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in tls_prf_sha256()
2650 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in tls_prf_sha384()
/hostap-latest/src/tls/
Dtlsv1_common.c322 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf()
Dtlsv1_client.c554 size_t seed_len = 2 * TLS_RANDOM_LEN; in tlsv1_client_prf() local
Dtlsv1_server.c478 size_t seed_len = 2 * TLS_RANDOM_LEN; in tlsv1_server_prf() local