| /third_party/openssl/providers/implementations/ciphers/ |
| D | ciphercommon_block.c | 56 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, in ossl_cipher_fillblock() 80 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() 99 void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_padblock() 108 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_unpadblock() 159 unsigned char *buf, size_t *buflen, in ossl_cipher_tlsunpadblock()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
| D | fst_ctrl_iface.c | 171 static int session_get(const char *session_id, char *buf, size_t buflen) in session_get() 210 static int session_set(const char *session_id, char *buf, size_t buflen) in session_set() 249 static int session_add(const char *group_id, char *buf, size_t buflen) in session_add() 273 static int session_remove(const char *session_id, char *buf, size_t buflen) in session_remove() 297 static int session_initiate(const char *session_id, char *buf, size_t buflen) in session_initiate() 320 static int session_respond(const char *session_id, char *buf, size_t buflen) in session_respond() 363 static int session_transfer(const char *session_id, char *buf, size_t buflen) in session_transfer() 387 static int session_teardown(const char *session_id, char *buf, size_t buflen) in session_teardown() 412 static int test_request(const char *request, char *buf, size_t buflen) in test_request() 464 size_t buflen; member [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
| D | fst_ctrl_iface.c | 171 static int session_get(const char *session_id, char *buf, size_t buflen) in session_get() 210 static int session_set(const char *session_id, char *buf, size_t buflen) in session_set() 249 static int session_add(const char *group_id, char *buf, size_t buflen) in session_add() 273 static int session_remove(const char *session_id, char *buf, size_t buflen) in session_remove() 297 static int session_initiate(const char *session_id, char *buf, size_t buflen) in session_initiate() 320 static int session_respond(const char *session_id, char *buf, size_t buflen) in session_respond() 363 static int session_transfer(const char *session_id, char *buf, size_t buflen) in session_transfer() 387 static int session_teardown(const char *session_id, char *buf, size_t buflen) in session_teardown() 412 static int test_request(const char *request, char *buf, size_t buflen) in test_request() 464 size_t buflen; member [all …]
|
| /third_party/openssl/crypto/ |
| D | o_str.c | 138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() 181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() 187 unsigned char *ossl_hexstr2buf_sep(const char *str, long *buflen, in ossl_hexstr2buf_sep() 216 unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen) in OPENSSL_hexstr2buf() 222 const unsigned char *buf, size_t buflen, in buf2hexstr_sep() 260 const unsigned char *buf, size_t buflen, in OPENSSL_buf2hexstr_ex() 266 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep() 292 char *OPENSSL_buf2hexstr(const unsigned char *buf, long buflen) in OPENSSL_buf2hexstr() 297 int openssl_strerror_r(int errnum, char *buf, size_t buflen) in openssl_strerror_r()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | ctrl_iface_ap.c | 29 static size_t hostapd_write_ht_mcs_bitmask(char *buf, size_t buflen, in hostapd_write_ht_mcs_bitmask() 55 char *buf, size_t buflen) in hostapd_get_sta_conn_time() 81 char *buf, size_t buflen) in hostapd_get_sta_info() 216 char *buf, size_t buflen) in hostapd_ctrl_iface_sta_mib() 393 char *buf, size_t buflen) in hostapd_ctrl_iface_sta_first() 400 char *buf, size_t buflen) in hostapd_ctrl_iface_sta() 442 char *buf, size_t buflen) in hostapd_ctrl_iface_sta_next() 640 char *buf, size_t buflen) in hostapd_ctrl_iface_signature() 681 size_t buflen) in hostapd_ctrl_iface_status()
|
| D | ieee802_11.h | 34 size_t buflen) in ieee802_11_get_mib() 41 char *buf, size_t buflen) in ieee802_11_get_mib_sta()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | ctrl_iface_ap.c | 29 static size_t hostapd_write_ht_mcs_bitmask(char *buf, size_t buflen, in hostapd_write_ht_mcs_bitmask() 55 char *buf, size_t buflen) in hostapd_get_sta_tx_rx() 168 char *buf, size_t buflen) in hostapd_get_sta_conn_time() 207 char *buf, size_t buflen) in hostapd_ctrl_iface_sta_mib() 357 char *buf, size_t buflen) in hostapd_ctrl_iface_sta_first() 364 char *buf, size_t buflen) in hostapd_ctrl_iface_sta() 406 char *buf, size_t buflen) in hostapd_ctrl_iface_sta_next() 609 char *buf, size_t buflen) in hostapd_ctrl_iface_signature() 650 size_t buflen) in hostapd_ctrl_iface_status()
|
| D | ieee802_11.h | 35 size_t buflen) in ieee802_11_get_mib() 42 char *buf, size_t buflen) in ieee802_11_get_mib_sta()
|
| /third_party/libcoap/tests/ |
| D | test_uri.c | 147 size_t buflen = sizeof(buf); in t_parse_uri7() local 240 size_t buflen = sizeof(buf); in t_parse_uri11() local 281 size_t buflen = sizeof(buf); in t_parse_uri12() local 358 size_t buflen = sizeof(buf); in t_parse_uri14() local 381 size_t buflen = sizeof(buf); in t_parse_uri15() local 396 size_t buflen = sizeof(buf); in t_parse_uri16() local 417 size_t buflen = sizeof(buf); in t_parse_uri17() local 570 size_t buflen = sizeof(buf); in t_parse_uri24() local
|
| D | test_wellknown.c | 35 size_t buflen, offset, ofs; in t_wellknown1() local 84 size_t buflen, offset, ofs; in t_wellknown2() local 140 size_t buflen = sizeof(buf); in t_wellknown3() local
|
| /third_party/mbedtls/library/ |
| D | entropy_poll.c | 96 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper() 116 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper() 138 static int sysctl_arnd_wrapper( unsigned char *buf, size_t buflen ) in sysctl_arnd_wrapper()
|
| D | error.c | 739 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror() 809 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
|
| /third_party/libuv/src/unix/ |
| D | random-devurandom.c | 32 int uv__random_readpath(const char* path, void* buf, size_t buflen) { in uv__random_readpath() 86 int uv__random_devurandom(void* buf, size_t buflen) { in uv__random_devurandom()
|
| /third_party/libuv/src/ |
| D | random.c | 31 static int uv__random(void* buf, size_t buflen) { in uv__random() 97 size_t buflen, in uv_random()
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | usergroup.c | 131 size_t buflen, getgr_buflen; in pa_getgrgid_malloc() local 190 size_t buflen, getgr_buflen; in pa_getgrnam_malloc() local 253 size_t buflen, getpw_buflen; in pa_getpwnam_malloc() local 312 size_t buflen, getpw_buflen; in pa_getpwuid_malloc() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | wpa_debug.c | 132 ssize_t buflen; in wpa_debug_open_linux_tracing() local 764 int buflen; in wpa_msg() local 802 int buflen; in wpa_msg_ctrl() local 830 int buflen; in wpa_msg_global() local 857 int buflen; in wpa_msg_global_ctrl() local 885 int buflen; in wpa_msg_no_global() local 912 int buflen; in wpa_msg_global_only() local 951 int buflen; in hostapd_logger() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | wpa_debug.c | 132 ssize_t buflen; in wpa_debug_open_linux_tracing() local 763 int buflen; in wpa_msg() local 801 int buflen; in wpa_msg_ctrl() local 829 int buflen; in wpa_msg_global() local 856 int buflen; in wpa_msg_global_ctrl() local 884 int buflen; in wpa_msg_no_global() local 911 int buflen; in wpa_msg_global_only() local 950 int buflen; in hostapd_logger() local
|
| D | json.c | 511 size_t buflen; in json_get_member_base64url() local 552 char *buf, size_t buflen) in json_print_token() 572 void json_print_tree(struct json_token *root, char *buf, size_t buflen) in json_print_tree()
|
| /third_party/ltp/testcases/kernel/fs/doio/ |
| D | pattern.c | 40 int pattern_check(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_check() 101 int pattern_fill(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_fill()
|
| /third_party/openssl/crypto/asn1/ |
| D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 51 int buflen; in ASN1_bn_print() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
| D | gethostbyname_r.c | 39 size_t buflen; in gethostbyname_r_0100() local 61 size_t buflen; in gethostbyname_r_0200() local
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | scatterlist.h | 90 static inline void sg_set_buf(scatterlist_t *psg, const void *buf, unsigned int buflen) in sg_set_buf() 97 static inline void sg_init_one(scatterlist_t *psg, const void *buf, unsigned int buflen) in sg_init_one()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | ctrl_iface.c | 778 char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_get() 944 struct wpa_supplicant *wpa_s, char *buf, size_t buflen) in ctrl_iface_get_capability_tdls() 1059 char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_tdls_link_status() 1218 size_t buflen) in wpa_supplicant_ctrl_iface_wps_pin() 1283 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_wps_check_pin() 1792 size_t buflen) in wpa_supplicant_ctrl_iface_wps_ap_pin() 2036 char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_status() 2408 size_t buflen) in wpa_supplicant_ctrl_iface_blacklist() 2461 size_t buflen) in wpa_supplicant_ctrl_iface_log_level() 2507 struct wpa_supplicant *wpa_s, char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_list_networks() [all …]
|
| /third_party/musl/src/linux/ |
| D | getrandom.c | 4 ssize_t getrandom(void *buf, size_t buflen, unsigned flags) in getrandom()
|
| /third_party/nghttp2/src/ |
| D | xsi_strerror.c | 38 char *xsi_strerror(int errnum, char *buf, size_t buflen) { in xsi_strerror()
|