Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp992 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in ecKeyPairGetPublicKey() local
993 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in ecKeyPairGetPublicKey()
1002 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in ecKeyPairGetPublicKey()
1488 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in certificateChainGetTopMostKey() local
1489 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateChainGetTopMostKey()
1497 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateChainGetTopMostKey()
1563 auto ecPoint = EC_KEY_get0_public_key(ecKey.get()); in certificateFindPublicKey() local
1564 int size = EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, in certificateFindPublicKey()
1572 EC_POINT_point2oct(ecGroup, ecPoint, POINT_CONVERSION_UNCOMPRESSED, publicKey.data(), in certificateFindPublicKey()