| /third_party/mbedtls/3rdparty/everest/library/ |
| H A D | x25519.c | 59 mbedtls_x25519_make_params( mbedtls_x25519_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )(void *, unsigned char *, size_t), void *p_rng ) mbedtls_x25519_make_params() argument 119 mbedtls_x25519_calc_secret( mbedtls_x25519_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )(void *, unsigned char *, size_t), void *p_rng ) mbedtls_x25519_calc_secret() argument 145 mbedtls_x25519_make_public( mbedtls_x25519_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )(void *, unsigned char *, size_t), void *p_rng ) mbedtls_x25519_make_public() argument
|
| H A D | everest.c | 48 mbedtls_everest_make_params( mbedtls_ecdh_context_everest *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )( void *, unsigned char *, size_t ), void *p_rng ) mbedtls_everest_make_params() argument 76 mbedtls_everest_make_public( mbedtls_ecdh_context_everest *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )( void *, unsigned char *, size_t ), void *p_rng ) mbedtls_everest_make_public() argument 92 mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size_t *olen, unsigned char *buf, size_t blen, int( *f_rng )( void *, unsigned char *, size_t ), void *p_rng ) mbedtls_everest_calc_secret() argument
|
| /third_party/curl/tests/libtest/ |
| H A D | lib2302.c | 32 size_t blen; member 57 static size_t add_data(struct ws_data *wd, const char *buf, size_t blen, in add_data() argument [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | paste.c | 47 size_t blen; in paste_files() local
|
| /third_party/curl/lib/ |
| H A D | http_chunks.c | 112 httpchunk_readwrite(struct Curl_easy *data, struct Curl_chunker *ch, struct Curl_cwriter *cw_next, const char *buf, size_t blen, size_t *pconsumed) httpchunk_readwrite() argument 373 Curl_httpchunk_read(struct Curl_easy *data, struct Curl_chunker *ch, char *buf, size_t blen, size_t *pconsumed) Curl_httpchunk_read() argument 403 cw_chunked_write(struct Curl_easy *data, struct Curl_cwriter *writer, int type, const char *buf, size_t blen) cw_chunked_write() argument [all...] |
| /third_party/libwebsockets/lib/core-net/ |
| H A D | service.c | 252 size_t blen; in lws_rxflow_cache() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-siv.c | 42 static void xorend(u8 *a, int alen, const u8 *b, int blen) in xorend() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | edit_readline.c | 131 size_t blen = os_strlen(ps) + 3; in edit_init() local
|
| H A D | wpabuf.c | 278 size_t blen; in wpabuf_zeropad() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | win_if_list.c | 77 size_t blen = sizeof(*b) + 1024; in ndisuio_query_bindings() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-siv.c | 42 static void xorend(u8 *a, int alen, const u8 *b, int blen) in xorend() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | edit_readline.c | 131 size_t blen = os_strlen(ps) + 3; in edit_init() local
|
| H A D | wpabuf.c | 278 size_t blen; in wpabuf_zeropad() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | win_if_list.c | 77 size_t blen = sizeof(*b) + 1024; in ndisuio_query_bindings() local
|
| /base/security/access_token/services/tokensyncmanager/include/remote/ |
| H A D | soft_bus_channel.h | 240 const int blen = 2;
in RandomUuid() local
|
| /third_party/curl/src/ |
| H A D | tool_doswin.c | 569 size_t blen = strlen(base); in rename_if_reserved_dos_device_name() local
|
| /third_party/mbedtls/library/ |
| H A D | ecdh.c | 273 ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_params_internal() argument 337 mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_make_params() argument 492 ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_public_internal() argument 537 mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_make_public() argument 568 ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char *buf, size_t blen) ecdh_read_public_internal() argument 589 mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, const unsigned char *buf, size_t blen) mbedtls_ecdh_read_public() argument 610 ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_calc_secret_internal() argument 665 mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_calc_secret() argument [all...] |
| /third_party/lame/mpglib/ |
| H A D | interface.c | 214 int blen = mp->tail->size - mp->tail->pos; in copy_mp() local
|
| /third_party/libwebsockets/lib/roles/h2/ |
| H A D | ops-h2.c | 804 size_t blen; in lws_h2_bind_for_post_before_action() local
|
| /third_party/libwebsockets/lib/secure-streams/protocols/ |
| H A D | ss-mqtt.c | 964 size_t blen; in secstream_connect_munge_mqtt() local [all...] |
| /third_party/libwebsockets/lib/tls/ |
| H A D | tls-jit-trust.c | 627 lws_tls_jit_trust_blob_queury_skid(const void *_blob, size_t blen, in lws_tls_jit_trust_blob_queury_skid() argument
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | a_int.c | 97 static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg, in i2c_ibuf() argument 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64() argument 255 asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, int neg) asn1_get_int64() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | engine.c | 65 const int blen = strlen(p); in append_buf() local
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bss_mem.c | 217 int blen; in mem_write() local
|
| /third_party/openssl/crypto/asn1/ |
| H A D | a_int.c | 97 static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg, in i2c_ibuf() argument 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64() argument 255 asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, int neg) asn1_get_int64() argument [all...] |