Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp889 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in ecKeyPairGetPublicKey() local
890 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in ecKeyPairGetPublicKey()
899 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in ecKeyPairGetPublicKey()
1377 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in certificateChainGetTopMostKey() local
1378 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateChainGetTopMostKey()
1386 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateChainGetTopMostKey()
1452 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in certificateFindPublicKey() local
1453 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateFindPublicKey()
1461 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateFindPublicKey()