Lines Matching refs:support
122 optional<vector<uint8_t>> bytes = ::android::hardware::identity::support::getRandom(numBytes); in eicOpsRandom()
177 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()
213 android::hardware::identity::support::decryptAes128Gcm(keyVec, encryptedDataVec, in eicOpsDecryptAes128Gcm()
233 optional<vector<uint8_t>> keyPair = android::hardware::identity::support::createEcKeyPair(); in eicOpsCreateEcKey()
239 android::hardware::identity::support::ecKeyPairGetPrivateKey(keyPair.value()); in eicOpsCreateEcKey()
251 android::hardware::identity::support::ecKeyPairGetPublicKey(keyPair.value()); in eicOpsCreateEcKey()
286 android::hardware::identity::support::createEcKeyPairWithAttestationKey( in eicOpsCreateCredentialKey()
297 android::hardware::identity::support::createEcKeyPairAndAttestation( in eicOpsCreateCredentialKey()
304 flatChain = android::hardware::identity::support::certificateChainJoin(ret->second); in eicOpsCreateCredentialKey()
317 android::hardware::identity::support::ecKeyPairGetPrivateKey(keyPair); in eicOpsCreateCredentialKey()
354 android::hardware::identity::support::ecPublicKeyGenerateCertificate( in eicOpsSignEcKey()
383 android::hardware::identity::support::signEcDsaDigest(privKeyVec, digestVec); in eicOpsEcDsa()
445 android::hardware::identity::support::certificateChainGetTopMostKey(chain); in eicOpsX509GetPublicKey()
465 return android::hardware::identity::support::certificateSignedByPublicKey(certVec, in eicOpsX509CertSignedByPublicKey()
477 if (!android::hardware::identity::support::ecdsaSignatureCoseToDer(signatureVec, in eicOpsEcDsaVerifyWithPublicKey()
483 if (!android::hardware::identity::support::checkEcDsaSignature(digestVec, derSignature, in eicOpsEcDsaVerifyWithPublicKey()
502 android::hardware::identity::support::ecdh(pubKeyVec, privKeyVec); in eicOpsEcdh()
526 optional<vector<uint8_t>> result = android::hardware::identity::support::hkdf( in eicOpsHkdf()
555 android::hardware::identity::support::hexdump(message, dataVec); in eicHexdump()
562 android::hardware::identity::support::cborPrettyPrint(cborDataVec, maxBStrSize, {}); in eicCborPrettyPrint()