OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_new_string
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/crypto/
openssl_bio_string.h
24
CRYPTO_EXPORT BIO*
BIO_new_string
(std::string* out);
openssl_bio_string_unittest.cc
20
ScopedBIO bio(
BIO_new_string
(&s));
46
ScopedBIO bio(
BIO_new_string
(&s));
openssl_bio_string.cc
68
BIO*
BIO_new_string
(std::string* out) {
Completed in 3407 milliseconds