Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_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.
90 BIO_set_fp() and BIO_get_fp() return 1 for success or <=0 for failure
/freebsd/crypto/openssl/util/
H A Dother.syms181 BIO_get_fp define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h492 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) macro
H A Dbio.h.in469 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) macro
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c309 if (BIO_get_fp(req, &fp) == 1 && fseek(fp, 0, SEEK_END) == 0) { in set1_content()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1653 BIO_get_fp(in, &dbfp); in load_index()
/freebsd/crypto/openssl/apps/
H A Ds_server.c3401 BIO_get_fp(file, &fp); in www_body()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile815 MLINKS+= BIO_s_file.3 BIO_get_fp.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1374 BIO_get_fp(in, &ffdp); in execute_test_ktls_sendfile()