Searched refs:checkEcDsaSignature (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 70 support::checkEcDsaSignature(support::sha256(data), signature.value(), pubKey.value())); in TEST() 76 support::checkEcDsaSignature(support::sha256(data), modifiedSignature, pubKey.value())); in TEST() 81 ASSERT_FALSE(support::checkEcDsaSignature(modifiedDigest, signature.value(), pubKey.value())); in TEST()
|
/hardware/interfaces/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 198 bool checkEcDsaSignature(const vector<uint8_t>& digest, const vector<uint8_t>& signature,
|
/hardware/interfaces/identity/aidl/default/ |
D | EicOpsImpl.cc | 483 if (!android::hardware::identity::support::checkEcDsaSignature(digestVec, derSignature, in eicOpsEcDsaVerifyWithPublicKey()
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 718 bool checkEcDsaSignature(const vector<uint8_t>& digest, const vector<uint8_t>& signature, in checkEcDsaSignature() function 1954 if (!checkEcDsaSignature(support::sha256(toBeSigned), derSignature, publicKey)) { in coseCheckEcDsaSignature()
|