Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1010 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in ecKeyPairGetPublicKey() local
1011 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in ecKeyPairGetPublicKey()
1020 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in ecKeyPairGetPublicKey()
1466 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in certificateChainGetTopMostKey() local
1467 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateChainGetTopMostKey()
1475 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateChainGetTopMostKey()