Searched refs:pubKey (Results 1 – 2 of 2) sorted by relevance
158 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local159 ASSERT_TRUE(pubKey); in TEST()163 support::checkEcDsaSignature(support::sha256(data), signature.value(), pubKey.value())); in TEST()169 support::checkEcDsaSignature(support::sha256(data), modifiedSignature, pubKey.value())); in TEST()174 ASSERT_FALSE(support::checkEcDsaSignature(modifiedDigest, signature.value(), pubKey.value())); in TEST()208 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local209 ASSERT_TRUE(pubKey); in TEST()215 pubKey.value())); in TEST()239 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local240 ASSERT_TRUE(pubKey); in TEST()[all …]
88 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair); in getAttestationCertificate() local89 if (!pubKey) { in getAttestationCertificate()94 credentialPubKey_ = pubKey.value(); in getAttestationCertificate()