Searched refs:BIO_method_type (Results 1 – 8 of 8) sorted by relevance
14 #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>.
239 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) in PKCS7_verify()
219 #define BIO_method_type(b) ((b)->method->type) macro
564 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()
329 BIO_find_type.3 BIO_method_type.3 \
914 ./man3/BIO_method_type.htm
4240 ./usr/share/man/cat3/BIO_method_type.0
1129 - BIO_method_type(BIO *io) - return the unique ID of the BIO method.