Home
last modified time | relevance | path

Searched defs:EC_KEY_marshal_curve_name (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c350 int EC_KEY_marshal_curve_name(CBB *cbb, const EC_GROUP *group) { in EC_KEY_marshal_curve_name() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java192 static native byte[] EC_KEY_marshal_curve_name(NativeRef.EC_GROUP groupRef) throws IOException; in EC_KEY_marshal_curve_name() method in NativeCrypto