Home
last modified time | relevance | path

Searched defs:buf (Results 101 – 125 of 281) sorted by relevance

12345678910>>...12

/openssl/crypto/bio/
H A Dbio_cb.c23 char buf[256]; in BIO_debug_callback_ex() local
H A Dbf_null.c101 static int nullf_gets(BIO *bp, char *buf, int size) in nullf_gets()
H A Dbss_file.c347 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
388 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
/openssl/crypto/
H A Dparam_build.c251 const char *buf, size_t bsize) in OSSL_PARAM_BLD_push_utf8_string()
271 char *buf, size_t bsize) in OSSL_PARAM_BLD_push_utf8_ptr()
289 const void *buf, size_t bsize) in OSSL_PARAM_BLD_push_octet_string()
307 void *buf, size_t bsize) in OSSL_PARAM_BLD_push_octet_ptr()
H A DLPdir_win.c155 char *buf = _alloca(dirlen + 3); in LP_find_file() local
/openssl/test/
H A Drc4test.c103 unsigned char buf[513]; in test_rc_bulk() local
H A Dsslbuffertest.c53 char buf[sizeof(testdata)]; in test_func() local
H A Dtls13ccstest.c232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets()
249 char buf[80]; in test_tls13ccs() local
H A Dsha_test.c20 unsigned char buf[EVP_MAX_MD_SIZE], *sbuf; in test_static_sha_common() local
H A Ddrbgtest.c48 static int gen_bytes(EVP_RAND_CTX *drbg, unsigned char *buf, int num) in gen_bytes()
65 static int rand_bytes(unsigned char *buf, int num) in rand_bytes()
70 static int rand_priv_bytes(unsigned char *buf, int num) in rand_priv_bytes()
699 unsigned char buf[256]; in run_multi_thread_test() local
H A Dprovider_internal_test.c17 static char buf[256]; variable
H A Dd2i_test.c49 unsigned char buf[2048]; in test_bad_asn1() local
H A Drdcpu_sanitytest.c41 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local
H A Dasynciotest.c276 static int async_gets(BIO *bio, char *buf, int size) in async_gets()
297 char buf[sizeof(testdata)]; in test_asyncio() local
/openssl/crypto/err/
H A Derr_blocks.c52 char *buf = NULL; in ERR_vset_error() local
/openssl/apps/
H A Drand.c57 uint8_t *buf = NULL; in rand_main() local
/openssl/ssl/record/
H A Drec_layer_s3.c172 const unsigned char *buf = buf_; in ssl3_write_bytes() local
492 int do_ssl3_write(SSL_CONNECTION *s, int type, const unsigned char *buf, in do_ssl3_write()
991 int ssl3_write_pending(SSL_CONNECTION *s, int type, const unsigned char *buf, in ssl3_write_pending()
1160 int ssl3_read_bytes(SSL *ssl, int type, int *recvd_type, unsigned char *buf, in ssl3_read_bytes()
1682 int content_type, const void *buf, in rlayer_msg_callback_wrapper()
/openssl/crypto/crmf/
H A Dcrmf_pbm.c226 char buf[128]; in OSSL_CRMF_pbm_new() local
/openssl/crypto/x509/
H A Dv3_pci.c160 unsigned char buf[2048]; in process_pci_value() local
/openssl/include/internal/
H A Dsha3.h39 unsigned char buf[KECCAK1600_WIDTH / 8 - 32]; member
/openssl/providers/implementations/include/prov/
H A Dblake2.h49 uint8_t buf[BLAKE2S_BLOCKBYTES]; member
74 uint8_t buf[BLAKE2B_BLOCKBYTES]; member
/openssl/fuzz/
H A Dserver.c509 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
/openssl/test/testutil/
H A Dtestutil_init.c22 static size_t internal_trace_cb(const char *buf, size_t cnt, in internal_trace_cb()
/openssl/providers/common/
H A Dbio_prov.c106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets()
181 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm.h40 } buf; member

Completed in 93 milliseconds

12345678910>>...12