Searched refs:BIO_eof (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | BIO_ctrl.pod | 6 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.
|
| HD | BIO_s_file.pod | 43 BIO_eof() calls feof().
|
| HD | BIO_s_mem.pod | 49 BIO_eof() is true if no data is in the BIO.
|
| HD | BIO_s_bio.pod | 120 BIO_eof() is true if no data is in the peer BIO and the peer BIO has been
|
| /freebsd-13-stable/contrib/libfido2/tools/ |
| HD | base64.c | 92 if (n <= 0 || BIO_eof(bio_b64) == 0) in base64_decode()
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | enc.c | 590 while (BIO_pending(rbio) || !BIO_eof(rbio)) { in enc_main()
|
| HD | dgst.c | 508 while (BIO_pending(bp) || !BIO_eof(bp)) { in do_fp()
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | bio.h | 503 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
|
| /freebsd-13-stable/crypto/openssl/crypto/store/ |
| HD | loader_file.c | 1432 return BIO_eof(ctx->_.file.file); in file_eof()
|
| /freebsd-13-stable/contrib/unbound/smallapp/ |
| HD | unbound-anchor.c | 361 while(!BIO_eof(bio)) { in STACK_OF()
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 604 MLINKS+= BIO_ctrl.3 BIO_eof.3
|