Home
last modified time | relevance | path

Searched refs:ecdsa (Results 1 – 25 of 37) sorted by relevance

12

/system/keymaster/km_openssl/
Decdsa_operation.cpp145 UniquePtr<EC_KEY, EC_KEY_Delete> ecdsa(EVP_PKEY_get1_EC_KEY(ecdsa_key_)); in Finish() local
146 if (!ecdsa.get()) return TranslateLastOpenSslError(); in Finish()
148 output->Reinitialize(ECDSA_size(ecdsa.get())); in Finish()
151 output->peek_write(), &siglen_tmp, ecdsa.get())) in Finish()
203 UniquePtr<EC_KEY, EC_KEY_Delete> ecdsa(EVP_PKEY_get1_EC_KEY(ecdsa_key_)); in Finish() local
204 if (!ecdsa.get()) return TranslateLastOpenSslError(); in Finish()
208 signature.peek_read(), signature.available_read(), ecdsa.get()); in Finish()
/system/keymaster/legacy_support/
Decdsa_keymaster1_operation.cpp102 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> ecdsa(GetEvpKey(ecdsa_km1_key, error)); in CreateOperation() local
103 if (!ecdsa) return nullptr; in CreateOperation()
108 key.hw_enforced_move(), key.sw_enforced_move(), digest, ecdsa.release(), engine_)); in CreateOperation()
Dec_keymaster1_key.cpp110 unique_ptr<EC_KEY, EC_KEY_Delete> ecdsa( in LoadKey() local
112 if (!ecdsa) return error; in LoadKey()
115 EcdsaKeymaster1Key(ecdsa.release(), move(hw_enforced), move(sw_enforced), this)); in LoadKey()
/system/ca-certificates/files/
D7a7c655d.018 Signature Algorithm: ecdsa-with-SHA256
42 Signature Algorithm: ecdsa-with-SHA256
D0d69c7e1.019 Signature Algorithm: ecdsa-with-SHA256
43 Signature Algorithm: ecdsa-with-SHA256
D1ae85e5e.021 Signature Algorithm: ecdsa-with-SHA256
45 Signature Algorithm: ecdsa-with-SHA256
D83e9984f.021 Signature Algorithm: ecdsa-with-SHA256
48 Signature Algorithm: ecdsa-with-SHA256
Dccc52f49.018 Signature Algorithm: ecdsa-with-SHA384
44 Signature Algorithm: ecdsa-with-SHA384
D6b03dec0.019 Signature Algorithm: ecdsa-with-SHA384
45 Signature Algorithm: ecdsa-with-SHA384
D9479c8c3.022 Signature Algorithm: ecdsa-with-SHA256
48 Signature Algorithm: ecdsa-with-SHA256
D5acf816d.019 Signature Algorithm: ecdsa-with-SHA384
45 Signature Algorithm: ecdsa-with-SHA384
D9aef356c.023 Signature Algorithm: ecdsa-with-SHA384
49 Signature Algorithm: ecdsa-with-SHA384
D01419da9.021 Signature Algorithm: ecdsa-with-SHA384
49 Signature Algorithm: ecdsa-with-SHA384
D3c899c73.021 Signature Algorithm: ecdsa-with-SHA384
49 Signature Algorithm: ecdsa-with-SHA384
D869fbf79.020 Signature Algorithm: ecdsa-with-SHA384
46 Signature Algorithm: ecdsa-with-SHA384
D2add47b6.020 Signature Algorithm: ecdsa-with-SHA384
46 Signature Algorithm: ecdsa-with-SHA384
Db74d2bd5.021 Signature Algorithm: ecdsa-with-SHA384
47 Signature Algorithm: ecdsa-with-SHA384
Dd41b5e2a.019 Signature Algorithm: ecdsa-with-SHA384
45 Signature Algorithm: ecdsa-with-SHA384
Dc491639e.021 Signature Algorithm: ecdsa-with-SHA384
47 Signature Algorithm: ecdsa-with-SHA384
D89c02a45.022 Signature Algorithm: ecdsa-with-SHA384
48 Signature Algorithm: ecdsa-with-SHA384
/system/ca-certificates/google/files/
D0d69c7e1.019 Signature Algorithm: ecdsa-with-SHA256
42 Signature Algorithm: ecdsa-with-SHA256
Dccc52f49.018 Signature Algorithm: ecdsa-with-SHA384
43 Signature Algorithm: ecdsa-with-SHA384
D2add47b6.020 Signature Algorithm: ecdsa-with-SHA384
45 Signature Algorithm: ecdsa-with-SHA384
D89c02a45.022 Signature Algorithm: ecdsa-with-SHA384
47 Signature Algorithm: ecdsa-with-SHA384
Dc491639e.021 Signature Algorithm: ecdsa-with-SHA384
46 Signature Algorithm: ecdsa-with-SHA384

12