Searched defs:BIO (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/crypto/
H A Dopenssl_bio_string.h13 typedef struct bio_st BIO; typedef in typeref:struct:bio_st
17 // Creates a new BIO that can be used with OpenSSL's various output functions,
23 // Note: |out| must remain valid for the duration of the BIO.
24 CRYPTO_EXPORT BIO* BIO_new_string(std::string* out);
/external/boringssl/include/openssl/
H A Dbase.h196 typedef struct bio_st BIO; typedef in typeref:struct:bio_st
/external/boringssl/src/include/openssl/
H A Dbase.h196 typedef struct bio_st BIO; typedef in typeref:struct:bio_st

Completed in 300 milliseconds