Searched refs:BIO_new_string (Results 1 – 4 of 4) sorted by relevance
18 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()
24 CRYPTO_EXPORT BIO* BIO_new_string(std::string* out);
68 BIO* BIO_new_string(std::string* out) { in BIO_new_string() function
55 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()