Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/openssl/crypto/
H A Dquic_vlint.c4 void ossl_quic_vlint_encode_n(uint8_t *buf, uint64_t v, int n) in ossl_quic_vlint_encode_n()
28 void ossl_quic_vlint_encode(uint8_t *buf, uint64_t v) in ossl_quic_vlint_encode()
33 uint64_t ossl_quic_vlint_decode_unchecked(const unsigned char *buf) in ossl_quic_vlint_decode_unchecked()
61 int ossl_quic_vlint_decode(const unsigned char *buf, size_t buf_len, uint64_t *v) in ossl_quic_vlint_decode()
H A Do_str.c138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep()
181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex()
190 unsigned char *buf; in ossl_hexstr2buf_sep() local
222 const unsigned char *buf, size_t buflen, in buf2hexstr_sep()
260 const unsigned char *buf, size_t buflen, in OPENSSL_buf2hexstr_ex()
266 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep()
292 char *OPENSSL_buf2hexstr(const unsigned char *buf, long buflen) in OPENSSL_buf2hexstr()
297 int openssl_strerror_r(int errnum, char *buf, size_t buflen) in openssl_strerror_r()
H A Dparams.c277 OSSL_PARAM OSSL_PARAM_construct_int(const char *key, int *buf) in OSSL_PARAM_construct_int()
308 OSSL_PARAM OSSL_PARAM_construct_uint(const char *key, unsigned int *buf) in OSSL_PARAM_construct_uint()
340 OSSL_PARAM OSSL_PARAM_construct_long(const char *key, long int *buf) in OSSL_PARAM_construct_long()
516 OSSL_PARAM OSSL_PARAM_construct_int32(const char *key, int32_t *buf) in OSSL_PARAM_construct_int32()
663 OSSL_PARAM OSSL_PARAM_construct_uint32(const char *key, uint32_t *buf) in OSSL_PARAM_construct_uint32()
804 OSSL_PARAM OSSL_PARAM_construct_int64(const char *key, int64_t *buf) in OSSL_PARAM_construct_int64()
950 OSSL_PARAM OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf) in OSSL_PARAM_construct_uint64()
982 OSSL_PARAM OSSL_PARAM_construct_size_t(const char *key, size_t *buf) in OSSL_PARAM_construct_size_t()
1014 OSSL_PARAM OSSL_PARAM_construct_time_t(const char *key, time_t *buf) in OSSL_PARAM_construct_time_t()
1246 OSSL_PARAM OSSL_PARAM_construct_double(const char *key, double *buf) in OSSL_PARAM_construct_double()
[all …]
/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c56 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, in ossl_cipher_fillblock()
80 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata()
99 void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_padblock()
108 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_unpadblock()
159 unsigned char *buf, size_t *buflen, in ossl_cipher_tlsunpadblock()
/openssl/crypto/bio/
H A Dbss_bio.c68 char *buf; /* "size" elements (if != NULL) */ member
109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read()
200 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) in bio_nread0()
237 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) in bio_nread()
268 static int bio_write(BIO *bio, const char *buf, int num_) in bio_write()
345 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) in bio_nwrite0()
393 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) in bio_nwrite()
746 int BIO_nread0(BIO *bio, char **buf) in BIO_nread0()
762 int BIO_nread(BIO *bio, char **buf, int num) in BIO_nread()
777 int BIO_nwrite0(BIO *bio, char **buf) in BIO_nwrite0()
[all …]
/openssl/test/
H A Dparams_api_test.c79 unsigned char buf[MAX_LEN]; in test_param_type_extra() local
155 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int() local
182 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long() local
262 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32() local
289 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; in test_param_uint32() local
316 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64() local
370 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; in test_param_size_t() local
397 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; in test_param_time_t() local
423 unsigned char buf[MAX_LEN], bnbuf[MAX_LEN]; in test_param_bignum() local
455 unsigned char buf[MAX_LEN], bnbuf[MAX_LEN]; in test_param_signed_bignum() local
[all …]
H A Dhexstr_test.c67 unsigned char *buf = NULL; in test_hexstr_sep_to_from() local
88 unsigned char *buf = NULL; in test_hexstr_to_from() local
118 unsigned char buf[64]; in test_hexstr_ex_to_from() local
H A Dcmactest.c110 unsigned char buf[AES_BLOCK_SIZE]; in test_cmac_run() local
172 unsigned char buf[AES_BLOCK_SIZE]; in test_cmac_copy() local
202 static char buf[80]; in pt() local
H A Drc5test.c188 unsigned char buf[8], buf2[8]; in test_rc5_ecb() local
209 unsigned char buf[8], buf2[8], ivb[8]; in test_rc5_cbc() local
/openssl/fuzz/
H A Ddriver.c26 int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) in LLVMFuzzerTestOneInput()
40 uint8_t *buf = malloc(BUF_SIZE); in main() local
/openssl/providers/implementations/rands/seeding/
H A Drand_cpu_x86.c61 static size_t get_hardware_random_value(unsigned char *buf, size_t len) in get_hardware_random_value()
91 static size_t get_hardware_random_value(unsigned char *buf, size_t len) { in get_hardware_random_value()
/openssl/doc/designs/ddd/
H A Dddd-01-conn-blocking.c85 int tx(BIO *bio, const void *buf, int buf_len) in tx()
94 int rx(BIO *bio, void *buf, int buf_len) in rx()
127 char buf[2048]; in main() local
H A Dddd-03-fd-blocking.c78 int tx(SSL *ssl, const void *buf, int buf_len) in tx()
87 int rx(SSL *ssl, void *buf, int buf_len) in rx()
128 char buf[2048]; in main() local
H A Dddd-05-mem-nonblocking.c118 int tx(APP_CONN *conn, const void *buf, int buf_len) in tx()
147 int rx(APP_CONN *conn, void *buf, int buf_len) in rx()
173 int read_net_tx(APP_CONN *conn, void *buf, int buf_len) in read_net_tx()
181 int write_net_rx(APP_CONN *conn, const void *buf, int buf_len) in write_net_rx()
262 char buf[2048]; in pump() local
H A Dddd-06-mem-uv.c32 const uint8_t *buf; member
45 uint8_t *buf; member
149 int app_write(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *arg) in app_write()
219 size_t suggested_size, uv_buf_t *buf) in net_read_alloc()
234 void *buf = malloc(buf_len); in on_rx_push() local
280 static void net_read_done(uv_stream_t *stream, ssize_t nr, const uv_buf_t *buf) in net_read_done()
341 uint8_t *buf; in flush_write_buf() local
489 static int write_deferred(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *… in write_deferred()
527 static void post_read(APP_CONN *conn, void *buf, size_t buf_len, void *arg) in post_read()
/openssl/crypto/ec/
H A Dec_deprecated.c27 unsigned char *buf; in EC_POINT_point2bn() local
45 unsigned char *buf; in EC_POINT_bn2point() local
H A Dec_oct.c74 point_conversion_form_t form, unsigned char *buf, in EC_POINT_point2oct()
106 const unsigned char *buf, size_t len, BN_CTX *ctx) in EC_POINT_oct2point()
138 unsigned char *buf; in EC_POINT_point2buf() local
/openssl/crypto/asn1/
H A Df_int.c20 char buf[2]; in i2a_ASN1_INTEGER() local
54 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) in a2i_ASN1_INTEGER()
149 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) in a2i_ASN1_ENUMERATED()
H A Dt_pkey.c21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print()
50 unsigned char *buf = NULL, *tmp = NULL; in ASN1_bn_print() local
H A Df_string.c20 char buf[2]; in i2a_ASN1_STRING() local
48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING()
/openssl/apps/lib/
H A Dapp_params.c13 static int describe_param_type(char *buf, size_t bufsz, const OSSL_PARAM *param) in describe_param_type()
88 char buf[200]; /* This should be ample space */ in print_param_types() local
/openssl/crypto/rand/
H A Drand_meth.c15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add()
26 static int drbg_seed(const void *buf, int num) in drbg_seed()
H A Drandfile.c94 unsigned char buf[RAND_LOAD_BUF_SIZE]; in RAND_load_file() local
183 unsigned char buf[RAND_BUF_SIZE]; in RAND_write_file() local
258 const char *RAND_file_name(char *buf, size_t size) in RAND_file_name()
H A Dprov_seed.c42 unsigned char *buf, size_t len) in ossl_rand_cleanup_entropy()
73 unsigned char *buf, size_t len) in ossl_rand_cleanup_nonce()
/openssl/crypto/cmp/
H A Dcmp_status.c167 char *buf, size_t bufsize) in snprint_PKIStatusInfo_parts()
235 char *buf, size_t bufsize) in OSSL_CMP_snprint_PKIStatusInfo()
251 char *OSSL_CMP_CTX_snprint_PKIStatus(const OSSL_CMP_CTX *ctx, char *buf, in OSSL_CMP_CTX_snprint_PKIStatus()

Completed in 55 milliseconds

12345678910>>...12