Home
last modified time | relevance | path

Searched defs:xlen (Results 1 – 5 of 5) sorted by relevance

/hostap-3.6.0/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()
Dfips_prf_openssl.c48 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()
Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/hostap-3.6.0/src/eap_common/
Deap_sim_common.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()