/openbsd/regress/lib/libcrypto/bio/ |
H A D | bio_mem.c | 109 if ((ret = BIO_gets(bio, data, data_len)) != 6) { in bio_mem_test() 118 if ((ret = BIO_gets(bio, data, data_len)) != 5) { in bio_mem_test()
|
/openbsd/lib/libcrypto/asn1/ |
H A D | a_enum.c | 279 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_ENUMERATED() 343 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_ENUMERATED()
|
H A D | a_string.c | 370 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING() 434 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
|
H A D | asn_mime.c | 555 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) { in SMIME_crlf_copy() 625 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) { in multi_split() 681 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) { in STACK_OF()
|
H A D | a_int.c | 449 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER() 512 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
|
H A D | bio_asn1.c | 353 return BIO_gets(b->next_bio, str , size); in asn1_bio_gets()
|
/openbsd/lib/libcrypto/pem/ |
H A D | pem_lib.c | 696 i = BIO_gets(bp, buf, 254); in PEM_read_bio() 729 i = BIO_gets(bp, buf, 254); in PEM_read_bio() 761 i = BIO_gets(bp, buf, 254); in PEM_read_bio() 785 i = BIO_gets(bp, buf, 254); in PEM_read_bio()
|
/openbsd/lib/libcrypto/bio/ |
H A D | bf_null.c | 190 return (BIO_gets(bp->next_bio, buf, size)); in nullf_gets()
|
H A D | bf_nbio.c | 246 return (BIO_gets(bp->next_bio, buf, size)); in nbiof_gets()
|
H A D | bio_lib.c | 485 BIO_gets(BIO *b, char *in, int inl) in BIO_gets() function 525 LCRYPTO_ALIAS(BIO_gets);
|
H A D | bio.h | 544 int BIO_gets(BIO *bp, char *buf, int size)
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | bio.h | 81 LCRYPTO_USED(BIO_gets);
|
/openbsd/usr.bin/openssl/ |
H A D | passwd.c | 248 int r = BIO_gets(in, passwd, pw_maxlen + 1); in passwd_main() 257 r = BIO_gets(in, trash, sizeof trash); in passwd_main()
|
H A D | s_client.c | 1175 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 1184 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 1210 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 1216 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 1235 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
|
H A D | dgst.c | 643 len = BIO_gets(bp, (char *) buf, BUFSIZE); in do_fp()
|
H A D | ocsp.c | 1416 len = BIO_gets(cbio, inbuf, sizeof inbuf); in do_responder()
|
H A D | apps.c | 429 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass()
|
H A D | s_server.c | 1959 i = BIO_gets(io, buf, bufsize - 1); in www_body()
|
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_ht.c | 340 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen); in OCSP_sendreq_nbio()
|
/openbsd/lib/libcrypto/txt_db/ |
H A D | txt_db.c | 114 BIO_gets(in, &(buf->data[offset]), size - offset); in TXT_DB_read()
|
/openbsd/lib/libcrypto/objects/ |
H A D | obj_dat.c | 489 i = BIO_gets(in, buf, 512); in OBJ_create_objects()
|
/openbsd/lib/libcrypto/conf/ |
H A D | conf_def.c | 175 BIO_gets(in, p, CONFBUFSIZE - 1); in def_load_bio()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 261 BIO_gets
|