Searched refs:BIO_get_fp (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_s_file.pod | 5 BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp, 18 BIO_get_fp(BIO *b,FILE **fpp); 60 BIO_get_fp() retrieves the fp of a file BIO, it is a macro. 123 BIO_set_fp() and BIO_get_fp() return 1 for success or 0 for failure
|
| /NextBSD/crypto/openssl/crypto/bio/ |
| HD | bio.h | 522 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) macro
|
| /NextBSD/secure/lib/libcrypto/ |
| HD | Makefile.man | 318 MLINKS+= BIO_s_file.3 BIO_get_fp.3
|
| /NextBSD/crypto/openssl/doc/ |
| HD | ssleay.txt | 1305 - BIO_get_fp(BIO *bio, FILE **fp) - get the 'FILE *' in use.
|