Home
last modified time | relevance | path

Searched refs:BIO_gets (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_read.pod5 BIO_read_ex, BIO_write_ex, BIO_read, BIO_write, BIO_gets, BIO_puts
16 int BIO_gets(BIO *b, char *buf, int size);
32 BIO_gets() performs the BIOs "gets" operation and places the data
35 however; for example, BIO_gets() on a digest BIO will calculate and
36 return the digest and other BIOs may not support BIO_gets() at all.
53 NUL is not included in the length returned by BIO_gets().
75 If the BIO_gets() function is not supported by a BIO then it possible to
85 BIO_gets() on 1.1.0 and older when called on BIO_fd() based BIO does not
HDBIO_f_md.pod29 BIO_gets(), if its B<size> parameter is large enough finishes the
59 If an application needs to call BIO_gets() or BIO_puts() through
132 mdlen = BIO_gets(mdtmp, mdbuf, EVP_MAX_MD_SIZE);
143 BIO_gets() could be regarded as anomalous. It could be argued that BIO_gets()
HDBIO_f_buffer.pod32 Both BIO_gets() and BIO_puts() are supported.
52 Buffering BIOs implement BIO_read_ex() and BIO_gets() by using
55 caller as appropriate for the call; a BIO_gets() is guaranteed to give
60 BIO_gets() or exact size BIO_read_ex() functionality if the following
HDBIO_f_cipher.pod27 Cipher BIOs do not support BIO_gets() or BIO_puts().
58 As always, if BIO_gets() or BIO_puts() support is needed then it can
HDBIO_s_fd.pod24 BIO_puts() is supported but BIO_gets() is not.
86 L<BIO_gets(3)>, L<BIO_printf(3)>,
HDBIO_meth_new.pod105 used for reading a line of data from the BIO respectively (see the L<BIO_gets(3)>
107 application calling BIO_gets(). The parameters for the function have the same
108 meaning as for BIO_gets().
HDBIO_s_file.pod32 underlying stream. BIO_gets() and BIO_puts() are supported on file BIOs.
156 L<BIO_gets(3)>, L<BIO_printf(3)>,
HDBIO_s_socket.pod21 BIO_puts() is supported but BIO_gets() is not.
HDBIO_f_base64.pod22 Base64 BIOs do not support BIO_gets() or BIO_puts().
HDBIO_f_ssl.pod201 BIO to allow lines to be read from the SSL BIO using BIO_gets.
269 len = BIO_gets(sbio, tmpbuf, 1024);
HDBIO_set_callback.pod153 =item B<BIO_gets(b, buf, size)>
/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDf_string.c55 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
124 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
HDf_int.c63 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
132 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
HDasn_mime.c508 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) { in SMIME_crlf_copy()
590 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) { in multi_split()
648 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) { in STACK_OF()
HDbio_asn1.c313 return BIO_gets(next, str, size); in asn1_bio_gets()
/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbf_null.c114 return BIO_gets(bp->next_bio, buf, size); in nullf_gets()
HDbf_nbio.c192 return BIO_gets(bp->next_bio, buf, size); in nbiof_gets()
HDbf_lbuf.c320 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c2209 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2223 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2255 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2261 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2284 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2382 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2406 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2452 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2583 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2589 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
[all …]
HDbf_prefix.c171 return BIO_gets(BIO_next(b), buf, size); in prefix_gets()
HDpasswd.c269 int r = BIO_gets(in, passwd, pw_maxlen + 1); in passwd_main()
278 r = BIO_gets(in, trash, sizeof(trash)); in passwd_main()
HDenc.c229 i = BIO_gets(in, buf, sizeof(buf)); in enc_main()
/freebsd-13-stable/crypto/openssl/crypto/ocsp/
HDocsp_ht.c366 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen); in OCSP_REQ_CTX_nbio()
/freebsd-13-stable/crypto/openssl/crypto/txt_db/
HDtxt_db.c62 BIO_gets(in, &(buf->data[offset]), size - offset); in TXT_DB_read()
/freebsd-13-stable/crypto/openssl/crypto/pem/
HDpem_lib.c742 len = BIO_gets(bp, linebuf, LINESIZE); in get_name()
810 len = BIO_gets(bp, linebuf, LINESIZE); in get_header_and_data()

12