Searched refs:checkEcDsaSignature (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 163 support::checkEcDsaSignature(support::sha256(data), signature.value(), pubKey.value())); in TEST() 169 support::checkEcDsaSignature(support::sha256(data), modifiedSignature, pubKey.value())); in TEST() 174 ASSERT_FALSE(support::checkEcDsaSignature(modifiedDigest, signature.value(), pubKey.value())); in TEST()
|
/hardware/interfaces/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 167 bool checkEcDsaSignature(const vector<uint8_t>& digest, const vector<uint8_t>& signature,
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 719 bool checkEcDsaSignature(const vector<uint8_t>& digest, const vector<uint8_t>& signature, in checkEcDsaSignature() function 1705 if (!checkEcDsaSignature(support::sha256(toBeSigned), derSignature, publicKey)) { in coseCheckEcDsaSignature()
|