Searched refs:BIO_method_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c351 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) {
564 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
575 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_smime.c87 if (BIO_method_type(in) == BIO_TYPE_CIPHER) {
370 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) {
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c185 int BIO_method_type(const BIO *b) function
H A Dbio.h307 int BIO_method_type(const BIO *b);
H A Dbss_dgram.c1093 return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c755 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
777 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man277 MLINKS+= BIO_find_type.3 BIO_method_type.3

Completed in 222 milliseconds