Home
last modified time | relevance | path

Searched refs:BIO_gets (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Df_int.c63 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
131 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
H A Df_string.c55 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
123 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
/third_party/openssl/test/testutil/
H A Dstanza.c53 while (BIO_gets(s->fp, tmpbuf, sizeof(tmpbuf))) { in read_key()
92 for (s->numpairs = 0; BIO_gets(s->fp, s->buff, sizeof(s->buff)); ) { in test_readstanza()
/third_party/openssl/crypto/asn1/
H A Df_string.c55 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
123 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
H A Df_int.c63 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
131 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
/third_party/openssl/test/
H A Dbio_core_test.c33 return BIO_gets(bio->bio, buf, size); in tst_bio_core_gets()
90 || !TEST_int_gt(BIO_gets(cbio, buf, sizeof(buf)), 0) in test_bio_core()
H A Dbio_readbuffer_test.c17 * BIO_gets() and BIO_read_ex() are both called.
18 * Since the BIO_gets() calls buffer the reads, the BIO_read_ex() should
23 * 1 : Try a few reads using BIO_gets() before using BIO_read_ex()
24 * 2 : Read the entire file using BIO_gets() before using BIO_read_ex().
57 len = BIO_gets(in_bio, buf, sizeof(buf)); in test_readbuffer_file_bio()
/third_party/openssl/demos/digest/
H A DBIO_f_md.c98 * BIO_gets must be used to calculate the final in main()
101 if (BIO_gets(bio_digest, digest_value, digest_size) != digest_size) { in main()
102 fprintf(stderr, "BIO_gets(bio_digest) failed\n"); in main()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c2174 * packet or not. We therefore have to use BIO_gets() which does in s_client_main()
2189 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2203 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2239 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2245 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2272 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2391 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2526 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2530 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2535 mbuf_len = BIO_gets(fbi in s_client_main()
[all...]
/third_party/openssl/apps/
H A Ds_client.c2174 * packet or not. We therefore have to use BIO_gets() which does in s_client_main()
2189 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2203 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2239 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2245 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2272 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2391 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2526 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2530 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2535 mbuf_len = BIO_gets(fbi in s_client_main()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c108 return BIO_gets(cb->bio, buf, size); in ossl_core_bio_gets()
H A Dbf_null.c16 * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
105 return BIO_gets(bp->next_bio, buf, size); in nullf_gets()
H A Dbf_prefix.c201 return BIO_gets(BIO_next(b), buf, size); in prefix_gets()
H A Dbf_nbio.c17 * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
183 return BIO_gets(bp->next_bio, buf, size); in nbiof_gets()
H A Dbf_lbuf.c313 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()
/third_party/openssl/crypto/bio/
H A Dbf_null.c16 * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
105 return BIO_gets(bp->next_bio, buf, size); in nullf_gets()
H A Dossl_core_bio.c108 return BIO_gets(cb->bio, buf, size); in ossl_core_bio_gets()
H A Dbf_prefix.c201 return BIO_gets(BIO_next(b), buf, size); in prefix_gets()
H A Dbf_nbio.c17 * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
183 return BIO_gets(bp->next_bio, buf, size); in nbiof_gets()
H A Dbf_lbuf.c313 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c325 len = BIO_gets(cbio, reqbuf, sizeof(reqbuf)); in http_server_get_asn1_req()
423 len = BIO_gets(cbio, inbuf, sizeof(inbuf)); in http_server_get_asn1_req()
/third_party/openssl/apps/lib/
H A Dhttp_server.c325 len = BIO_gets(cbio, reqbuf, sizeof(reqbuf)); in http_server_get_asn1_req()
423 len = BIO_gets(cbio, inbuf, sizeof(inbuf)); in http_server_get_asn1_req()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c549 n = BIO_gets(rctx->rbio, buf, rctx->buf_size); in OSSL_HTTP_REQ_CTX_nbio()
645 * Due to strange memory BIO behavior with BIO_gets we have to check in OSSL_HTTP_REQ_CTX_nbio()
646 * there's a complete line in there before calling BIO_gets or we'll in OSSL_HTTP_REQ_CTX_nbio()
657 n = BIO_gets(rctx->mem, buf, rctx->buf_size); in OSSL_HTTP_REQ_CTX_nbio()
1381 read_len = BIO_gets(fbio, mbuf, BUF_SIZE); in OSSL_HTTP_proxy_connect()
1426 read_len = BIO_gets(fbio, mbuf, BUF_SIZE); in OSSL_HTTP_proxy_connect()
/third_party/openssl/crypto/http/
H A Dhttp_client.c538 n = BIO_gets(rctx->rbio, buf, rctx->buf_size); in OSSL_HTTP_REQ_CTX_nbio()
634 * Due to strange memory BIO behavior with BIO_gets we have to check in OSSL_HTTP_REQ_CTX_nbio()
635 * there's a complete line in there before calling BIO_gets or we'll in OSSL_HTTP_REQ_CTX_nbio()
646 n = BIO_gets(rctx->mem, buf, rctx->buf_size); in OSSL_HTTP_REQ_CTX_nbio()
1370 read_len = BIO_gets(fbio, mbuf, BUF_SIZE); in OSSL_HTTP_proxy_connect()
1415 read_len = BIO_gets(fbio, mbuf, BUF_SIZE); in OSSL_HTTP_proxy_connect()
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c62 BIO_gets(in, &(buf->data[offset]), size - offset); in TXT_DB_read()

Completed in 18 milliseconds

12345