Home
last modified time | relevance | path

Searched defs:buf (Results 6526 - 6550 of 7076) sorted by relevance

1...<<261262263264265266267268269270>>...284

/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c436 unsigned char buf[1000]; in display_random() local
H A Dreq.c1133 char buf[100]; in prompt_info() local
1365 char buf[1024]; add_DN_object() local
1385 char buf[1024]; add_attribute_object() local
1402 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2) build_data() argument
1487 join(char buf[], size_t buf_size, const char *name, const char *tail, const char *desc) join() argument
[all...]
H A Dx509.c1091 char *buf = NULL; in x509_load_serial() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c936 } buf; member
1231 } buf; in s390x_aes_gcm() local
1351 unsigned char *buf; in s390x_aes_gcm_ctrl() local
1564 const unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); s390x_aes_gcm_tls_cipher() local
1623 unsigned char *buf, tmp[16]; s390x_aes_gcm_cipher() local
1876 unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); s390x_aes_ccm_tls_cipher() local
1970 unsigned char *buf; s390x_aes_ccm_cipher() local
2056 unsigned char *buf; s390x_aes_ccm_ctrl() local
3884 unsigned char *buf; aes_ocb_cipher() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dfs.c415 uv_buf_t* buf; in uv__fs_preadv() local
517 struct stat buf; in uv__fs_read() local
660 struct statvfs buf; uv__fs_statfs() local
710 char* buf; uv__fs_readlink() local
767 char* buf; uv__fs_realpath() local
807 char buf[8192]; uv__fs_sendfile_emul() local
1510 uv__fs_statx(int fd, const char* path, int is_fstat, int is_lstat, uv_stat_t* buf) uv__fs_statx() argument
1590 uv__fs_stat(const char *path, uv_stat_t *buf) uv__fs_stat() argument
1606 uv__fs_lstat(const char *path, uv_stat_t *buf) uv__fs_lstat() argument
1622 uv__fs_fstat(int fd, uv_stat_t *buf) uv__fs_fstat() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dpipe.c1849 uv_buf_t buf; in uv__pipe_read_data() local
1768 uv__pipe_read_eof(uv_loop_t* loop, uv_pipe_t* handle, uv_buf_t buf) uv__pipe_read_eof() argument
1780 uv__pipe_read_error(uv_loop_t* loop, uv_pipe_t* handle, int error, uv_buf_t buf) uv__pipe_read_error() argument
1792 uv__pipe_read_error_or_eof(uv_loop_t* loop, uv_pipe_t* handle, int error, uv_buf_t buf) uv__pipe_read_error_or_eof() argument
[all...]
H A Dtty.c703 uv_buf_t buf; in uv_process_tty_read_raw_req() local
962 uv_buf_t buf; uv_process_tty_read_line_req() local
1710 uv_buf_t buf = bufs[i]; global() local
[all...]
H A Dutil.c1394 char* buf; in uv_os_environ() local
1589 WCHAR buf[UV_MAXHOSTNAMESIZE]; in uv_os_gethostname() local
1897 uv__random_rtlgenrandom(void* buf, size_t buflen) uv__random_rtlgenrandom() argument
[all...]
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c829 uvwasi_fd_fdstat_get(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_fdstat_t* buf) uvwasi_fd_fdstat_get() argument
983 uvwasi_fd_filestat_get(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_filestat_t* buf) uvwasi_fd_filestat_get() argument
1169 uvwasi_fd_prestat_get(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_prestat_t* buf) uvwasi_fd_prestat_get() argument
1340 uvwasi_fd_readdir(uvwasi_t* uvwasi, uvwasi_fd_t fd, void* buf, uvwasi_size_t buf_len, uvwasi_dircookie_t cookie, uvwasi_size_t* bufused) uvwasi_fd_readdir() argument
1689 uvwasi_path_filestat_get(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_lookupflags_t flags, const char* path, uvwasi_size_t path_len, uvwasi_filestat_t* buf) uvwasi_path_filestat_get() argument
2091 uvwasi_path_readlink(uvwasi_t* uvwasi, uvwasi_fd_t fd, const char* path, uvwasi_size_t path_len, char* buf, uvwasi_size_t buf_len, uvwasi_size_t* bufused) uvwasi_path_readlink() argument
2554 uvwasi_random_get(uvwasi_t* uvwasi, void* buf, uvwasi_size_t buf_len) uvwasi_random_get() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_net.c751 unsigned char buf[4]; in coap_option_check_critical() local
1134 uint8_t buf[4]; in coap_send() local
1203 uint8_t buf[4]; in coap_send() local
1263 uint8_t buf[4]; coap_send() local
1316 uint8_t buf[8]; coap_send() local
1430 uint8_t buf[4]; coap_send_internal() local
2482 unsigned char buf[1]; get_wkc_len() local
2530 uint8_t buf[4]; hnd_get_wellknown() local
2903 uint8_t buf[4]; handle_request() local
3132 uint8_t buf[4]; handle_request() local
[all...]
H A Dcoap_mbedtls.c172 coap_rng(void *ctx COAP_UNUSED, unsigned char *buf, size_t len) { in coap_rng() argument
330 static char buf[128] = {0}; in get_error_string() local
471 char buf[12 in cert_verify_callback_mbedtls() local
[all...]
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1482 char buf[BUF_LEN]; in guess_file_type() local
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs1378 let mut buf = [0u8; 16]; seek() variables
1405 let mut buf = [0u8; 16]; read_write() variables
[all...]
/third_party/python/Python/
H A Dtraceback.c388 char buf[11] = " "; in _Py_WriteIndent() local
433 char buf[MAXPATHLEN+1]; in display_source_line_with_margin() local
/third_party/openssl/test/
H A Dectest.c170 unsigned char buf[100]; in prime_field_tests() local
941 unsigned char buf[100]; char2_field_tests() local
1092 unsigned char *buf = NULL; hybrid_point_encoding_test() local
2018 unsigned char *buf = NULL; parameter_test() local
2402 unsigned char buf[1024]; do_test_custom_explicit_fromdata() local
2971 unsigned char buf[1000]; ec_d2i_publickey_test() local
[all...]
H A Dendecode_test.c421 static int pass_pw(char *buf, int size, int rwflag, void *userdata) in pass_pw() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c233 struct sljit_memory_fragment *buf; in sljit_generate_code() local
/third_party/openssl/apps/
H A Dreq.c1131 char buf[100]; in prompt_info() local
1363 char buf[1024]; add_DN_object() local
1383 char buf[1024]; add_attribute_object() local
1400 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2) build_data() argument
1485 join(char buf[], size_t buf_size, const char *name, const char *tail, const char *desc) join() argument
[all...]
H A Dx509.c1091 char *buf = NULL; in x509_load_serial() local
H A Dpkcs12.c1214 void hex_prin(BIO *out, unsigned char *buf, int len) in hex_prin() argument
/third_party/openssl/crypto/evp/
H A De_aes.c940 } buf; member
1237 } buf; in s390x_aes_gcm() local
1357 unsigned char *buf; in s390x_aes_gcm_ctrl() local
1570 const unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); s390x_aes_gcm_tls_cipher() local
1629 unsigned char *buf, tmp[16]; s390x_aes_gcm_cipher() local
1882 unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); s390x_aes_ccm_tls_cipher() local
1976 unsigned char *buf; s390x_aes_ccm_cipher() local
2062 unsigned char *buf; s390x_aes_ccm_ctrl() local
3890 unsigned char *buf; aes_ocb_cipher() local
[all...]
H A Dp_lib.c1404 unsigned char *buf; in EVP_PKEY_get1_encoded_public_key() local
2149 unsigned char *buf = NULL; in EVP_PKEY_get_bn_param() local
2192 EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name, unsigned char *buf, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_octet_string_param() argument
2327 EVP_PKEY_set_octet_string_param(EVP_PKEY *pkey, const char *key_name, const unsigned char *buf, size_t bsize) EVP_PKEY_set_octet_string_param() argument
[all...]
/third_party/openssl/apps/lib/
H A Ds_cb.c566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp328 deUint8 *buf = cpuAddrs[bufNum]; in fillBuffer() local
[all...]

Completed in 58 milliseconds

1...<<261262263264265266267268269270>>...284