Home
last modified time | relevance | path

Searched defs:buf_len (Results 26 - 50 of 244) sorted by relevance

12345678910

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha256-prf.c64 size_t buf_len = (buf_len_bits + 7) / 8; in sha256_prf_bits() local
30 sha256_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha256_prf() argument
H A Dsha384-prf.c64 size_t buf_len = (buf_len_bits + 7) / 8; in sha384_prf_bits() local
30 sha384_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha384_prf() argument
H A Dsha512-prf.c64 size_t buf_len = (buf_len_bits + 7) / 8; in sha512_prf_bits() local
30 sha512_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha512_prf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_peap_common.c15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) peap_prfplus() argument
/third_party/ffmpeg/libavformat/
H A Dsubtitles.h45 int buf_pos, buf_len; member
/third_party/libunwind/libunwind/src/ppc32/
H A DGinit.c196 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/tilegx/
H A DGinit.c139 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/sh/
H A DGinit.c162 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/hppa/
H A DGinit.c170 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/mips/
H A DGinit.c174 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/ppc64/
H A DGinit.c219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/ltp/testcases/kernel/watchqueue/
H A Dcommon.h132 ssize_t buf_len; in wqueue_consumer() local
/third_party/lwip/src/netif/ppp/
H A Dmagic.c162 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes() argument
274 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-deserialize-json.hh488 _hb_buffer_deserialize_json(hb_buffer_t *buffer, const char *buf, unsigned int buf_len, const char **end_ptr, hb_font_t *font) _hb_buffer_deserialize_json() argument
H A Dhb-buffer-deserialize-text.hh408 _hb_buffer_deserialize_text(hb_buffer_t *buffer, const char *buf, unsigned int buf_len, const char **end_ptr, hb_font_t *font) _hb_buffer_deserialize_text() argument
/third_party/selinux/libselinux/src/
H A Dlabel_support.c156 digest_add_specfile(struct selabel_digest *digest, FILE *fp, char *from_addr, size_t buf_len, const char *path) digest_add_specfile() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dmschapv2.c112 mschapv2_verify_auth_response(const u8 *auth_response, const u8 *buf, size_t buf_len) mschapv2_verify_auth_response() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dmschapv2.c112 mschapv2_verify_auth_response(const u8 *auth_response, const u8 *buf, size_t buf_len) mschapv2_verify_auth_response() argument
/third_party/ffmpeg/libavcodec/
H A Dopus_parser.c41 static const uint8_t *parse_opus_ts_header(const uint8_t *start, int *payload_len, int buf_len) in parse_opus_ts_header() argument
/third_party/backends/backend/
H A Depson2-io.c289 e2_cmd_info_block(SANE_Handle handle, unsigned char *params, unsigned char params_len, size_t reply_len, unsigned char **buf, size_t * buf_len) e2_cmd_info_block() argument
/third_party/libunwind/libunwind/src/x86/
H A DGinit.c219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libwebsockets/lib/core-net/
H A Dlws-dsh.c53 lws_dsh_create(lws_dll2_owner_t *owner, size_t buf_len, int count_kinds) in lws_dsh_create() argument
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c72 void call_mutex_init(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_init() argument
82 void call_mutex_lock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_lock() argument
92 void call_mutex_unlock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_unlock() argument
102 void call_cond_init(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_init() argument
112 call_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex, char *buf, size_t buf_len) call_cond_wait() argument
123 call_cond_signal(pthread_cond_t * cond, char *buf, size_t buf_len) call_cond_signal() argument
133 do_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, char *buf, size_t buf_len, int i) do_timedwait() argument
185 create_child_thread(char *buf, size_t buf_len) create_child_thread() argument
[all...]
/third_party/lwip/src/core/distributed_net/
H A Ddistributed_net_core.c104 ssize_t distributed_net_sendto(int sock, const void *buf, size_t buf_len, int flags, const struct sockaddr *addr, in distributed_net_sendto() argument
191 ssize_t distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from, in distributed_net_recvfrom() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_object.c181 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) in i2t_ASN1_OBJECT() argument

Completed in 15 milliseconds

12345678910