Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1608 vector<uint8_t> toBeSigned = in coseSignEcDsa() local
1611 optional<vector<uint8_t>> derSignature = signEcDsa(key, toBeSigned); in coseSignEcDsa()
1703 vector<uint8_t> toBeSigned = in coseCheckEcDsaSignature() local
1705 if (!checkEcDsaSignature(support::sha256(toBeSigned), derSignature, publicKey)) { in coseCheckEcDsaSignature()