Home
last modified time | relevance | path

Searched defs:buf (Results 6026 - 6050 of 21233) sorted by relevance

1...<<241242243244245246247248249250>>...850

/third_party/mbedtls/library/
H A Dsha1.c412 unsigned char buf[1024]; in mbedtls_sha1_self_test() local
H A Dx509_csr.c454 int mbedtls_x509_csr_parse(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse() argument
265 mbedtls_x509_csr_parse_der_internal(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen, mbedtls_x509_csr_ext_cb_t cb, void *p_ctx) mbedtls_x509_csr_parse_der_internal() argument
434 mbedtls_x509_csr_parse_der(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) mbedtls_x509_csr_parse_der() argument
443 mbedtls_x509_csr_parse_der_with_ext_cb(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen, mbedtls_x509_csr_ext_cb_t cb, void *p_ctx) mbedtls_x509_csr_parse_der_with_ext_cb() argument
508 unsigned char *buf; mbedtls_x509_csr_parse_file() local
528 mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, const mbedtls_x509_csr *csr) mbedtls_x509_csr_info() argument
[all...]
H A Dbignum_mod.c317 mbedtls_mpi_mod_read(mbedtls_mpi_mod_residue *r, const mbedtls_mpi_mod_modulus *N, const unsigned char *buf, size_t buflen, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_read() argument
346 mbedtls_mpi_mod_write(const mbedtls_mpi_mod_residue *r, const mbedtls_mpi_mod_modulus *N, unsigned char *buf, size_t buflen, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_write() argument
/third_party/mbedtls/programs/pkey/
H A Dkey_app.c135 char buf[1024]; in main() local
[all...]
/third_party/mbedtls/programs/ssl/
H A Ddtls_server.c80 unsigned char buf[1024]; in main() local
H A Dssl_test_common_source.c198 int recv_cb(void *ctx, unsigned char *buf, size_t len) in recv_cb() argument
226 int recv_timeout_cb(void *ctx, unsigned char *buf, size_t len, in recv_timeout_cb() argument
134 ssl_check_record(mbedtls_ssl_context const *ssl, unsigned char const *buf, size_t len) ssl_check_record() argument
251 send_cb(void *ctx, unsigned char const *buf, size_t len) send_cb() argument
322 x509_crt_verify_info(char *buf, size_t size, const char *prefix, uint32_t flags) x509_crt_verify_info() argument
[all...]
H A Ddtls_client.c74 unsigned char buf[1024]; in main() local
/third_party/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp171 const Byte *buf = _inBuf; in Code() local
/third_party/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp112 Byte *buf = (Byte *)MyRealloc(_buf, cap); in EnsureCapacity() local
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_helpers.c167 int mbedtls_test_inject_entropy_seed_read(unsigned char *buf, size_t len) in mbedtls_test_inject_entropy_seed_read() argument
181 int mbedtls_test_inject_entropy_seed_write(unsigned char *buf, size_t len) in mbedtls_test_inject_entropy_seed_write() argument
193 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; in mbedtls_test_inject_entropy_restore() local
/third_party/json/tests/src/
H A Dunit-udt_macro.cpp373 std::vector<uint8_t> buf = nlohmann::json::to_msgpack(j1); variable
384 std::vector<uint8_t> buf = nlohmann::json::to_bson(j1); variable
395 std::vector<uint8_t> buf = nlohmann::json::to_cbor(j1); variable
406 std::vector<uint8_t> buf = nlohmann::json::to_ubjson(j1); variable
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c245 parse_addr(uint32_t *buf, int sz, unsigned int *len, uint64_t *gpuaddr) in parse_addr() argument
257 void *buf = NULL; in handle_file() local
[all...]
H A Drnnutil.c133 static char buf[128]; in rnn_regname() local
/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c90 _strnAppend(char *const buf, const int bufSize, const char *fmt, ...) in _strnAppend() argument
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c64 void *buf; in readdt() local
82 uint32_t *buf = (uint32_t *)os_read_file(fpath, &sz); in find_freqs_fn() local
155 char buf[dlen + sizeof("/../#address-cells") + 1]; in find_device_fn() local
185 uint32_t *buf, *b; find_device() local
[all...]
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c42 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h1() argument
567 uint8_t buf[1]; rops_handle_POLLIN_h1() local
721 unsigned char *buf, prebuf[LWS_PRE + 1024]; rops_handle_POLLOUT_h1() local
782 rops_write_role_protocol_h1(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol *wp) rops_write_role_protocol_h1() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c114 ss_api_amazon_auth_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_api_amazon_auth_rx() argument
167 ss_api_amazon_auth_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_api_amazon_auth_tx() argument
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-ssl.c68 lws_context_init_ssl_pem_passwd_cb(char *buf, int size, int rwflag, in lws_context_init_ssl_pem_passwd_cb() argument
83 lws_context_init_ssl_pem_passwd_client_cb(char *buf, int size, int rwflag, in lws_context_init_ssl_pem_passwd_client_cb() argument
197 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() argument
339 lws_ssl_capable_write(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_write() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
H A Dmain.c33 smd_cb1int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) smd_cb1int() argument
47 smd_cb2int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) smd_cb2int() argument
66 smd_cb3int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) smd_cb3int() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dtest2.c173 uint8_t buf[4096]; in test2() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c45 char buf[128]; in callback_http() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
H A Dminimal-secure-streams.c155 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
175 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dminimal-secure-streams.c62 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
82 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
H A Dprotocol_lws_minimal_pmd_bulk.c90 uint8_t buf[LWS_PRE + MESSAGE_SIZE], *start = &buf[LWS_PRE], *p; in callback_minimal_pmd_bulk() local
/third_party/libwebsockets/plugins/
H A Dprotocol_post_demo.c69 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int len, enum lws_spa_fileupload_states state) file_upload_cb() argument

Completed in 18 milliseconds

1...<<241242243244245246247248249250>>...850