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

1234567

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_req_print.c18 int TS_REQ_print_bio(BIO *bio, TS_REQ *a) argument
[all...]
H A Dts_rsp_print.c28 int TS_RESP_print_bio(BIO *bio, TS_RESP *a) argument
42 int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) argument
102 ts_status_map_print(BIO *bio, const struct status_map_st *a, const ASN1_BIT_STRING *v) argument
118 TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) argument
176 ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *a) argument
[all...]
H A Dts_lib.c19 int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num) argument
38 int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) argument
48 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) argument
73 TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
80 TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_req_print.c18 int TS_REQ_print_bio(BIO *bio, TS_REQ *a) argument
[all...]
H A Dts_rsp_print.c28 int TS_RESP_print_bio(BIO *bio, TS_RESP *a) argument
42 int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) argument
102 ts_status_map_print(BIO *bio, const struct status_map_st *a, const ASN1_BIT_STRING *v) argument
118 TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) argument
176 ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *a) argument
[all...]
H A Dts_lib.c19 int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num) argument
38 int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) argument
48 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) argument
73 TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) argument
80 TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) argument
[all...]
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Defidisk.h36 EFI_BLOCK_IO *bio; member in struct:efidiskinfo
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_cb.c17 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dcrl.c31 BIO *bio = BIO_new(BIO_s_null()); local
H A Dct.c34 BIO *bio = BIO_new(BIO_s_null()); local
H A Dx509.c35 BIO *bio = BIO_new(BIO_s_null()); local
H A Dasn1.c304 BIO *bio = BIO_new(BIO_s_null()); local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dx509_check_cert_pkey_test.c30 BIO *bio = NULL; local
/netbsd-current/crypto/external/bsd/openssl/dist/fuzz/
H A Dcrl.c31 BIO *bio = BIO_new(BIO_s_null()); local
H A Dasn1.c315 BIO *bio = BIO_new(BIO_s_null()); local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_mime.c29 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) argument
45 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont) argument
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Dload.c21 BIO *bio = NULL; local
36 BIO *bio; local
72 BIO *bio = NULL; local
95 BIO *bio = NULL; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_cb.c19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, argument
103 BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dpkcs7_test.c55 BIO *msg_bio = NULL, *x509_bio = NULL, *bio = NULL; local
H A Dx509_check_cert_pkey_test.c30 BIO *bio = NULL; local
/netbsd-current/sys/fs/sysvbfs/
H A Dbfs_sysvbfs.c60 struct bc_io_ops *bio; local
103 struct bc_io_ops *bio = self; local
139 struct bc_io_ops *bio = self; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_io.c68 int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags) argument
83 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr_prn.c58 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_mime.c30 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) argument
49 SMIME_read_PKCS7_ex(BIO *bio, BIO **bcont, PKCS7 **p7) argument
67 SMIME_read_PKCS7(BIO *bio, BIO **bcont) argument
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dcrypto.c67 BIO *bio; local
119 BIO *bio; local
[all...]

Completed in 204 milliseconds

1234567