Searched defs:bio (Results 51 - 75 of 121) sorted by relevance

12345

/freebsd-current/crypto/openssl/test/
H A Dkeymgmt_internal_test.c297 BIO *bio = NULL; local
H A Dsslcorrupttest.c16 static void copy_flags(BIO *bio) argument
26 static int tls_corrupt_read(BIO *bio, char *out, int outl) argument
37 static int tls_corrupt_write(BIO *bio, const char *in, int inl) argument
58 tls_corrupt_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
77 tls_corrupt_gets(BIO *bio, char *buf, int size) argument
83 tls_corrupt_puts(BIO *bio, const char *str) argument
89 tls_corrupt_new(BIO *bio) argument
96 tls_corrupt_free(BIO *bio) argument
[all...]
H A Dtls13ccstest.c58 static int watchccs_new(BIO *bio) argument
64 static int watchccs_free(BIO *bio) argument
70 static int watchccs_read(BIO *bio, char *out, int outl) argument
89 static int watchccs_write(BIO *bio, const char *in, int inl) argument
213 watchccs_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
232 watchccs_gets(BIO *bio, char *buf, int size) argument
238 watchccs_puts(BIO *bio, const char *str) argument
[all...]
H A Dverify_extra_test.c144 BIO *bio = NULL; local
H A Dasynciotest.c62 static int async_new(BIO *bio) argument
75 static int async_free(BIO *bio) argument
89 static int async_read(BIO *bio, cha argument
124 async_write(BIO *bio, const char *in, int inl) argument
257 async_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
276 async_gets(BIO *bio, char *buf, int size) argument
282 async_puts(BIO *bio, const char *str) argument
[all...]
H A Ddtlstest.c477 BIO *bio; local
[all...]
H A Dhttp_test.c102 static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len, argument
H A Dpkcs12_format_test.c807 BIO *bio = NULL; local
/freebsd-current/crypto/openssl/crypto/x509/
H A Dt_x509.c398 int ossl_x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags) argument
429 print_certs(BIO *bio, const STACK_OF(X509) *certs) argument
451 print_store_certs(BIO *bio, X509_STORE *store) argument
469 BIO *bio = BIO_new(BIO_s_mem()); /* may be NULL */ local
[all...]
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_ns.c71 bio_refs(struct bio *bio) argument
77 nvmf_ns_biodone(struct bio *bio) argument
128 struct bio *bio = arg; local
142 struct bio *bio = arg; local
158 struct bio *bio = arg; local
169 nvmf_ns_submit_bio(struct nvmf_namespace *ns, struct bio *bio) argument
304 nvmf_ns_strategy(struct bio *bio) argument
418 struct bio *bio; local
437 struct bio *bio; local
459 struct bio *bio; local
[all...]
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Dencoder_lib.c25 BIO *bio; member in struct:encoder_process_data_st
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c30 BIO *bio; local
/freebsd-current/crypto/openssl/apps/
H A Dstoreutl.c337 static int indent_printf(int indent, BIO *bio, const char *format, ...) argument
H A Dfipsinstall.c116 static int print_mac(BIO *bio, const char *label, const unsigned char *mac, argument
/freebsd-current/crypto/openssl/providers/fips/
H A Dself_test.c178 static int verify_integrity(OSSL_CORE_BIO *bio, OSSL_FUNC_BIO_read_ex_fn read_ex_cb, argument
/freebsd-current/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c205 BIO *bio; local
/freebsd-current/sys/kern/
H A Dsubr_bus_dma.c449 bus_dmamap_load_bio(bus_dma_tag_t dmat, bus_dmamap_t map, struct bio *bio, argument
/freebsd-current/sys/sys/
H A Dbio.h85 struct bio { struct
[all...]
/freebsd-current/crypto/openssl/ssl/
H A Dt1_enc.c169 BIO *bio; local
H A Dt1_trce.c40 static int do_ssl_trace_list(BIO *bio, int indent, argument
614 static void ssl_print_hex(BIO *bio, int indent, const char *name, argument
626 ssl_print_hexbuf(BIO *bio, int indent, const char *name, size_t nlen, const unsigned char **pmsg, size_t *pmsglen) argument
646 ssl_print_version(BIO *bio, int indent, const char *name, const unsigned char **pmsg, size_t *pmsglen, unsigned int *version) argument
665 ssl_print_random(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
688 ssl_print_signature(BIO *bio, int indent, const SSL *ssl, const unsigned char **pmsg, size_t *pmsglen) argument
706 ssl_print_extension(BIO *bio, int indent, int server, unsigned char mt, int extype, const unsigned char *ext, size_t extlen) argument
895 ssl_print_extensions(BIO *bio, int indent, int server, unsigned char mt, const unsigned char **msgin, size_t *msginlen) argument
948 ssl_print_client_hello(BIO *bio, const SSL *ssl, int indent, const unsigned char *msg, size_t msglen) argument
1005 dtls_print_hello_vfyrequest(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1015 ssl_print_server_hello(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1099 ssl_print_client_keyex(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1151 ssl_print_server_keyex(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1219 ssl_print_certificate(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
1254 ssl_print_certificates(BIO *bio, const SSL *ssl, int server, int indent, const unsigned char *msg, size_t msglen) argument
1284 ssl_print_cert_request(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1373 ssl_print_ticket(BIO *bio, int indent, const SSL *ssl, const unsigned char *msg, size_t msglen) argument
1422 ssl_print_handshake(BIO *bio, const SSL *ssl, int server, const unsigned char *msg, size_t msglen, int indent) argument
1535 BIO *bio = arg; local
[all...]
/freebsd-current/crypto/openssl/test/helpers/
H A Dpkcs12.c209 static PKCS12 *from_bio_p12(BIO *bio, const PKCS12_ENC *mac) argument
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h281 bio_set_bi_status(struct bio *bio, int error) argument
292 bio_set_bi_error(struct bio *bio, int error) argument
439 bio_set_op_attrs(struct bio *bio, unsigned rw, unsigned flags) argument
470 bio_set_flush(struct bio *bio) argument
496 bio_is_flush(struct bio *bio) argument
519 bio_is_fua(struct bio *bio) argument
541 bio_is_discard(struct bio *bio) argument
560 bio_is_secure_erase(struct bio *bio) argument
637 blk_generic_start_io_acct(struct request_queue *q __attribute__((unused)), struct gendisk *disk __attribute__((unused)), int rw __attribute__((unused)), struct bio *bio) argument
666 blk_generic_end_io_acct(struct request_queue *q __attribute__((unused)), struct gendisk *disk __attribute__((unused)), int rw __attribute__((unused)), struct bio *bio, unsigned long start_time) argument
710 io_data_dir(struct bio *bio, struct request *rq) argument
727 io_is_flush(struct bio *bio, struct request *rq) argument
739 io_is_discard(struct bio *bio, struct request *rq) argument
751 io_is_secure_erase(struct bio *bio, struct request *rq) argument
763 io_is_fua(struct bio *bio, struct request *rq) argument
776 io_offset(struct bio *bio, struct request *rq) argument
788 io_size(struct bio *bio, struct request *rq) argument
800 io_has_data(struct bio *bio, struct request *rq) argument
[all...]
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_print.c884 int BIO_printf(BIO *bio, const char *format, ...) argument
897 int BIO_vprintf(BIO *bio, const char *format, va_list args) argument
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_def.c865 BIO *bio; local
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c207 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio) argument
398 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
677 PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid) argument
727 PKCS7_dataFinal(PKCS7 *p7, BIO *bio) argument
960 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
1014 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
[all...]

Completed in 437 milliseconds

12345