Searched defs:xlen (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_gnutls.c | 16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | fips_prf_cryptoapi.c | 15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | fips_prf_nss.c | 16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
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 | fips_prf_openssl.c | 26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | aes-gcm.c | 103 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/ |
D | xyarray.c | 4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_gnutls.c | 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | crypto_openssl.c | 105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | sha1.c | 417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
/external/speex/libspeex/ |
D | resample.c | 859 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/ |
D | eap_sim_common.c | 22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
|
/external/openssl/ssl/ |
D | d1_both.c | 359 int xlen; in dtls1_do_write() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_sim_common.c | 27 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 325 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul()
|