Searched refs:ScopedBIO (Results 1 – 9 of 9) sorted by relevance
20 ScopedBIO bio(BIO_new_string(&s)); in TEST()46 ScopedBIO bio(BIO_new_string(&s)); in TEST()
35 ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportKey()81 ScopedBIO bio(BIO_new_mem_buf(data, input.size())); in CreateFromPrivateKeyInfo()
44 typedef ScopedOpenSSL<BIO, BIO_free_all>::Type ScopedBIO; typedef
146 ScopedBIO bio(BIO_new_mem_buf(data, public_key_info_len)); in CommonInit()
39 ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportKeyWithBio()
30 crypto::ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportPKeySpki()48 crypto::ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportPKeyPkcs8()340 crypto::ScopedBIO bio(BIO_new_mem_buf(const_cast<uint8_t*>(key_data.bytes()), in ImportKeyPkcs8()387 crypto::ScopedBIO bio(BIO_new_mem_buf(const_cast<uint8_t*>(key_data.bytes()), in ImportKeySpki()
59 crypto::ScopedBIO bio( in Init()
68 crypto::ScopedBIO bio(BIO_new_mem_buf( in LoadPrivateKeyOpenSSL()
975 crypto::ScopedBIO bio(crypto::BIO_new_string(&name)); in GetCertNameOrNickname()1085 crypto::ScopedBIO bio(crypto::BIO_new_string(&title)); in GetTitle()