/third_party/ffmpeg/libavutil/ |
H A D | hmac.h | 64 * 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 D | curl_ngtcp2.h | 52 struct Curl_easy *data, 56 bool Curl_conn_is_ngtcp2(const struct Curl_easy *data,
|
/third_party/curl/lib/vtls/ |
H A D | gtls.h | 57 gtls_client_init(struct Curl_easy *data, 65 Curl_gtls_verifyserver(struct Curl_easy *data,
|
H A D | schannel.h | 80 struct Curl_easy *data); 83 struct Curl_easy *data);
|
H A D | x509asn1.h | 43 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 D | slist_wc.c | 39 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 D | md5.h | 24 // 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 D | sanei_config.h | 168 void *data), 169 void *data
|
/third_party/curl/lib/ |
H A D | c-hyper.h | 32 /* 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 D | curl_md5.h | 36 const unsigned char *data, 42 Curl_MD5_update_func md5_update_func; /* Update context with data */ 61 const unsigned char *data,
|
H A D | curl_gssapi.h | 36 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 D | intervalset.h | 19 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 D | collator_rulebased_fuzzer.cpp | 14 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 D | Makefile | 12 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 D | private-lib-event-libs-libev.h | 28 { (_x)->data = _ctx; \ 31 ((struct lws_context *)(_x)->data)))
|
/third_party/libsnd/ossfuzz/ |
H A D | sndfile_fuzzer.cc | 10 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 D | psa_crypto_ffdh.h | 55 * \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 D | eth008-power-relay.py | 23 data = c.recv(1) variable 26 if data[0] == b'\x01':
|
/third_party/libcoap/tests/oss-fuzz/ |
H A D | pdu_parse_tcp_target.c | 7 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 D | pdu_parse_udp_target.c | 7 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 D | pdu_parse_ws_target.c | 7 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 D | StreamBinder.h | 27 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 D | Sha256.h | 17 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 D | XzCrc64Reg.cpp | 28 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 D | v3dv_debug.c | 33 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()
|