Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/bio/
H A Dbio_mem.c109 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 Da_enum.c279 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_ENUMERATED()
343 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_ENUMERATED()
H A Da_string.c370 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
434 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
H A Dasn_mime.c555 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 Da_int.c449 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
512 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
H A Dbio_asn1.c353 return BIO_gets(b->next_bio, str , size); in asn1_bio_gets()
/openbsd/lib/libcrypto/pem/
H A Dpem_lib.c696 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 Dbf_null.c190 return (BIO_gets(bp->next_bio, buf, size)); in nullf_gets()
H A Dbf_nbio.c246 return (BIO_gets(bp->next_bio, buf, size)); in nbiof_gets()
H A Dbio_lib.c485 BIO_gets(BIO *b, char *in, int inl) in BIO_gets() function
525 LCRYPTO_ALIAS(BIO_gets);
H A Dbio.h544 int BIO_gets(BIO *bp, char *buf, int size)
/openbsd/lib/libcrypto/hidden/openssl/
H A Dbio.h81 LCRYPTO_USED(BIO_gets);
/openbsd/usr.bin/openssl/
H A Dpasswd.c248 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 Ds_client.c1175 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 Ddgst.c643 len = BIO_gets(bp, (char *) buf, BUFSIZE); in do_fp()
H A Docsp.c1416 len = BIO_gets(cbio, inbuf, sizeof inbuf); in do_responder()
H A Dapps.c429 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN); in app_get_pass()
H A Ds_server.c1959 i = BIO_gets(io, buf, bufsize - 1); in www_body()
/openbsd/lib/libcrypto/ocsp/
H A Docsp_ht.c340 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen); in OCSP_sendreq_nbio()
/openbsd/lib/libcrypto/txt_db/
H A Dtxt_db.c114 BIO_gets(in, &(buf->data[offset]), size - offset); in TXT_DB_read()
/openbsd/lib/libcrypto/objects/
H A Dobj_dat.c489 i = BIO_gets(in, buf, 512); in OBJ_create_objects()
/openbsd/lib/libcrypto/conf/
H A Dconf_def.c175 BIO_gets(in, p, CONFBUFSIZE - 1); in def_load_bio()
/openbsd/lib/libcrypto/
H A DSymbols.list261 BIO_gets