Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/crypto/
H A Dunexportable_key_software_unsecure.cc29 class SoftwareECDSA : public UnexportableSigningKey { class
31 explicit SoftwareECDSA(bssl::UniquePtr<EC_KEY> key) : key_(std::move(key)) {} in SoftwareECDSA() function in crypto::__anon7efd17f90111::SoftwareECDSA