Searched refs:BIO_tell (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_pkey.c | 43 if ((pos = BIO_tell(bp)) < 0) in pem_read_bio_key_decoder() 61 if (BIO_eof(bp) != 0 || (newpos = BIO_tell(bp)) < 0 || newpos <= pos) { in pem_read_bio_key_decoder() 225 if ((pos = BIO_tell(bp)) < 0) { in pem_read_bio_key() 230 pos = BIO_tell(bp); in pem_read_bio_key()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_f_readbuffer.pod | 6 - read only buffering BIO that supports BIO_tell() and BIO_seek() 18 This BIO filter can be inserted on top of BIO's that do not support BIO_tell()
|
H A D | BIO_ctrl.pod | 6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close, 25 int BIO_tell(BIO *b); 58 BIO_tell() returns the current file position of a file related BIO. 89 BIO_seek() and BIO_tell() both return the current file position on success
|
H A D | BIO_s_file.pod | 65 BIO_tell() returns the value of the position pointer. 95 BIO_tell() returns the current file position or negative values for failure. 151 L<BIO_seek(3)>, L<BIO_tell(3)>,
|
H A D | BIO_s_fd.pod | 35 BIO_tell() returns the current file position such as by calling 83 L<BIO_seek(3)>, L<BIO_tell(3)>,
|
/freebsd/crypto/openssl/test/ |
H A D | bio_readbuffer_test.c | 51 if (!TEST_int_eq(BIO_tell(in_bio), 0)) in test_readbuffer_file_bio()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 68 if (BIO_tell(in) < 0) { in OSSL_DECODER_from_bio() 815 if ((loc = BIO_tell(bio)) < 0) { in decoder_process() 943 if (BIO_tell(bio) != loc) in decoder_process()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 235 BIO_tell define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 496 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
|
H A D | bio.h.in | 473 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 1546 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 941 MLINKS+= BIO_ctrl.3 BIO_tell.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1188 * Add filter BIO BIO_f_readbuffer() that allows BIO_tell() and BIO_seek() to
|