Home
last modified time | relevance | path

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

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