HomeSort by relevance Sort by last modified time
    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 76 milliseconds