Home
last modified time | relevance | path

Searched refs:checkEcDsaSignature (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp70 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()
/aosp12/hardware/interfaces/identity/support/include/android/hardware/identity/support/
H A DIdentityCredentialSupport.h187 bool checkEcDsaSignature(const vector<uint8_t>& digest, const vector<uint8_t>& signature,
/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc434 if (!android::hardware::identity::support::checkEcDsaSignature(digestVec, derSignature, in eicOpsEcDsaVerifyWithPublicKey()
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp469 bool checkEcDsaSignature(const vector<uint8_t>& digest, const vector<uint8_t>& signature, in checkEcDsaSignature() function
1843 if (!checkEcDsaSignature(support::sha256(toBeSigned), derSignature, publicKey)) { in coseCheckEcDsaSignature()