OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_gets
(Results
1 - 10
of
10
) sorted by null
/external/boringssl/src/crypto/asn1/
f_string.c
105
bufsize=
BIO_gets
(bp,buf,size);
187
bufsize=
BIO_gets
(bp,buf,size);
f_enum.c
107
bufsize=
BIO_gets
(bp,buf,size);
189
bufsize=
BIO_gets
(bp,buf,size);
f_int.c
112
bufsize=
BIO_gets
(bp,buf,size);
193
bufsize=
BIO_gets
(bp,buf,size);
bio_asn1.c
363
return
BIO_gets
(b->next_bio, str , size);
/external/boringssl/src/crypto/pem/
pem_lib.c
657
i=
BIO_gets
(bp,buf,254);
690
i=
BIO_gets
(bp,buf,254);
717
i=
BIO_gets
(bp,buf,254);
738
i=
BIO_gets
(bp,buf,254);
/external/tlsdate/src/
proxy-bio-plan9.c
247
/* SSL socket BIOs don't support
BIO_gets
, so... */
382
return
BIO_gets
(b->next_bio, buf, size);
proxy-bio.c
231
/* SSL socket BIOs don't support
BIO_gets
, so... */
364
return
BIO_gets
(b->next_bio, buf, size);
/external/boringssl/src/crypto/bio/
bio.c
194
int
BIO_gets
(BIO *bio, char *buf, int len) {
/external/boringssl/src/include/openssl/
bio.h
108
/*
BIO_gets
"reads a line" from |bio| and puts at most |size| bytes into |buf|.
112
* return the digest in response to a |
BIO_gets
| call.
116
OPENSSL_EXPORT int
BIO_gets
(BIO *bio, char *buf, int size);
368
* Memory BIOs support |
BIO_gets
| and |BIO_puts|.
732
* it, and decodes data read from it. |
BIO_gets
| is not supported. Call
[
all
...]
/external/boringssl/src/crypto/conf/
conf.c
541
BIO_gets
(in, p, CONFBUFSIZE - 1);
Completed in 71 milliseconds