| /third_party/openssl/apps/ |
| H A D | engine.c | 65 const int blen = strlen(p); in append_buf() local
|
| /third_party/openssl/crypto/bio/ |
| H A D | bss_mem.c | 217 int blen; in mem_write() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
| H A D | loadbmp.h | 98 HI_U32 blen; member
|
| /third_party/curl/lib/ |
| H A D | rtsp.c | 595 rtp_write_body_junk(struct Curl_easy *data, const char *buf, size_t blen) rtp_write_body_junk() argument 616 rtsp_filter_rtp(struct Curl_easy *data, const char *buf, size_t blen, size_t *pconsumed) rtsp_filter_rtp() argument 779 rtsp_rtp_write_resp(struct Curl_easy *data, const char *buf, size_t blen, bool is_eos, bool *done) rtsp_rtp_write_resp() argument [all...] |
| H A D | sendf.c | 153 Curl_nwrite(struct Curl_easy *data, int sockindex, const void *buf, size_t blen, ssize_t *pnwritten) Curl_nwrite() argument 384 Curl_client_write(struct Curl_easy *data, int type, char *buf, size_t blen) Curl_client_write() argument
|
| H A D | bufq.c | 496 size_t blen; in Curl_bufq_pass() local
|
| H A D | transfer.c | 470 size_t blen; in readwrite_data() local 425 Curl_xfer_recv_resp(struct Curl_easy *data, char *buf, size_t blen, bool eos_reliable, CURLcode *err) Curl_xfer_recv_resp() argument 1682 Curl_xfer_write_resp(struct Curl_easy *data, char *buf, size_t blen, bool is_eos, bool *done) Curl_xfer_write_resp() argument [all...] |
| H A D | cf-h1-proxy.c | 257 size_t blen = request_len; in send_CONNECT() local
|
| H A D | content_encoding.c | 864 void Curl_all_content_encodings(char *buf, size_t blen) in Curl_all_content_encodings() argument 1043 void Curl_all_content_encodings(char *buf, size_t blen) in Curl_all_content_encodings() argument
|
| /third_party/curl/lib/vquic/ |
| H A D | vquic.c | 281 size_t blen, sent; in vquic_flush() local
|
| /third_party/mbedtls/library/ |
| H A D | ecdsa.c | 203 derive_mpi(const mbedtls_ecp_group *grp, mbedtls_mpi *x, const unsigned char *buf, size_t blen) derive_mpi() argument 243 mbedtls_ecdsa_sign_restartable(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int (*f_rng_blind)(void *, unsigned char *, size_t), void *p_rng_blind, mbedtls_ecdsa_restart_ctx *rs_ctx) mbedtls_ecdsa_sign_restartable() argument 380 mbedtls_ecdsa_sign(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdsa_sign() argument 397 mbedtls_ecdsa_sign_det_restartable(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, mbedtls_md_type_t md_alg, int (*f_rng_blind)(void *, unsigned char *, size_t), void *p_rng_blind, mbedtls_ecdsa_restart_ctx *rs_ctx) mbedtls_ecdsa_sign_det_restartable() argument 470 mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, const mbedtls_mpi *d, const unsigned char *buf, size_t blen, mbedtls_md_type_t md_alg, int (*f_rng_blind)(void *, unsigned char *, size_t), void *p_rng_blind) mbedtls_ecdsa_sign_det_ext() argument 488 mbedtls_ecdsa_verify_restartable(mbedtls_ecp_group *grp, const unsigned char *buf, size_t blen, const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s, mbedtls_ecdsa_restart_ctx *rs_ctx) mbedtls_ecdsa_verify_restartable() argument 596 mbedtls_ecdsa_verify(mbedtls_ecp_group *grp, const unsigned char *buf, size_t blen, const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) mbedtls_ecdsa_verify() argument [all...] |
| /third_party/toybox/lib/ |
| H A D | deflate.c | 88 int click = bb->bitpos >> 3, blow, blen; in bitbuf_get() local 121 int click = bb->bitpos >> 3, blow, blen; in bitbuf_put() local 133 data >>= blen; bitbuf_put() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
| H A D | dbus_new_helpers.c | 134 size_t blen = registered_sig + MAX_SIG_LEN - pos; in is_signature_correct() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
| H A D | dbus_new_helpers.c | 134 size_t blen = registered_sig + MAX_SIG_LEN - pos; in is_signature_correct() local
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-monitor.c | 673 ssize_t blen, count; in udev_monitor_send_device() local
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | asn_mime.c | 611 int len, blen; in multi_split() local 982 static int mime_bound_check(char *line, int linelen, const char *bound, int blen) in mime_bound_check() argument [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_cert.c | 596 int alen, blen, ret; in xname_cmp() local
|
| H A D | t1_trce.c | 629 size_t blen; in ssl_print_hexbuf() local
|
| /third_party/openssl/crypto/asn1/ |
| H A D | asn_mime.c | 605 int len, blen; in multi_split() local 976 static int mime_bound_check(char *line, int linelen, const char *bound, int blen) in mime_bound_check() argument [all...] |
| /third_party/openssl/ssl/ |
| H A D | t1_trce.c | 629 size_t blen; in ssl_print_hexbuf() local
|
| H A D | ssl_cert.c | 596 int alen, blen, ret; in xname_cmp() local
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | postprocessor.c | 201 size_t blen; member 279 size_t blen; in MHD_create_post_processor() local 530 find_boundary(struct MHD_PostProcessor *pp, const char *boundary, size_t blen, size_t *ioffptr, enum PP_State next_state, enum PP_State next_dash_state) find_boundary() argument 701 process_value_to_boundary(struct MHD_PostProcessor *pp, size_t *ioffptr, const char *boundary, size_t blen, enum PP_State next_state, enum PP_State next_dash_state) process_value_to_boundary() argument [all...] |
| /third_party/openssl/test/ |
| H A D | dhtest.c | 54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local 645 int i, alen, blen, aout, bout; in rfc7919_test() local
|
| /third_party/curl/lib/vtls/ |
| H A D | gtls.c | 83 static ssize_t gtls_push(void *s, const void *buf, size_t blen) in gtls_push() argument 103 static ssize_t gtls_pull(void *s, void *buf, size_t blen) in gtls_pull() argument
|
| H A D | mbedtls.c | 191 static int mbedtls_bio_cf_read(void *bio, unsigned char *buf, size_t blen) in mbedtls_bio_cf_read() argument 170 mbedtls_bio_cf_write(void *bio, const unsigned char *buf, size_t blen) mbedtls_bio_cf_write() argument
|