Lines Matching refs:point
572 void operator()(EC_POINT* point) const { in operator ()()
573 if (point != nullptr) { in operator ()()
574 EC_POINT_free(point); in operator ()()
698 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in certificateSignedByPublicKey() local
699 if (EC_POINT_oct2point(group.get(), point.get(), publicKey.data(), publicKey.size(), nullptr) != in certificateSignedByPublicKey()
714 if (EC_KEY_set_public_key(ecKey.get(), point.get()) != 1) { in certificateSignedByPublicKey()
772 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in checkEcDsaSignature() local
773 if (EC_POINT_oct2point(group.get(), point.get(), publicKey.data(), publicKey.size(), nullptr) != in checkEcDsaSignature()
788 if (EC_KEY_set_public_key(ecKey.get(), point.get()) != 1) { in checkEcDsaSignature()
1009 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in createAttestationForEcPublicKey() local
1010 if (EC_POINT_oct2point(group.get(), point.get(), publicKey.data(), publicKey.size(), nullptr) != in createAttestationForEcPublicKey()
1025 if (EC_KEY_set_public_key(ecKey.get(), point.get()) != 1) { in createAttestationForEcPublicKey()
1297 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in ecPublicKeyGenerateCertificate() local
1298 if (EC_POINT_oct2point(group.get(), point.get(), publicKey.data(), publicKey.size(), nullptr) != in ecPublicKeyGenerateCertificate()
1313 if (EC_KEY_set_public_key(ecKey.get(), point.get()) != 1) { in ecPublicKeyGenerateCertificate()
1420 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in ecdh() local
1421 if (EC_POINT_oct2point(group.get(), point.get(), publicKey.data(), publicKey.size(), nullptr) != in ecdh()
1436 if (EC_KEY_set_public_key(ecKey.get(), point.get()) != 1) { in ecdh()