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

/freebsd-10.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c344 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) {
560 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
571 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_smime.c86 if (BIO_method_type(in) == BIO_TYPE_CIPHER) {
369 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) {
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio_lib.c185 int BIO_method_type(const BIO *b) function
H A Dbio.h306 int BIO_method_type(const BIO *b);
H A Dbss_dgram.c1034 return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP);
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssl_lib.c699 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
721 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)

Completed in 72 milliseconds