Searched refs:BIO_method_type (Results 1 – 10 of 10) sorted by relevance
5 BIO_find_type, BIO_next, BIO_method_type - BIO chain traversal13 int BIO_method_type(const BIO *b);33 BIO_method_type() returns the type of a BIO.41 BIO_method_type() returns the type of the BIO B<b>.
300 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) { in PKCS7_verify()519 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) { in PKCS7_decrypt()534 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) { in PKCS7_decrypt()
49 if (BIO_method_type(in) == BIO_TYPE_CIPHER) { in cms_copy_content()340 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) { in CMS_verify()
500 if (BIO_method_type(b) != BIO_TYPE_SSL) in BIO_ssl_shutdown()
1386 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET in SSL_set_wfd()1416 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET in SSL_set_rfd()
240 int BIO_method_type(const BIO *b) in BIO_method_type() function
953 return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP); in BIO_dgram_is_sctp()
275 int BIO_method_type(const BIO *b);
339 BIO_method_type;
644 MLINKS+= BIO_find_type.3 BIO_method_type.3