Searched refs:xlen (Results 1 - 25 of 31) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dfips_prf_cryptoapi.c15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
39 m = xlen / 40;
H A Dfips_prf_openssl.c26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
47 m = xlen / 40;
H A Dcrypto.h76 * @xlen: Output length in bytes
84 size_t xlen);
/external/wpa_supplicant_8/src/crypto/
H A Dfips_prf_cryptoapi.c15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
39 m = xlen / 40;
H A Dfips_prf_openssl.c26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
47 m = xlen / 40;
H A Dcrypto.h76 * @xlen: Output length in bytes
84 size_t xlen);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_cryptoapi.c15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
39 m = xlen / 40;
H A Dfips_prf_openssl.c26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
47 m = xlen / 40;
H A Dcrypto.h76 * @xlen: Output length in bytes
84 size_t xlen);
/external/linux-tools-perf/util/
H A Dxyarray.c4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) argument
7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size);
H A Dxyarray.h12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto.h63 * @xlen: Output length in bytes
71 size_t xlen);
H A Dcrypto_openssl.c105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
126 m = xlen / 40;
H A Dcrypto_gnutls.c95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
/external/speex/libspeex/
H A Dresample.c859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs; local
866 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen;
901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1); local
915 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen;
/external/openssl/ssl/
H A Dd1_both.c359 int xlen; local
371 xlen = ret;
376 xlen = ret - DTLS1_HM_HEADER_LENGTH;
379 ssl3_finish_mac(s, p, xlen);

Completed in 456 milliseconds

12