Searched refs:BIO_find_type (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c573 t=BIO_find_type(t,BIO_TYPE_SSL);
574 f=BIO_find_type(f,BIO_TYPE_SSL);
H A Dssl_lib.c546 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
558 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_doit.c567 bio=BIO_find_type(bio,BIO_TYPE_MD);
768 btmp=BIO_find_type(bio,BIO_TYPE_MEM);
874 ((btmp=BIO_find_type(btmp,BIO_TYPE_MD)) == NULL))
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_lib.c431 BIO *BIO_find_type(BIO *bio, int type) function
H A Dbio.h584 BIO * BIO_find_type(BIO *b,int bio_type);

Completed in 102 milliseconds