Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp360 optional<vector<uint8_t>> publicUncompressed = support::ecKeyPairGetPublicKey(privateKey); in p256PrivateKeyGetXandY() local
361 vector<uint8_t> x = vector<uint8_t>(publicUncompressed.value().begin() + 1, in p256PrivateKeyGetXandY()
362 publicUncompressed.value().begin() + 33); in p256PrivateKeyGetXandY()
363 vector<uint8_t> y = vector<uint8_t>(publicUncompressed.value().begin() + 33, in p256PrivateKeyGetXandY()
364 publicUncompressed.value().begin() + 65); in p256PrivateKeyGetXandY()