| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | BIO_read.pod | 5 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
|
| HD | BIO_f_md.pod | 29 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()
|
| HD | BIO_f_buffer.pod | 32 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
|
| HD | BIO_f_cipher.pod | 27 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
|
| HD | BIO_s_fd.pod | 24 BIO_puts() is supported but BIO_gets() is not. 86 L<BIO_gets(3)>, L<BIO_printf(3)>,
|
| HD | BIO_meth_new.pod | 105 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().
|
| HD | BIO_s_file.pod | 32 underlying stream. BIO_gets() and BIO_puts() are supported on file BIOs. 156 L<BIO_gets(3)>, L<BIO_printf(3)>,
|
| HD | BIO_s_socket.pod | 21 BIO_puts() is supported but BIO_gets() is not.
|
| HD | BIO_f_base64.pod | 22 Base64 BIOs do not support BIO_gets() or BIO_puts().
|
| HD | BIO_f_ssl.pod | 201 BIO to allow lines to be read from the SSL BIO using BIO_gets. 269 len = BIO_gets(sbio, tmpbuf, 1024);
|
| HD | BIO_set_callback.pod | 153 =item B<BIO_gets(b, buf, size)>
|
| /freebsd-13-stable/crypto/openssl/crypto/asn1/ |
| HD | f_string.c | 55 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING() 124 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
|
| HD | f_int.c | 63 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER() 132 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
|
| HD | asn_mime.c | 508 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()
|
| HD | bio_asn1.c | 313 return BIO_gets(next, str, size); in asn1_bio_gets()
|
| /freebsd-13-stable/crypto/openssl/crypto/bio/ |
| HD | bf_null.c | 114 return BIO_gets(bp->next_bio, buf, size); in nullf_gets()
|
| HD | bf_nbio.c | 192 return BIO_gets(bp->next_bio, buf, size); in nbiof_gets()
|
| HD | bf_lbuf.c | 320 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | s_client.c | 2209 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 …]
|
| HD | bf_prefix.c | 171 return BIO_gets(BIO_next(b), buf, size); in prefix_gets()
|
| HD | passwd.c | 269 int r = BIO_gets(in, passwd, pw_maxlen + 1); in passwd_main() 278 r = BIO_gets(in, trash, sizeof(trash)); in passwd_main()
|
| HD | enc.c | 229 i = BIO_gets(in, buf, sizeof(buf)); in enc_main()
|
| /freebsd-13-stable/crypto/openssl/crypto/ocsp/ |
| HD | ocsp_ht.c | 366 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen); in OCSP_REQ_CTX_nbio()
|
| /freebsd-13-stable/crypto/openssl/crypto/txt_db/ |
| HD | txt_db.c | 62 BIO_gets(in, &(buf->data[offset]), size - offset); in TXT_DB_read()
|
| /freebsd-13-stable/crypto/openssl/crypto/pem/ |
| HD | pem_lib.c | 742 len = BIO_gets(bp, linebuf, LINESIZE); in get_name() 810 len = BIO_gets(bp, linebuf, LINESIZE); in get_header_and_data()
|