/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | f_int.c | 63 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER() 131 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
|
H A D | f_string.c | 55 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 D | stanza.c | 53 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 D | f_string.c | 55 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING() 123 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
|
H A D | f_int.c | 63 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 D | bio_core_test.c | 33 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 D | bio_readbuffer_test.c | 17 * 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 D | BIO_f_md.c | 98 * 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 D | s_client.c | 2174 * 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 D | s_client.c | 2174 * 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 D | ossl_core_bio.c | 108 return BIO_gets(cb->bio, buf, size); in ossl_core_bio_gets()
|
H A D | bf_null.c | 16 * 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 D | bf_prefix.c | 201 return BIO_gets(BIO_next(b), buf, size); in prefix_gets()
|
H A D | bf_nbio.c | 17 * 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 D | bf_lbuf.c | 313 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()
|
/third_party/openssl/crypto/bio/ |
H A D | bf_null.c | 16 * 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 D | ossl_core_bio.c | 108 return BIO_gets(cb->bio, buf, size); in ossl_core_bio_gets()
|
H A D | bf_prefix.c | 201 return BIO_gets(BIO_next(b), buf, size); in prefix_gets()
|
H A D | bf_nbio.c | 17 * 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 D | bf_lbuf.c | 313 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 325 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 D | http_server.c | 325 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 D | http_client.c | 549 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 D | http_client.c | 538 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 D | txt_db.c | 62 BIO_gets(in, &(buf->data[offset]), size - offset); in TXT_DB_read()
|