Home
last modified time | relevance | path

Searched refs:ScopedBIO (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/crypto/
Dopenssl_bio_string_unittest.cc20 ScopedBIO bio(BIO_new_string(&s)); in TEST()
46 ScopedBIO bio(BIO_new_string(&s)); in TEST()
Drsa_private_key_openssl.cc35 ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportKey()
81 ScopedBIO bio(BIO_new_mem_buf(data, input.size())); in CreateFromPrivateKeyInfo()
Dscoped_openssl_types.h44 typedef ScopedOpenSSL<BIO, BIO_free_all>::Type ScopedBIO; typedef
Dsignature_verifier_openssl.cc146 ScopedBIO bio(BIO_new_mem_buf(data, public_key_info_len)); in CommonInit()
Dec_private_key_openssl.cc39 ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportKeyWithBio()
/external/chromium_org/content/child/webcrypto/openssl/
Drsa_key_openssl.cc30 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()
/external/chromium_org/net/cert/
Dct_log_verifier_openssl.cc59 crypto::ScopedBIO bio( in Init()
/external/chromium_org/net/socket/
Dssl_client_socket_openssl_unittest.cc68 crypto::ScopedBIO bio(BIO_new_mem_buf( in LoadPrivateKeyOpenSSL()
/external/chromium_org/chrome/common/net/
Dx509_certificate_model_openssl.cc975 crypto::ScopedBIO bio(crypto::BIO_new_string(&name)); in GetCertNameOrNickname()
1085 crypto::ScopedBIO bio(crypto::BIO_new_string(&title)); in GetTitle()