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

/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_smime.c90 if (BIO_method_type(in) == BIO_TYPE_CIPHER)
394 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM))
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_smime.c358 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM))
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbio_lib.c184 int BIO_method_type(const BIO *b) function
H A Dbio.h265 int BIO_method_type(const BIO *b);
/barrelfish-master/include/openssl/
H A Dbio.h265 int BIO_method_type(const BIO *b);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_lib.c672 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
694 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)

Completed in 111 milliseconds