Home
last modified time | relevance | path

Searched defs:SoftwareECDSA (Results 1 – 1 of 1) sorted by relevance

/external/cronet/crypto/
Dscoped_mock_unexportable_key_provider.cc27 class SoftwareECDSA : public UnexportableSigningKey { class
29 explicit SoftwareECDSA(bssl::UniquePtr<EC_KEY> key) : key_(std::move(key)) {} in SoftwareECDSA() function in crypto::__anon896b0f250111::SoftwareECDSA