Searched refs:ecGroup (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 1009 auto ecGroup = EC_KEY_get0_group(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() 1465 auto ecGroup = EC_KEY_get0_group(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()
|