Searched refs:BIO_new_string (Results 1 – 3 of 3) sorted by relevance
20 ScopedBIO bio(BIO_new_string(&s)); in TEST()46 ScopedBIO bio(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