Home
last modified time | relevance | path

Searched refs:bio (Results 126 – 150 of 196) sorted by relevance

12345678

/openssl/apps/
H A Dcmp.c623 #define CMP_print(bio, level, prefix, msg, a1, a2, a3) \ argument
625 (BIO_printf(bio, "%s:%s:%d:CMP %s: " msg "\n", \
1999 static int write_cert(BIO *bio, X509 *cert) in write_cert() argument
2001 if ((opt_certform == FORMAT_PEM && PEM_write_bio_X509(bio, cert)) in write_cert()
2002 || (opt_certform == FORMAT_ASN1 && i2d_X509_bio(bio, cert))) in write_cert()
2022 BIO *bio = NULL; in save_free_certs() local
2036 if ((bio = BIO_new(BIO_s_file())) == NULL in save_free_certs()
2037 || !BIO_write_filename(bio, (char *)file)) { in save_free_certs()
2045 if (!write_cert(bio, sk_X509_value(certs, i))) { in save_free_certs()
2053 BIO_free(bio); in save_free_certs()
H A Dfipsinstall.c115 static int print_mac(BIO *bio, const char *label, const unsigned char *mac, in print_mac() argument
124 ret = BIO_printf(bio, "%s = %s\n", label, hexstr); in print_mac()
/openssl/include/openssl/
H A Dcms.h.in103 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
120 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
121 CMS_ContentInfo *SMIME_read_CMS_ex(BIO *bio, int flags, BIO **bcont, CMS_ContentInfo **ci);
122 int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);
/openssl/doc/man3/
H A DBIO_s_socket.pod9 #include <openssl/bio.h>
H A DBIO_s_file.pod7 BIO_rw_filename - FILE bio
11 #include <openssl/bio.h>
H A DSCT_print.pod40 L<bio(7)>,
H A DOSSL_DECODER.pod145 BIO *bio = vdata;
147 BIO_printf(bio, "%s ", name);
H A DBUF_MEM_new.pod59 L<bio(7)>,
H A DBIO_parse_hostserv.pod11 #include <openssl/bio.h>
H A DBIO_s_core.pod9 #include <openssl/bio.h>
H A DBIO_f_ssl.pod16 #include <openssl/bio.h>
32 void BIO_ssl_shutdown(BIO *bio);
93 chain B<bio>. It does this by locating the SSL BIO in the
H A DSSL_set_fd.pod63 L<SSL_shutdown(3)>, L<ssl(7)> , L<bio(7)>
H A DBIO_new.pod10 #include <openssl/bio.h>
H A DSSL_do_handshake.pod69 L<SSL_accept(3)>, L<ssl(7)>, L<bio(7)>,
H A DOPENSSL_LH_stats.pod69 L<bio(7)>, L<OPENSSL_LH_COMPFUNC(3)>
H A DSSL_accept.pod68 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
H A DBIO_f_cipher.pod11 #include <openssl/bio.h>
H A DBIO_s_fd.pod9 #include <openssl/bio.h>
H A DSMIME_read_ASN1.pod34 If cleartext signing is used then the content is saved in a memory bio which is
H A DBIO_s_bio.pod12 #include <openssl/bio.h>
189 L<SSL_set_bio(3)>, L<ssl(7)>, L<bio(7)>,
/openssl/crypto/err/
H A DREADME.md28 #include <openssl/bio.h>
/openssl/demos/
H A DREADME.txt6 bio: Demonstration of a simple TLS client and server
/openssl/ssl/record/methods/
H A Dktls_meth.c414 if (BIO_flush(rl->bio) <= 0)
424 if (!BIO_set_ktls(rl->bio, &crypto_info, rl->direction))
/openssl/crypto/pem/
H A Dpem_pkey.c311 IMPLEMENT_PEM_provided_write_body_main(pkey, bio); in PEM_write_cb_ex_fnsig()
373 IMPLEMENT_PEM_provided_write_body_main(pkey, bio); in PEM_write_fnsig()
/openssl/ssl/record/
H A Drec_layer_s3.c1585 BIO *bio; in ssl3_read_bytes() local
1593 bio = SSL_get_rbio(ssl); in ssl3_read_bytes()
1594 BIO_clear_retry_flags(bio); in ssl3_read_bytes()
1595 BIO_set_retry_read(bio); in ssl3_read_bytes()

Completed in 61 milliseconds

12345678