Home
last modified time | relevance | path

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

/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_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/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/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c613 unsigned int xlen = conn->ss->conmon_len; in callback_ss_proxy() local
/third_party/openssl/ssl/
Dt1_trce.c696 size_t xlen, share_len; in ssl_print_extension() local
1266 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/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.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1020 ehci_data_toggle_update(struct usb_xfer *xfer, uint16_t actlen, uint16_t xlen) in ehci_data_toggle_update()
/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()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c494 guint64 xlen = avi->avih->us_frame * in gst_avi_demux_handle_src_query() local