Home
last modified time | relevance | path

Searched refs:data (Results 17251 - 17275 of 49187) sorted by relevance

1...<<691692693694695696697698699700>>...1968

/third_party/ffmpeg/libavutil/
H A Dhmac.h64 * Hash data with the HMAC.
66 * @param data The data to hash
67 * @param len The length of the data, in bytes
69 void av_hmac_update(AVHMAC *ctx, const uint8_t *data, unsigned int len);
81 * Hash an array of data with a key.
83 * @param data The data to hash
84 * @param len The length of the data, in bytes
91 int av_hmac_calc(AVHMAC *ctx, const uint8_t *data, unsigne
[all...]
/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.h52 struct Curl_easy *data,
56 bool Curl_conn_is_ngtcp2(const struct Curl_easy *data,
/third_party/curl/lib/vtls/
H A Dgtls.h57 gtls_client_init(struct Curl_easy *data,
65 Curl_gtls_verifyserver(struct Curl_easy *data,
H A Dschannel.h80 struct Curl_easy *data);
83 struct Curl_easy *data);
H A Dx509asn1.h43 const char *beg; /* Pointer to element data. */
75 CURLcode Curl_extract_certinfo(struct Curl_easy *data, int certnum,
77 CURLcode Curl_verifyhost(struct Curl_cfilter *cf, struct Curl_easy *data,
/third_party/curl/src/
H A Dslist_wc.c39 const char *data) in slist_wc_append()
41 struct curl_slist *new_item = curl_slist_append(NULL, data); in slist_wc_append()
38 slist_wc_append(struct slist_wc *list, const char *data) slist_wc_append() argument
/third_party/gn/src/base/
H A Dmd5.h24 // generate the MD5 sum of the given data.
26 // You can also compute the MD5 sum of data incrementally by making multiple
28 // MD5Context ctx; // intermediate MD5 data: do not use
44 // Used for storing intermediate data during an MD5 computation. Callers
45 // should not access the data.
52 // For the given buffer of |data| as a std::string_view, updates the given MD5
53 // context with the sum of the data. You can call this any number of times
55 void MD5Update(MD5Context* context, std::string_view data);
68 // Computes the MD5 sum of the given data buffer with the given length.
69 // The given 'digest' structure will be filled with the result data
[all...]
/third_party/backends/include/sane/
H A Dsanei_config.h168 void *data),
169 void *data
/third_party/curl/lib/
H A Dc-hyper.h32 /* per-transfer data for the Hyper backend */
45 CURLcode Curl_hyper_stream(struct Curl_easy *data,
51 CURLcode Curl_hyper_header(struct Curl_easy *data, hyper_headers *headers,
H A Dcurl_md5.h36 const unsigned char *data,
42 Curl_MD5_update_func md5_update_func; /* Update context with data */
61 const unsigned char *data,
H A Dcurl_gssapi.h36 struct Curl_easy *data,
48 void Curl_gss_log_error(struct Curl_easy *data, const char *prefix,
/third_party/cups-filters/filter/pdftopdf/
H A Dintervalset.h19 size_t size() const { return data.size(); } in size()
31 data_t data; member in IntervalSet
/third_party/icu/icu4c/source/test/fuzzer/
H A Dcollator_rulebased_fuzzer.cpp14 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
19 std::memcpy(fuzzbuff.get(), data, unistr_size * 2); in LLVMFuzzerTestOneInput()
/third_party/icu/tools/unicode/c/genregexcasing/
H A DMakefile12 data: genregexcasing
13 LD_LIBRARY_PATH=$(ICU_BUILD)/lib:$(ICU_BUILD)/stubdata ICU_DATA=$(ICU_BUILD)/data/out ./genregexcasing
/third_party/libwebsockets/lib/event-libs/libev/
H A Dprivate-lib-event-libs-libev.h28 { (_x)->data = _ctx; \
31 ((struct lws_context *)(_x)->data)))
/third_party/libsnd/ossfuzz/
H A Dsndfile_fuzzer.cc10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
17 int err = sf_init_file(data, size, &sndfile, &vio_data, &vio, &sndfile_info) ; in LLVMFuzzerTestOneInput()
28 // Do nothing with the data. in LLVMFuzzerTestOneInput()
/third_party/mbedtls/library/
H A Dpsa_crypto_ffdh.h55 * \param[out] data Buffer where the key data is to be written.
56 * \param[in] data_size Size of the \p data buffer in bytes.
58 * \p data
71 uint8_t *data,
82 * \param[out] key_buffer Buffer where the key data is to be written.
109 * \param[in] data The buffer containing the key data in import
111 * \param[in] data_length Size of the \p data buffer in bytes.
112 * \param[out] key_buffer The buffer containing the key data i
[all...]
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Deth008-power-relay.py23 data = c.recv(1) variable
26 if data[0] == b'\x01':
/third_party/libcoap/tests/oss-fuzz/
H A Dpdu_parse_tcp_target.c7 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
11 if (coap_pdu_parse(COAP_PROTO_TCP, data, size, pdu)) { in LLVMFuzzerTestOneInput()
H A Dpdu_parse_udp_target.c7 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
11 if (coap_pdu_parse(COAP_PROTO_UDP, data, size, pdu)) { in LLVMFuzzerTestOneInput()
H A Dpdu_parse_ws_target.c7 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
11 if (coap_pdu_parse(COAP_PROTO_WS, data, size, pdu)) { in LLVMFuzzerTestOneInput()
/third_party/lzma/CPP/7zip/Common/
H A DStreamBinder.h27 writer thread always will detect closing of reading in latest iteration after all data processing iterations
49 HRESULT Read(void *data, UInt32 size, UInt32 *processedSize);
50 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);
/third_party/lzma/C/
H A DSha256.h17 typedef void (Z7_FASTCALL *SHA256_FUNC_UPDATE_BLOCKS)(UInt32 state[8], const Byte *data, size_t numBlocks);
59 void Sha256_Update(CSha256 *p, const Byte *data, size_t size);
65 // void Z7_FASTCALL Sha256_UpdateBlocks(UInt32 state[8], const Byte *data, size_t numBlocks);
/third_party/lzma/CPP/Common/
H A DXzCrc64Reg.cpp28 Z7_COM7F_IMF2(void, CXzCrc64Hasher::Update(const void *data, UInt32 size))
30 _crc = Crc64Update(_crc, data, size);
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_debug.c33 v3dv_print_spirv(const char *data, uint32_t size, FILE *fp) in v3dv_print_spirv() argument
45 if (write(fd, data, size) == -1) in v3dv_print_spirv()

Completed in 22 milliseconds

1...<<691692693694695696697698699700>>...1968