Home
last modified time | relevance | path

Searched refs:BIO_read (Results 1 - 25 of 167) sorted by relevance

1234567

/third_party/openssl/test/
H A Dbio_memleak_test.c32 if (!TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(str))) in test_bio_memleak()
81 if (!TEST_int_eq(BIO_read(bio, data, 5), 5)) in test_bio_new_mem_buf()
89 if (!TEST_int_eq(BIO_read(bio, data, 16), 7)) in test_bio_new_mem_buf()
95 if (!TEST_int_eq(BIO_read(bio, data, 16), 12)) in test_bio_new_mem_buf()
116 if (!TEST_int_eq(BIO_read(bio, data, 5), 5)) in test_bio_rdonly_mem_buf()
130 if (!TEST_int_eq(BIO_read(bio2, data, 16), 7)) in test_bio_rdonly_mem_buf()
136 if (!TEST_int_eq(BIO_read(bio2, data, 16), 7)) in test_bio_rdonly_mem_buf()
161 if (!TEST_int_eq(BIO_read(bio, data, 16), 12)) in test_bio_rdwr_rdonly()
171 if (!TEST_int_eq(BIO_read(bio, data, 16), 16)) in test_bio_rdwr_rdonly()
198 if (!TEST_int_eq(BIO_read(bi in test_bio_nonclear_rst()
[all...]
H A Dbio_enc_test.c62 lref = BIO_read(b, ref, sizeof(ref)); in do_bio_cipher()
80 len = BIO_read(b, out, i); in do_bio_cipher()
86 len += BIO_read(b, out + len, sizeof(out) - len); in do_bio_cipher()
111 for (len = 0; (delta = BIO_read(b, out + len, i)); ) { in do_bio_cipher()
137 len = BIO_read(b, out, sizeof(out)); in do_bio_cipher()
158 len = BIO_read(b, out, i); in do_bio_cipher()
164 len += BIO_read(b, out + len, sizeof(out) - len); in do_bio_cipher()
189 for (len = 0; (delta = BIO_read(b, out + len, i)); ) { in do_bio_cipher()
H A Dbio_callback_test.c82 i = BIO_read(bio, buf, sizeof(buf)); in test_bio_callback_ex()
102 i = BIO_read(bio, buf, sizeof(buf)); in test_bio_callback_ex()
139 i = BIO_read(bio, buf, sizeof(buf)); in test_bio_callback_ex()
253 i = BIO_read(bio, buf, sizeof(buf)); in test_bio_callback()
272 i = BIO_read(bio, buf, sizeof(buf)); in test_bio_callback()
292 i = BIO_read(bio, buf, sizeof(buf)); in test_bio_callback()
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c133 ok = BIO_read(in, &mem->data[0], mem_want) == (int)mem_want; in msblob2obj_decode()
155 ok = BIO_read(in, &mem->data[mem_len], mem_want) == (int)mem_want; in msblob2obj_decode()
200 ok = BIO_read(in, &mem->data[0], mem_want) == (int)mem_want; in pvk2obj_decode()
222 ok = BIO_read(in, &mem->data[mem_len], mem_want) == (int)mem_want; in pvk2obj_decode()
/third_party/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c133 ok = BIO_read(in, &mem->data[0], mem_want) == (int)mem_want; in msblob2obj_decode()
155 ok = BIO_read(in, &mem->data[mem_len], mem_want) == (int)mem_want; in msblob2obj_decode()
200 ok = BIO_read(in, &mem->data[0], mem_want) == (int)mem_want; in pvk2obj_decode()
222 ok = BIO_read(in, &mem->data[mem_len], mem_want) == (int)mem_want; in pvk2obj_decode()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c2215 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2220 BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2222 mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2224 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2258 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2279 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2291 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2293 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2302 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2311 seen = BIO_read(sbi in s_client_main()
[all...]
H A Dpkeyutl.c734 buf_len = BIO_read(in, mbuf, filesize); in do_raw_keyop()
742 buf_len = BIO_read(in, mbuf, filesize); in do_raw_keyop()
760 buf_len = BIO_read(in, tbuf, TBUF_MAXSIZE); in do_raw_keyop()
777 buf_len = BIO_read(in, tbuf, TBUF_MAXSIZE); in do_raw_keyop()
H A Denc.c471 if (BIO_read(rbio, mbuf, sizeof(mbuf)) != sizeof(mbuf)) { in enc_main()
476 if (BIO_read(rbio, salt, in enc_main()
618 inl = BIO_read(rbio, (char *)buff, bsize); in enc_main()
/third_party/openssl/apps/
H A Ds_client.c2215 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2220 BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2222 mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2224 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2258 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2279 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2291 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2293 BIO_printf(bio_err, "BIO_read failed\n"); in s_client_main()
2302 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2311 seen = BIO_read(sbi in s_client_main()
[all...]
H A Dpkeyutl.c734 buf_len = BIO_read(in, mbuf, filesize); in do_raw_keyop()
742 buf_len = BIO_read(in, mbuf, filesize); in do_raw_keyop()
760 buf_len = BIO_read(in, tbuf, TBUF_MAXSIZE); in do_raw_keyop()
777 buf_len = BIO_read(in, tbuf, TBUF_MAXSIZE); in do_raw_keyop()
H A Denc.c471 if (BIO_read(rbio, mbuf, sizeof(mbuf)) != sizeof(mbuf)) { in enc_main()
476 if (BIO_read(rbio, salt, in enc_main()
618 inl = BIO_read(rbio, (char *)buff, bsize); in enc_main()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_d2i_fp.c140 i = BIO_read(in, &(b->data[len]), want); in asn1_d2i_read_bio()
194 if (want > INT_MAX /* BIO_read takes an int length */ || in asn1_d2i_read_bio()
214 i = BIO_read(in, &(b->data[len]), chunk); in asn1_d2i_read_bio()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c111 if (BIO_read(in, hdr_buf, 16) != 16) { in msblob2key_decode()
140 if (BIO_read(in, buf, length) != (int)length) { in msblob2key_decode()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbf_readbuff.c141 i = BIO_read(b->next_bio, ctx->ibuf + ctx->ibuf_off, outl); in readbuffer_read()
273 j = BIO_read(b->next_bio, p, 1); in readbuffer_gets()
H A Dbf_buff.c125 i = BIO_read(b->next_bio, out, outl); in buffer_read()
143 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_read()
452 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_gets()
/third_party/openssl/crypto/bio/
H A Dbf_readbuff.c141 i = BIO_read(b->next_bio, ctx->ibuf + ctx->ibuf_off, outl); in readbuffer_read()
276 j = BIO_read(b->next_bio, p, 1); in readbuffer_gets()
H A Dbf_buff.c125 i = BIO_read(b->next_bio, out, outl); in buffer_read()
143 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_read()
452 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_gets()
/third_party/openssl/crypto/asn1/
H A Da_d2i_fp.c140 i = BIO_read(in, &(b->data[len]), want); in asn1_d2i_read_bio()
194 if (want > INT_MAX /* BIO_read takes an int length */ || in asn1_d2i_read_bio()
214 i = BIO_read(in, &(b->data[len]), chunk); in asn1_d2i_read_bio()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c99 if (BIO_read(in, hdr_buf, 16) != 16) { in msblob2key_decode()
128 if (BIO_read(in, buf, length) != (int)length) { in msblob2key_decode()
/third_party/openssl/demos/bio/
H A Dserver-cmod.c60 * BIO_read() function. in main()
67 i = BIO_read(in, buf, sizeof(buf)); in main()
H A Dclient-arg.c98 len = BIO_read(sbio, tmpbuf, 1024); in main()
H A Dserver-arg.c113 * BIO_read() function. in main()
120 i = BIO_read(in, buf, 512); in main()
H A Dsconnect.c100 i = BIO_read(out, buf, sizeof(buf)); in main()
H A Dsaccept.c90 * BIO_read() function. in main()
97 i = BIO_read(in, buf, 512); in main()
/third_party/openssl/demos/digest/
H A DEVP_MD_stdin.c96 while ((ii = BIO_read(input, buffer, sizeof(buffer))) > 0) { in demonstrate_digest()

Completed in 20 milliseconds

1234567