Home
last modified time | relevance | path

Searched refs:BIO_set (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_new.pod5 BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions
12 int BIO_set(BIO *a,BIO_METHOD *type);
21 BIO_set() sets the method of an already existing BIO.
36 BIO_set(), BIO_free() return 1 for success and 0 for failure.
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr_prn.c91 BIO_set(&bio,BIO_s_file()); in print_fp()
/onnv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_lib.c76 if (!BIO_set(ret,method)) in BIO_new()
84 int BIO_set(BIO *bio, BIO_METHOD *method) in BIO_set() function
H A Dbio.h569 int BIO_set(BIO *a,BIO_METHOD *type);