Searched defs:bio (Results 1 - 25 of 70) sorted by relevance

123

/openbsd-current/lib/libcrypto/ts/
H A Dts_req_print.c69 TS_REQ_print_bio(BIO *bio, TS_REQ *a) argument
[all...]
H A Dts_lib.c75 TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num) argument
95 TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) argument
109 TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) argument
135 TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
145 TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) argument
[all...]
H A Dts_verify_ctx.c145 TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio) argument
H A Dts_rsp_print.c82 TS_RESP_print_bio(BIO *bio, TS_RESP *a) argument
101 TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) argument
184 TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v) argument
200 TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) argument
283 TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy) argument
[all...]
/openbsd-current/lib/libcrypto/bio/
H A Dbio_cb.c69 BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, argument
[all...]
H A Db_print.c17 BIO_vprintf(BIO *bio, const char *format, va_list args) argument
36 BIO_vprintf(BIO *bio, const char *format, va_list args) argument
52 BIO_printf(BIO *bio, const char *format, ...) argument
H A Db_dump.c79 BIO_dump_indent(BIO *bio, const char *s, int len, int indent) argument
207 BIO_dump(BIO *bio, const char *s, int len) argument
H A Dbss_mem.c126 BIO *bio; local
155 mem_new(BIO *bio) argument
175 mem_free(BIO *bio) argument
197 mem_read(BIO *bio, char *out, int out_len) argument
222 mem_write(BIO *bio, const char *in, int in_len) argument
261 mem_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
328 mem_gets(BIO *bio, char *out, int out_len) argument
364 mem_puts(BIO *bio, const char *in) argument
[all...]
/openbsd-current/regress/lib/libcrypto/bio/
H A Dbio_mem.c36 BIO *bio = NULL; local
160 BIO *bio; local
231 BIO *bio = NULL; local
[all...]
H A Dbio_dump.c794 BIO *bio; local
H A Dbio_asn1.c91 read_leak_cb(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret) argument
153 inf_loop_cb(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret) argument
185 BIO *asn_bio = NULL, *bio = NULL; local
[all...]
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_mime.c87 SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) argument
106 SMIME_read_PKCS7(BIO *bio, BIO **bcont) argument
/openbsd-current/regress/lib/libssl/interop/
H A Dutil.c85 print_sockname(BIO *bio) argument
106 print_peername(BIO *bio) argument
H A Dclient.c48 BIO *bio; local
/openbsd-current/lib/libssl/
H A Dtls13_quic.c164 BIO *bio; local
/openbsd-current/regress/lib/libcrypto/bn/
H A Dbn_print.c155 BIO *bio; local
/openbsd-current/regress/lib/libssl/asn1/
H A Dasn1test.c456 BIO *bio = NULL; local
/openbsd-current/usr.sbin/rpki-client/
H A Dgeofeed.c103 BIO *bio; local
/openbsd-current/lib/libcrypto/bn/
H A Dbn_print.c33 bn_print_zero(BIO *bio, const BIGNUM *bn) argument
43 bn_print_word(BIO *bio, const BIGNUM *bn) argument
62 bn_print_bignum(BIO *bio, const BIGNUM *bn, int indent) argument
125 bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...) argument
152 BN_print(BIO *bio, const BIGNUM *bn) argument
[all...]
/openbsd-current/lib/libtls/
H A Dtls_bio_cb.c71 bio_cb_puts(BIO *bio, const char *str) argument
77 bio_cb_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
102 bio_cb_write(BIO *bio, const char *buf, int num) argument
120 bio_cb_read(BIO *bio, char *buf, int size) argument
142 BIO *bio; local
[all...]
H A Dtls_util.c155 BIO *bio = NULL; local
/openbsd-current/lib/libcrypto/cms/
H A Dcms_io.c160 SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags) argument
175 SMIME_read_CMS(BIO *bio, BIO **bcont) argument
/openbsd-current/regress/lib/libcrypto/x509/bettertls/
H A Dverify.c46 BIO *bio = NULL; local
/openbsd-current/usr.sbin/relayd/
H A Dssl.c53 BIO *bio = NULL; local
/openbsd-current/lib/libcrypto/evp/
H A Dbio_enc.c123 enc_new(BIO *bio) argument
148 enc_free(BIO *bio) argument
160 enc_read(BIO *bio, char *out, int outl) argument
247 enc_write(BIO *bio, const char *in, int inl) argument
300 enc_ctrl(BIO *bio, int cmd, long num, void *ptr) argument
389 enc_callback_ctrl(BIO *bio, int cmd, BIO_info_cb *fp) argument
406 BIO_set_cipher(BIO *bio, const EVP_CIPHER *c, const unsigned char *k, const unsigned char *i, int e) argument
[all...]

Completed in 324 milliseconds

123