Searched refs:EC_GROUP_get_cofactor (Results 1 – 12 of 12) sorted by relevance
174 final BigInteger cofactor = new BigInteger(NativeCrypto.EC_GROUP_get_cofactor(groupCtx)); in getECParameterSpec()
172 static native byte[] EC_GROUP_get_cofactor(NativeRef.EC_GROUP groupRef); in EC_GROUP_get_cofactor() method in NativeCrypto
175 final BigInteger cofactor = new BigInteger(NativeCrypto.EC_GROUP_get_cofactor(groupCtx)); in getECParameterSpec()
179 static native byte[] EC_GROUP_get_cofactor(NativeRef.EC_GROUP groupRef); in EC_GROUP_get_cofactor() method in NativeCrypto
141 OPENSSL_EXPORT int EC_GROUP_get_cofactor(const EC_GROUP *group,
632 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, in EC_GROUP_get_cofactor() function
862 EC_GROUP_get_cofactor
2414 '#define EC_GROUP_get_cofactor GRPC_SHADOW_EC_GROUP_get_cofactor',
890 #define EC_GROUP_get_cofactor GRPC_SHADOW_EC_GROUP_get_cofactor macro
2871 BigInteger h2 = new BigInteger(NativeCrypto.EC_GROUP_get_cofactor(group)); in check_EC_GROUP()
2879 BigInteger h2 = new BigInteger(NativeCrypto.EC_GROUP_get_cofactor(group)); in check_EC_GROUP()
1901 if (EC_GROUP_get_cofactor(group, cofactor.get(), nullptr) != 1) { in NativeCrypto_EC_GROUP_get_cofactor()9953 CONSCRYPT_NATIVE_METHOD(EC_GROUP_get_cofactor, "(" REF_EC_GROUP ")[B"),