Searched refs:ecdsa (Results 1 – 25 of 35) sorted by relevance
12
/system/keymaster/km_openssl/ |
D | ecdsa_operation.cpp | 151 UniquePtr<EC_KEY, EC_KEY_Delete> ecdsa(EVP_PKEY_get1_EC_KEY(ecdsa_key_)); in Finish() local 152 if (!ecdsa.get()) in Finish() 155 output->Reinitialize(ECDSA_size(ecdsa.get())); in Finish() 158 output->peek_write(), &siglen_tmp, ecdsa.get())) in Finish() 216 UniquePtr<EC_KEY, EC_KEY_Delete> ecdsa(EVP_PKEY_get1_EC_KEY(ecdsa_key_)); in Finish() local 217 if (!ecdsa.get()) in Finish() 222 signature.peek_read(), signature.available_read(), ecdsa.get()); in Finish()
|
/system/keymaster/legacy_support/ |
D | ec_keymaster1_key.cpp | 101 unique_ptr<EC_KEY, EC_KEY_Delete> ecdsa( in LoadKey() local 103 if (!ecdsa) in LoadKey() 107 EcdsaKeymaster1Key(ecdsa.release(), move(hw_enforced), move(sw_enforced), this)); in LoadKey()
|
D | ecdsa_keymaster1_operation.cpp | 105 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> ecdsa(GetEvpKey(ecdsa_km1_key, error)); in CreateOperation() local 106 if (!ecdsa) return nullptr; in CreateOperation() 111 key.hw_enforced_move(), key.sw_enforced_move(), digest, ecdsa.release(), engine_)); in CreateOperation()
|
/system/ca-certificates/files/ |
D | 0d69c7e1.0 | 19 Signature Algorithm: ecdsa-with-SHA256 43 Signature Algorithm: ecdsa-with-SHA256
|
D | 7a7c655d.0 | 18 Signature Algorithm: ecdsa-with-SHA256 42 Signature Algorithm: ecdsa-with-SHA256
|
D | 6b03dec0.0 | 19 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | ccc52f49.0 | 18 Signature Algorithm: ecdsa-with-SHA384 44 Signature Algorithm: ecdsa-with-SHA384
|
D | 9479c8c3.0 | 22 Signature Algorithm: ecdsa-with-SHA256 48 Signature Algorithm: ecdsa-with-SHA256
|
D | 2add47b6.0 | 20 Signature Algorithm: ecdsa-with-SHA384 46 Signature Algorithm: ecdsa-with-SHA384
|
D | 5acf816d.0 | 19 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | 3c899c73.0 | 21 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
D | 89c02a45.0 | 22 Signature Algorithm: ecdsa-with-SHA384 48 Signature Algorithm: ecdsa-with-SHA384
|
D | d41b5e2a.0 | 19 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | c491639e.0 | 21 Signature Algorithm: ecdsa-with-SHA384 47 Signature Algorithm: ecdsa-with-SHA384
|
D | 559f7c71.0 | 20 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
D | 88950faa.0 | 21 Signature Algorithm: ecdsa-with-SHA256 50 Signature Algorithm: ecdsa-with-SHA256
|
D | 27af790d.0 | 23 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
/system/ca-certificates/google/files/ |
D | 0d69c7e1.0 | 19 Signature Algorithm: ecdsa-with-SHA256 42 Signature Algorithm: ecdsa-with-SHA256
|
D | ccc52f49.0 | 18 Signature Algorithm: ecdsa-with-SHA384 43 Signature Algorithm: ecdsa-with-SHA384
|
D | 89c02a45.0 | 22 Signature Algorithm: ecdsa-with-SHA384 47 Signature Algorithm: ecdsa-with-SHA384
|
D | 2add47b6.0 | 20 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | c491639e.0 | 21 Signature Algorithm: ecdsa-with-SHA384 46 Signature Algorithm: ecdsa-with-SHA384
|
D | 04f60c28.0 | 22 Signature Algorithm: ecdsa-with-SHA384 47 Signature Algorithm: ecdsa-with-SHA384
|
D | b3fb433b.0 | 24 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
D | ed39abd0.0 | 21 Signature Algorithm: ecdsa-with-SHA384 46 Signature Algorithm: ecdsa-with-SHA384
|
12