Home
last modified time | relevance | path

Searched refs:BIO_find_type (Results 1 – 16 of 16) 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
11 BIO *BIO_find_type(BIO *b, int bio_type);
17 The BIO_find_type() searches for a BIO of a given type in a chain, starting
21 searched for. BIO_find_type() returns the next matching BIO or NULL if none is
30 in a chain or used in conjunction with BIO_find_type() to find all BIOs of a
37 BIO_find_type() returns a matching BIO or NULL for no match.
51 btmp = BIO_find_type(btmp, BIO_TYPE_MD);
H A DBIO_meth_new.pod76 L<BIO_find_type(3)> page for more information.
152 L<bio(7)>, L<BIO_find_type(3)>, L<BIO_ctrl(3)>, L<BIO_read_ex(3)>, L<BIO_new(3)>
H A DBIO_f_md.pod127 mdtmp = BIO_find_type(mdtmp, BIO_TYPE_MD);
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c482 t = BIO_find_type(t, BIO_TYPE_SSL); in BIO_ssl_copy_session_id()
483 f = BIO_find_type(f, BIO_TYPE_SSL); in BIO_ssl_copy_session_id()
H A Dssl_lib.c1377 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_rfd()
1389 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_wfd()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c224 mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM); in CMS_dataFinal()
460 chain = BIO_find_type(chain, BIO_TYPE_MD); in ossl_cms_DigestAlgorithm_find_ctx()
H A Dcms_env.c1234 BIO *mbio = BIO_find_type(chain, BIO_TYPE_CIPHER); in ossl_cms_EnvelopedData_final()
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod68 L<BIO_find_type(3)>, L<BIO_new(3)>,
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c680 bio = BIO_find_type(bio, BIO_TYPE_MD); in PKCS7_find_digest()
885 btmp = BIO_find_type(bio, BIO_TYPE_MEM); in PKCS7_dataFinal()
1046 ((btmp = BIO_find_type(btmp, BIO_TYPE_MD)) == NULL)) { in PKCS7_signatureVerify()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c715 BIO *BIO_find_type(BIO *bio, int type) in BIO_find_type() function
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h656 BIO *BIO_find_type(BIO *b, int bio_type);
H A Dbio.h.in633 BIO *BIO_find_type(BIO *b, int bio_type);
/freebsd/crypto/openssl/doc/
H A Dbuild.info598 DEPEND[html/man3/BIO_find_type.html]=man3/BIO_find_type.pod
599 GENERATE[html/man3/BIO_find_type.html]=man3/BIO_find_type.pod
600 DEPEND[man/man3/BIO_find_type.3]=man3/BIO_find_type.pod
601 GENERATE[man/man3/BIO_find_type.3]=man3/BIO_find_type.pod
2935 html/man3/BIO_find_type.html \
3543 man/man3/BIO_find_type.3 \
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile33 MAN+= BIO_find_type.3
867 MLINKS+= BIO_find_type.3 BIO_method_type.3
882 MLINKS+= BIO_find_type.3 BIO_next.3
/freebsd/secure/lib/libcrypto/
H A DVersion.map298 BIO_find_type;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1801 BIO_find_type 1845 3_0_0 EXIST::FUNCTION: