Home
last modified time | relevance | path

Searched refs:BIO_method_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_find_type.pod5 BIO_find_type, BIO_next, BIO_method_type - BIO chain traversal
13 int BIO_method_type(const BIO *b);
33 BIO_method_type() returns the type of a BIO.
41 BIO_method_type() returns the type of the BIO I<b>.
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c521 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) { in PKCS7_decrypt()
534 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) { in PKCS7_decrypt()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c51 if (BIO_method_type(in) == BIO_TYPE_CIPHER) { in cms_copy_content()
410 if (dcont != NULL && (BIO_method_type(dcont) == BIO_TYPE_MEM)) { in CMS_verify()
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c535 if (BIO_method_type(b) != BIO_TYPE_SSL) in BIO_ssl_shutdown()
H A Dssl_lib.c1760 if (rbio == NULL || BIO_method_type(rbio) != desired_type in SSL_set_wfd()
1797 if (wbio == NULL || BIO_method_type(wbio) != desired_type in SSL_set_rfd()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c251 int BIO_method_type(const BIO *b) in BIO_method_type() function
H A Dbss_dgram.c1897 return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP); in BIO_dgram_is_sctp()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h331 int BIO_method_type(const BIO *b);
H A Dbio.h.in332 int BIO_method_type(const BIO *b);
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c320 if (BIO_method_type(req) == BIO_TYPE_FILE) { in set1_content()
/freebsd/crypto/openssl/test/
H A Dquicapitest.c956 if (!TEST_int_eq(BIO_method_type(bio), BIO_TYPE_DGRAM)) in test_quic_set_fd()
/freebsd/secure/lib/libcrypto/
H A DVersion.map339 BIO_method_type;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile936 MLINKS+= BIO_find_type.3 BIO_method_type.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3377 BIO_method_type 3451 3_0_0 EXIST::FUNCTION: