Home
last modified time | relevance | path

Searched refs:BIO_new_string (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/crypto/
Dopenssl_bio_string_unittest.cc18 crypto::ScopedOpenSSL<BIO, BIO_free_all> bio(crypto::BIO_new_string(&s)); in TEST()
51 crypto::ScopedOpenSSL<BIO, BIO_free_all> bio(crypto::BIO_new_string(&s)); in TEST()
Dopenssl_bio_string.h24 CRYPTO_EXPORT BIO* BIO_new_string(std::string* out);
Dopenssl_bio_string.cc68 BIO* BIO_new_string(std::string* out) { in BIO_new_string() function
/external/chromium_org/chrome/common/net/
Dx509_certificate_model_openssl.cc55 crypto::ScopedOpenSSL<BIO, BIO_free_all> bio(crypto::BIO_new_string(&name)); in GetCertNameOrNickname()
165 crypto::ScopedOpenSSL<BIO, BIO_free_all> bio(crypto::BIO_new_string(&title)); in GetTitle()