Searched refs:ecdsa (Results 1 – 25 of 37) sorted by relevance
12
/system/keymaster/km_openssl/ |
D | ecdsa_operation.cpp | 145 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/ |
D | ecdsa_keymaster1_operation.cpp | 102 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()
|
D | ec_keymaster1_key.cpp | 110 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/ |
D | 7a7c655d.0 | 18 Signature Algorithm: ecdsa-with-SHA256 42 Signature Algorithm: ecdsa-with-SHA256
|
D | 0d69c7e1.0 | 19 Signature Algorithm: ecdsa-with-SHA256 43 Signature Algorithm: ecdsa-with-SHA256
|
D | 1ae85e5e.0 | 21 Signature Algorithm: ecdsa-with-SHA256 45 Signature Algorithm: ecdsa-with-SHA256
|
D | 83e9984f.0 | 21 Signature Algorithm: ecdsa-with-SHA256 48 Signature Algorithm: ecdsa-with-SHA256
|
D | ccc52f49.0 | 18 Signature Algorithm: ecdsa-with-SHA384 44 Signature Algorithm: ecdsa-with-SHA384
|
D | 6b03dec0.0 | 19 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | 9479c8c3.0 | 22 Signature Algorithm: ecdsa-with-SHA256 48 Signature Algorithm: ecdsa-with-SHA256
|
D | 5acf816d.0 | 19 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | 9aef356c.0 | 23 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
D | 01419da9.0 | 21 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
D | 3c899c73.0 | 21 Signature Algorithm: ecdsa-with-SHA384 49 Signature Algorithm: ecdsa-with-SHA384
|
D | 869fbf79.0 | 20 Signature Algorithm: ecdsa-with-SHA384 46 Signature Algorithm: ecdsa-with-SHA384
|
D | 2add47b6.0 | 20 Signature Algorithm: ecdsa-with-SHA384 46 Signature Algorithm: ecdsa-with-SHA384
|
D | b74d2bd5.0 | 21 Signature Algorithm: ecdsa-with-SHA384 47 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 | 89c02a45.0 | 22 Signature Algorithm: ecdsa-with-SHA384 48 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 | 2add47b6.0 | 20 Signature Algorithm: ecdsa-with-SHA384 45 Signature Algorithm: ecdsa-with-SHA384
|
D | 89c02a45.0 | 22 Signature Algorithm: ecdsa-with-SHA384 47 Signature Algorithm: ecdsa-with-SHA384
|
D | c491639e.0 | 21 Signature Algorithm: ecdsa-with-SHA384 46 Signature Algorithm: ecdsa-with-SHA384
|
12