/hostap-latest/src/eap_common/ |
D | eap_gpsk_common.c | 111 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()
|
D | eap_peap_common.c | 16 const char *label, const u8 *seed, size_t seed_len, in peap_prfplus()
|
D | eap_teap_common.c | 74 const char *label, const u8 *seed, size_t seed_len, in eap_teap_tls_prf()
|
/hostap-latest/src/crypto/ |
D | fips_prf_internal.c | 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | sha256-kdf.c | 33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha256_kdf()
|
D | sha256-tlsprf.c | 30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha256()
|
D | sha384-kdf.c | 33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha384_kdf()
|
D | sha384-tlsprf.c | 30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha384()
|
D | sha512-kdf.c | 33 const char *label, const u8 *seed, size_t seed_len, in hmac_sha512_kdf()
|
D | sha1-tprf.c | 30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
|
D | fips_prf_openssl.c | 61 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | fips_prf_wolfssl.c | 36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | sha1-tlsprf.c | 31 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha1_md5()
|
D | crypto_mbedtls_alt.c | 541 …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()
|
D | tls_mbedtls_alt.c | 2618 …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/ |
D | tlsv1_common.c | 322 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf()
|
D | tlsv1_client.c | 554 size_t seed_len = 2 * TLS_RANDOM_LEN; in tlsv1_client_prf() local
|
D | tlsv1_server.c | 478 size_t seed_len = 2 * TLS_RANDOM_LEN; in tlsv1_server_prf() local
|