Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECGroupContext.java51 NativeCrypto.EC_GROUP_set_point_conversion_form(groupRef, in getCurveByName()
162 NativeCrypto.EC_GROUP_set_point_conversion_form(groupRef, in getInstance()
DNativeCrypto.java179 public static native void EC_GROUP_set_point_conversion_form(NativeRef.EC_GROUP groupRef, in EC_GROUP_set_point_conversion_form() method in NativeCrypto
/external/boringssl/src/include/openssl/
Dec.h323 OPENSSL_EXPORT void EC_GROUP_set_point_conversion_form(
/external/boringssl/src/crypto/ec/
Dec.c900 void EC_GROUP_set_point_conversion_form(EC_GROUP *group, in EC_GROUP_set_point_conversion_form() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp3665 EC_GROUP_set_point_conversion_form(group, static_cast<point_conversion_form_t>(form));
10690 NATIVE_METHOD(NativeCrypto, EC_GROUP_set_point_conversion_form, "(" REF_EC_GROUP "I)V"),