/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha256-prf.c | 64 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 D | sha384-prf.c | 64 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 D | sha512-prf.c | 64 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 D | eap_peap_common.c | 15 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 D | subtitles.h | 45 int buf_pos, buf_len; member
|
/third_party/libunwind/libunwind/src/ppc32/ |
H A D | Ginit.c | 196 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 D | Ginit.c | 139 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 D | Ginit.c | 162 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 D | Ginit.c | 170 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 D | Ginit.c | 174 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 D | Ginit.c | 219 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 D | common.h | 132 ssize_t buf_len; in wqueue_consumer() local
|
/third_party/lwip/src/netif/ppp/ |
H A D | magic.c | 162 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 D | hb-buffer-deserialize-json.hh | 488 _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 D | hb-buffer-deserialize-text.hh | 408 _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 D | label_support.c | 156 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 D | mschapv2.c | 112 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 D | mschapv2.c | 112 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 D | opus_parser.c | 41 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 D | epson2-io.c | 289 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 D | Ginit.c | 219 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 D | lws-dsh.c | 53 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 D | nptl01.c | 72 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 D | distributed_net_core.c | 104 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 D | a_object.c | 181 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) in i2t_ASN1_OBJECT() argument
|