HomeSort by relevance Sort by last modified time
    Searched refs:xlen (Results 1 - 21 of 21) sorted by null

  /external/wpa_supplicant_8/src/crypto/
fips_prf_cryptoapi.c 21 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
fips_prf_gnutls.c 22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
fips_prf_nss.c 22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
fips_prf_internal.c 23 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
44 m = xlen / 40;
fips_prf_openssl.c 32 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
53 m = xlen / 40;
crypto.h 82 * @xlen: Output length in bytes
90 size_t xlen);
  /external/wpa_supplicant/
crypto.h 63 * @xlen: Output length in bytes
70 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen);
crypto.c 103 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
124 m = xlen / 40;
crypto_gnutls.c 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
eap_sim_common.c 25 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen)
27 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);
sha1.c 411 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
432 m = xlen / 40;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 63 * @xlen: Output length in bytes
71 size_t xlen);
crypto_openssl.c 105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
126 m = xlen / 40;
crypto_gnutls.c 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
sha1.c 417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
438 m = xlen / 40;
  /external/speex/libspeex/
resample.c 859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs; local
901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1); local
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 226 int xlen = Read2(cd+30); // extra field len local
236 cd += 46 + nlen + xlen + mlen;
255 xlen = Read2(lh+28); // extra field len; might be different from CD entry?
257 temp_entries[entrycount].data_offset = hoffset+30+nlen+xlen;
  /external/openssl/ssl/
d1_both.c 361 int xlen; local
373 xlen = ret;
378 xlen = ret - DTLS1_HM_HEADER_LENGTH;
381 ssl3_finish_mac(s, p, xlen);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c 27 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen)
29 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 28 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen)
30 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);
  /external/llvm/lib/Support/
APInt.cpp 322 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
324 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[],
326 dest[xlen] = mul_1(dest, x, xlen, y[0]);
330 for (unsigned j = 0; j < xlen; ++j) {
350 dest[i+xlen] = carry;
    [all...]

Completed in 278 milliseconds