Home
last modified time | relevance | path

Searched defs:buf (Results 3701 - 3725 of 6623) sorted by relevance

1...<<141142143144145146147148149150>>...265

/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_enc.c23 unsigned char buf[16], smd[SHA_DIGEST_LENGTH]; in ssl3_generate_key_block() local
321 BIO *buf = BIO_new(BIO_s_mem()); in ssl3_init_finished_mac() local
346 int ssl3_finish_mac(SSL *s, const unsigned char *buf, size_t len) in ssl3_finish_mac() argument
487 unsigned char buf[EVP_MAX_MD_SIZE]; ssl3_generate_master_secret() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem.c315 BUF_MEM *buf = NULL; in state_machine() local
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c42 uint8_t *buf = NULL; in ossl_sm2_compute_z_digest() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dtrace.c64 trace_write(BIO *channel, const char *buf, size_t num, size_t *written) trace_write() argument
H A Do_str.c138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() argument
181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() argument
190 unsigned char *buf; in ossl_hexstr2buf_sep() local
221 buf2hexstr_sep(char *str, size_t str_n, size_t *strlength, const unsigned char *buf, size_t buflen, const char sep) buf2hexstr_sep() argument
259 OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength, const unsigned char *buf, size_t buflen, const char sep) OPENSSL_buf2hexstr_ex() argument
266 ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) ossl_buf2hexstr_sep() argument
292 OPENSSL_buf2hexstr(const unsigned char *buf, long buflen) OPENSSL_buf2hexstr() argument
297 openssl_strerror_r(int errnum, char *buf, size_t buflen) openssl_strerror_r() argument
[all...]
H A Dparam_build.c236 OSSL_PARAM_BLD_push_utf8_string(OSSL_PARAM_BLD *bld, const char *key, const char *buf, size_t bsize) OSSL_PARAM_BLD_push_utf8_string() argument
256 OSSL_PARAM_BLD_push_utf8_ptr(OSSL_PARAM_BLD *bld, const char *key, char *buf, size_t bsize) OSSL_PARAM_BLD_push_utf8_ptr() argument
274 OSSL_PARAM_BLD_push_octet_string(OSSL_PARAM_BLD *bld, const char *key, const void *buf, size_t bsize) OSSL_PARAM_BLD_push_octet_string() argument
292 OSSL_PARAM_BLD_push_octet_ptr(OSSL_PARAM_BLD *bld, const char *key, void *buf, size_t bsize) OSSL_PARAM_BLD_push_octet_ptr() argument
[all...]
H A Dpacket.c128 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len() argument
145 WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len) WPACKET_init_der() argument
159 WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) WPACKET_init_len() argument
173 WPACKET_init(WPACKET *pkt, BUF_MEM *buf) WPACKET_init() argument
262 unsigned char *buf = GETBUF(pkt); wpacket_intern_close() local
487 unsigned char *buf = GETBUF(pkt); WPACKET_get_curr() local
[all...]
H A Dparams_dup.c104 OSSL_PARAM_BUF buf[OSSL_PARAM_BUF_MAX]; in OSSL_PARAM_dup() local
59 ossl_param_dup(const OSSL_PARAM *src, OSSL_PARAM *dst, OSSL_PARAM_BUF buf[OSSL_PARAM_BUF_MAX], int *param_count) ossl_param_dup() argument
[all...]
H A Dpassphrase.c315 static int ossl_pw_get_password(char *buf, int size, int rwflag, in ossl_pw_get_password() argument
331 int ossl_pw_pem_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pem_password() argument
336 int ossl_pw_pvk_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pvk_password() argument
H A Dpunycode.c260 unsigned int buf[LABEL_BUF_SIZE]; /* It's a hostname */ in ossl_a2ulabel() local
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_util.c19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, in UI_UTIL_read_pw_string() argument
32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
/third_party/node/deps/openssl/openssl/fuzz/
H A Dcmp.c158 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() argument
/third_party/node/deps/openssl/openssl/include/internal/
H A Dktls.h91 char buf[CMSG_SPACE(cmsg_len)]; in ktls_send_ctrl_message() local
133 char buf[CMSG_SPACE(cmsg_len)]; in ktls_read_record() local
306 char buf[CMSG_SPACE(sizeof(unsigned char))]; in ktls_send_ctrl_message() member
359 char buf[CMSG_SPAC in ktls_read_record() member
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_chacha20_poly1305.c28 unsigned char buf[CHACHA_BLK_SIZE]; member
219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
234 Poly1305_Init(POLY1305_ctx(actx), buf); chacha20_poly1305_tls_cipher() local
259 Poly1305_Init(POLY1305_ctx(actx), buf); chacha20_poly1305_tls_cipher() local
291 Poly1305_Init(POLY1305_ctx(actx), buf); chacha20_poly1305_tls_cipher() local
[all...]
H A Dbio_ok.c108 unsigned char buf[IOBS]; member
[all...]
H A Dbio_b64.c42 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10]; member
[all...]
H A Dbio_enc.c41 unsigned char buf[BUF_OFFSET + ENC_BLOCK_SIZE]; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params_generate.c813 unsigned char buf[SHA256_DIGEST_LENGT in ossl_ffc_params_FIPS186_2_gen_verify() local
191 generate_p(BN_CTX *ctx, const EVP_MD *evpmd, int max_counter, int n, unsigned char *buf, size_t buf_len, const BIGNUM *q, BIGNUM *p, int L, BN_GENCB *cb, int *counter, int *res) generate_p() argument
386 generate_q_fips186_2(BN_CTX *ctx, BIGNUM *q, const EVP_MD *evpmd, unsigned char *buf, unsigned char *seed, size_t qsize, int generate_seed, int *retm, int *res, BN_GENCB *cb) generate_q_fips186_2() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c369 static int no_password_cb(char *buf, int num, int rwflag, void *userdata) in no_password_cb() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ossl.c79 unsigned char *buf = NULL; in rsa_ossl_public_encrypt() local
247 unsigned char *buf = NULL; in rsa_ossl_private_encrypt() local
379 unsigned char *buf = NULL; rsa_ossl_private_decrypt() local
516 unsigned char *buf = NULL; rsa_ossl_public_decrypt() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c55 static int append_buf(char **buf, int *size, const char *s) in append_buf() argument
249 char buf[256]; in util_do_cmds() local
289 char buf[256]; util_store_cap() local
[all...]
H A Dciphers.c104 char buf[512]; in ciphers_main() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_log.c127 char *buf; in slg_write() local
328 char buf[10240]; in xsyslog() local
[all...]
H A Dbss_mem.c63 struct buf_mem_st *buf; /* allocated buffer */ member
82 BIO *BIO_new_mem_buf(const void *buf, int len) in BIO_new_mem_buf() argument
341 mem_gets(BIO *bp, char *buf, int size) mem_gets() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_key.c384 int ossl_dh_buf2key(DH *dh, const unsigned char *buf, size_t len) in ossl_dh_buf2key() argument

Completed in 18 milliseconds

1...<<141142143144145146147148149150>>...265