Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_find_type.pod14 #define BIO_method_type(b) ((b)->method->type)
56 BIO_method_type() returns the type of a BIO.
64 BIO_method_type() returns the type of the BIO B<b>.
/mirbsd/src/lib/libssl/src/crypto/pkcs7/
Dpk7_smime.c239 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) in PKCS7_verify()
/mirbsd/src/lib/libssl/src/crypto/bio/
Dbio.h219 #define BIO_method_type(b) ((b)->method->type) macro
/mirbsd/src/lib/libssl/src/ssl/
Dssl_lib.c564 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET) in SSL_set_wfd()
586 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET) in SSL_set_rfd()
/mirbsd/src/lib/libssl/man/
DMakefile329 BIO_find_type.3 BIO_method_type.3 \
/mirbsd/src/distrib/lists/htman/htmi/
Dmi914 ./man3/BIO_method_type.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi4240 ./usr/share/man/cat3/BIO_method_type.0
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt1129 - BIO_method_type(BIO *io) - return the unique ID of the BIO method.