Home
last modified time | relevance | path

Searched refs:bio (Results 151 – 175 of 196) sorted by relevance

12345678

/openssl/include/crypto/
H A Dx509.h313 int ossl_x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags);
/openssl/test/
H A Devp_extra_test.c720 BIO *bio = BIO_new(BIO_s_mem()); in test_selection() local
722 ret = PEM_write_bio_PUBKEY(bio, pkey); in test_selection()
730 ret = PEM_write_bio_PrivateKey_ex(bio, pkey, NULL, NULL, 0, NULL, NULL, in test_selection()
742 BIO_free(bio); in test_selection()
1839 BIO *bio = NULL; in test_EVP_SM2_verify() local
1845 bio = BIO_new_mem_buf(pubkey, strlen(pubkey)); in test_EVP_SM2_verify()
1846 if (!TEST_true(bio != NULL)) in test_EVP_SM2_verify()
1849 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify()
1881 BIO_free(bio); in test_EVP_SM2_verify()
/openssl/doc/man3/
H A DSSL_connect.pod83 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
H A DBIO_ADDRINFO.pod16 #include <openssl/bio.h>
H A DBIO_s_accept.pod13 #include <openssl/bio.h>
27 long BIO_set_accept_bios(BIO *b, char *bio);
H A DSSL_set_bio.pod97 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>
H A DBIO_connect.pod10 #include <openssl/bio.h>
H A DBIO_ADDR.pod14 #include <openssl/bio.h>
H A DBIO_read.pod11 #include <openssl/bio.h>
H A DERR_put_error.pod22 void ERR_add_error_mem_bio(const char *sep, BIO *bio);
H A DDTLSv1_listen.pod118 L<SSL_accept(3)>, L<ssl(7)>, L<bio(7)>
H A DSSL_read.pod137 L<ssl(7)>, L<bio(7)>
H A DSSL_write.pod140 L<ssl(7)>, L<bio(7)>
H A DBIO_ctrl.pod14 #include <openssl/bio.h>
/openssl/include/openssl/
H A Dconf.h.in25 # include <openssl/bio.h>
H A Dasn1.h.in31 # include <openssl/bio.h>
932 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
935 int SMIME_write_ASN1_ex(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
939 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
940 ASN1_VALUE *SMIME_read_ASN1_ex(BIO *bio, int flags, BIO **bcont,
H A Derr.h.in31 # include <openssl/bio.h>
450 void ERR_add_error_mem_bio(const char *sep, BIO *bio);
H A Dcmp.h.in392 OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MSG **msg);
393 int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg);
/openssl/crypto/err/
H A Dopenssl.ec21 L BIO include/openssl/bioerr.h crypto/bio/bio_err.c include/cry…
/openssl/crypto/
H A Dbuild.info3 SUBDIRS=objects buffer bio stack lhash rand evp asn1 pem x509 conf \
/openssl/
H A D.gitignore28 /include/openssl/bio.h
/openssl/doc/man7/
H A Dprovider-base.pod64 int BIO_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len,
66 int BIO_write_ex(OSSL_CORE_BIO *bio, const void *data, size_t data_len,
68 int BIO_up_ref(OSSL_CORE_BIO *bio);
69 int BIO_free(OSSL_CORE_BIO *bio);
70 int BIO_vprintf(OSSL_CORE_BIO *bio, const char *format, va_list args);
/openssl/apps/include/
H A Dapps.h276 int check_cert_attributes(BIO *bio, X509 *x,
/openssl/providers/
H A Dfips.module.sources362 include/internal/bio.h
391 include/openssl/bio.h.in
466 providers/common/include/prov/bio.h
H A Dfips-sources.checksums362 a1778b610a244f49317a09e1e6c78b5fb68bc6d003ffdea0f6eefe5733ee5b5f include/internal/bio.h
391 d23e74122090a71268818a8162bb0642d292b931eed2188f4f3a5c9083227a01 include/openssl/bio.h.in
466 440c8ce0a4ca9f63157202bbfa26e12fec25847215fbae3416274124604ada6e providers/common/include/prov/bio

Completed in 68 milliseconds

12345678