Home
last modified time | relevance | path

Searched defs:buf_len (Results 51 - 75 of 244) sorted by relevance

12345678910

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_sign.c159 int signid, paramtype, buf_len = 0; in ASN1_item_sign_ctx() local
/third_party/openssl/crypto/asn1/
H A Da_object.c181 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) in i2t_ASN1_OBJECT() argument
H A Da_sign.c159 int signid, paramtype, buf_len = 0; in ASN1_item_sign_ctx() local
/third_party/openssl/test/
H A Dcmsapitest.c327 long buf_len = 0; in test_d2i_CMS_decode() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-serialize.cc744 hb_buffer_deserialize_glyphs(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_font_t *font, hb_buffer_serialize_format_t format) hb_buffer_deserialize_glyphs() argument
816 hb_buffer_deserialize_unicode(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_buffer_serialize_format_t format) hb_buffer_deserialize_unicode() argument
[all...]
/third_party/eudev/src/ata_id/
H A Data_id.c55 disk_scsi_inquiry_command(int fd, void *buf, size_t buf_len) disk_scsi_inquiry_command() argument
124 disk_identify_command(int fd, void *buf, size_t buf_len) disk_identify_command() argument
194 disk_identify_packet_device_command(int fd, void *buf, size_t buf_len) disk_identify_packet_device_command() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dcrypto.c83 static int set_aes_arg(URLContext *h, uint8_t **buf, int *buf_len, in set_aes_arg() argument
H A Doggparsevorbis.c224 int buf_len; in fixup_vorbis_headers() local
/third_party/backends/backend/
H A Depson2-commands.c1025 size_t buf_len; in esci_request_extended_status() local
/third_party/libunwind/libunwind/src/aarch64/
H A DGinit.c401 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/
H A Delfxx.c88 lookup_symbol(unw_addr_space_t as, unw_word_t ip, struct elf_image *ei, Elf_W (Addr) load_offset, char *buf, size_t buf_len, Elf_W (Addr) *min_dist) lookup_symbol() argument
277 get_proc_name_in_image(unw_addr_space_t as, struct elf_image *ei, unsigned long segbase, unsigned long mapoff, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) get_proc_name_in_image() argument
315 get_proc_name(unw_addr_space_t as, pid_t pid, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) get_proc_name() argument
/third_party/libunwind/libunwind/src/arm/
H A DGinit.c396 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/s390x/
H A DGinit.c339 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/ia64/
H A DGinit.c348 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/riscv/
H A DGinit.c422 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/x86_64/
H A DGinit.c400 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/mbedtls/library/
H A Dssl_client.c917 size_t buf_len, msg_len, binders_len; in mbedtls_ssl_write_client_hello() local
H A Dpem.c494 mbedtls_pem_write_buffer(const char *header, const char *footer, const unsigned char *der_data, size_t der_len, unsigned char *buf, size_t buf_len, size_t *olen) mbedtls_pem_write_buffer() argument
H A Dentropy.c495 static int mbedtls_entropy_source_self_test_gather(unsigned char *buf, size_t buf_len) in mbedtls_entropy_source_self_test_gather() argument
520 mbedtls_entropy_source_self_test_check_bits(const unsigned char *buf, size_t buf_len) mbedtls_entropy_source_self_test_check_bits() argument
/third_party/libcoap/src/oscore/
H A Doscore_cose.c278 cose_encrypt0_encode(cose_encrypt0_t *ptr, uint8_t *buffer, size_t buf_len) { in cose_encrypt0_encode() argument
H A Doscore_cbor.c211 get_byte(const uint8_t **buffer, size_t *buf_len) { in get_byte() argument
220 get_byte_inc(const uint8_t **buffer, size_t *buf_len) { in get_byte_inc() argument
227 oscore_cbor_get_next_element(const uint8_t **buffer, size_t *buf_len) { in oscore_cbor_get_next_element() argument
240 oscore_cbor_get_element_size(const uint8_t **buffer, size_t *buf_len) { in oscore_cbor_get_element_size() argument
260 oscore_cbor_elem_contained(const uint8_t *data, size_t *buf_len, uint8_t *end) oscore_cbor_elem_contained() argument
271 oscore_cbor_get_negative_integer(const uint8_t **buffer, size_t *buf_len) oscore_cbor_get_negative_integer() argument
276 oscore_cbor_get_unsigned_integer(const uint8_t **buffer, size_t *buf_len) oscore_cbor_get_unsigned_integer() argument
287 oscore_cbor_get_number(const uint8_t **data, size_t *buf_len, int64_t *value) oscore_cbor_get_number() argument
306 oscore_cbor_get_simple_value(const uint8_t **data, size_t *buf_len, uint8_t *value) oscore_cbor_get_simple_value() argument
316 oscore_cbor_get_string(const uint8_t **buffer, size_t *buf_len, char *str, size_t size) oscore_cbor_get_string() argument
324 oscore_cbor_get_array(const uint8_t **buffer, size_t *buf_len, uint8_t *arr, size_t size) oscore_cbor_get_array() argument
335 oscore_cbor_get_string_array(const uint8_t **data, size_t *buf_len, uint8_t **result, size_t *len) oscore_cbor_get_string_array() argument
361 oscore_cbor_skip_value(const uint8_t **data, size_t *buf_len) oscore_cbor_skip_value() argument
421 oscore_cbor_strip_value(const uint8_t **data, size_t *buf_len, uint8_t **result, size_t *len) oscore_cbor_strip_value() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_aes.cc113 int buf_len = in.size() + EVP_CIPHER_CTX_block_size(ctx.get()) + tag_len; in AES_Cipher() local
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c387 ares__qcache_fetch(ares__qcache_t *qcache, const ares_dns_record_t *dnsrec, const struct timeval *now, unsigned char **buf, size_t *buf_len) ares__qcache_fetch() argument
/third_party/libfuse/example/
H A Dhello_ll_uds.c260 static ssize_t stream_read(int fd, void *buf, size_t buf_len, void *userdata) { in stream_read() argument
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c80 static void update_packet_field(size_t *off, void *buf, size_t buf_len) in update_packet_field() argument

Completed in 19 milliseconds

12345678910