Searched defs:EC_KEY_marshal_curve_name (Results 1 – 2 of 2) sorted by relevance
350 int EC_KEY_marshal_curve_name(CBB *cbb, const EC_GROUP *group) { in EC_KEY_marshal_curve_name() function
192 static native byte[] EC_KEY_marshal_curve_name(NativeRef.EC_GROUP groupRef) throws IOException; in EC_KEY_marshal_curve_name() method in NativeCrypto