Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
Dtables.h71 const unsigned int xlen; /* max. x-index+ */ member
Dtakehiro.c515 const unsigned int xlen = ht[t1].xlen; in count_bit_noESC_from2() local
546 const unsigned int xlen = ht[t1].xlen; in count_bit_noESC_from3() local
Dbitstream.c575 unsigned int xlen = h->xlen; in Huffmancode() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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_wolfssl.c36 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()
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()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c614 unsigned int xlen = conn->ss->conmon_len; in callback_ss_proxy() local
/third_party/node/deps/openssl/openssl/ssl/
Dt1_trce.c710 size_t xlen, share_len; in ssl_print_extension() local
1287 size_t xlen; in ssl_print_cert_request() local
/third_party/openssl/ssl/
Dt1_trce.c710 size_t xlen, share_len; in ssl_print_extension() local
1287 size_t xlen; in ssl_print_cert_request() local
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c88 long xlen, loc; in lws_tls_openssl_cert_info() local
/third_party/ltp/testcases/network/lib6/
Dasapi_01.c246 int offset, len, xlen; in client() local
/third_party/openssl/ssl/statem/
Dstatem_dtls.c280 size_t xlen; in dtls1_do_write() local
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_dtls.c276 size_t xlen; in dtls1_do_write() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_sim_common.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_sim_common.c26 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
/third_party/node/deps/v8/src/bigint/
Dmul-fft.cc639 bool ShouldBeNegative(const digit_t* x, int xlen, digit_t threshold, int s) { in ShouldBeNegative()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1017 ehci_data_toggle_update(struct usb_xfer *xfer, uint16_t actlen, uint16_t xlen) in ehci_data_toggle_update()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h89 #define xlen 32 macro
/third_party/mksh/
Dfuncs.c724 size_t xlen = strlen(xcwd); in do_whence() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp328 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul()