Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDBIO_s_file.pod5 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/
HDbio.h522 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) macro
/NextBSD/secure/lib/libcrypto/
HDMakefile.man318 MLINKS+= BIO_s_file.3 BIO_get_fp.3
/NextBSD/crypto/openssl/doc/
HDssleay.txt1305 - BIO_get_fp(BIO *bio, FILE **fp) - get the 'FILE *' in use.