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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_smime.c247 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM))
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio.h254 #define BIO_method_type(b) ((b)->method->type) macro
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_lib.c589 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
611 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)

Completed in 92 milliseconds