Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dfips_prf_gnutls.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dfips_prf_cryptoapi.c15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dfips_prf_nss.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
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.c26 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()
/external/linux-tools-perf/util/
Dxyarray.c4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_gnutls.c95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dcrypto_openssl.c105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dsha1.c417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
/external/speex/libspeex/
Dresample.c859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs; in speex_resampler_process_int() local
901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1); in speex_resampler_process_float() local
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
/external/openssl/ssl/
Dd1_both.c359 int xlen; in dtls1_do_write() local
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Deap_sim_common.c27 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
/external/llvm/lib/Support/
DAPInt.cpp325 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul()