OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_mem_contents
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/crypto/bio/
bio_mem.c
303
int
BIO_mem_contents
(const BIO *bio, const uint8_t **out_contents,
bio_test.cc
149
ASSERT_TRUE(
BIO_mem_contents
(bio.get(), &contents, &len));
/external/boringssl/src/tool/
server.cc
199
if (
BIO_mem_contents
(bio.get(), &response, &response_len)) {
/external/boringssl/src/include/openssl/
bio.h
350
// writable sink (with |BIO_new|, |BIO_s_mem| and |
BIO_mem_contents
|). Data
378
//
BIO_mem_contents
sets |*out_contents| to point to the current contents of
381
OPENSSL_EXPORT int
BIO_mem_contents
(const BIO *bio,
388
// WARNING: don't use this, use |
BIO_mem_contents
|. A return value of zero from
[
all
...]
/external/boringssl/src/crypto/x509/
x509_test.cc
[
all
...]
/external/boringssl/src/ssl/
ssl_test.cc
[
all
...]
Completed in 201 milliseconds