Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1101 auto ecGroup = EC_KEY_get0_group(ecKey.get()); in ecKeyPairGetPublicKey() local
1103 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in ecKeyPairGetPublicKey()
1112 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in ecKeyPairGetPublicKey()
1557 auto ecGroup = EC_KEY_get0_group(ecKey.get()); in certificateChainGetTopMostKey() local
1559 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateChainGetTopMostKey()
1567 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateChainGetTopMostKey()
1594 auto ecGroup = EC_KEY_get0_group(ecKey.get()); in certificateFindPublicKey() local
1596 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateFindPublicKey()
1604 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateFindPublicKey()