Home
last modified time | relevance | path

Searched refs:BIO_eof (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_ctrl.pod6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
27 int BIO_eof(BIO *b);
63 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
95 BIO_eof() returns 1 if EOF has been reached 0 otherwise.
HDBIO_s_file.pod43 BIO_eof() calls feof().
HDBIO_s_mem.pod49 BIO_eof() is true if no data is in the BIO.
HDBIO_s_bio.pod120 BIO_eof() is true if no data is in the peer BIO and the peer BIO has been
/freebsd-13-stable/contrib/libfido2/tools/
HDbase64.c92 if (n <= 0 || BIO_eof(bio_b64) == 0) in base64_decode()
/freebsd-13-stable/crypto/openssl/apps/
HDenc.c590 while (BIO_pending(rbio) || !BIO_eof(rbio)) { in enc_main()
HDdgst.c508 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h503 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
/freebsd-13-stable/crypto/openssl/crypto/store/
HDloader_file.c1432 return BIO_eof(ctx->_.file.file); in file_eof()
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-anchor.c361 while(!BIO_eof(bio)) { in STACK_OF()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile604 MLINKS+= BIO_ctrl.3 BIO_eof.3