Searched refs:BIO_set (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | BIO_new.pod | 5 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 D | err_prn.c | 91 BIO_set(&bio,BIO_s_file()); in print_fp()
|
| /onnv-gate/usr/src/common/openssl/crypto/bio/ |
| H A D | bio_lib.c | 76 if (!BIO_set(ret,method)) in BIO_new() 84 int BIO_set(BIO *bio, BIO_METHOD *method) in BIO_set() function
|
| H A D | bio.h | 569 int BIO_set(BIO *a,BIO_METHOD *type);
|