Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc379 vector<uint8_t> digestVec(EIC_SHA256_DIGEST_SIZE); in eicOpsEcDsa() local
380 memcpy(digestVec.data(), digestOfData, EIC_SHA256_DIGEST_SIZE); in eicOpsEcDsa()
383 android::hardware::identity::support::signEcDsaDigest(privKeyVec, digestVec); in eicOpsEcDsa()
472 vector<uint8_t> digestVec(digest, digest + digestSize); in eicOpsEcDsaVerifyWithPublicKey() local
483 if (!android::hardware::identity::support::checkEcDsaSignature(digestVec, derSignature, in eicOpsEcDsaVerifyWithPublicKey()