HomeSort by relevance Sort by last modified time
    Searched refs:EcKey (Results 1 - 6 of 6) sorted by null

  /system/keymaster/
ec_key.cpp 27 bool EcKey::EvpToInternal(const EVP_PKEY* pkey) {
32 bool EcKey::InternalToEvp(EVP_PKEY* pkey) const {
ec_key.h 29 class EcKey : public AsymmetricKey {
31 EcKey(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced,
41 EcKey(EC_KEY* ec_key, const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced,
ec_keymaster0_key.h 61 class EcKeymaster0Key : public EcKey {
65 : EcKey(ec_key, hw_enforced, sw_enforced, error) {}
ec_keymaster1_key.h 70 class EcdsaKeymaster1Key : public EcKey {
74 : EcKey(ecdsa_key, hw_enforced, sw_enforced, error) {}
ecdsa_operation.cpp 34 const EcKey* ecdsa_key = static_cast<const EcKey*>(&key);
ec_key_factory.cpp 233 key->reset(new (std::nothrow) EcKey(hw_enforced, sw_enforced, &error));

Completed in 842 milliseconds