Home
last modified time | relevance | path

Searched refs:EC_KEY_marshal_curve_name (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c79 !EC_KEY_marshal_curve_name(&algorithm, group) || in eckey_pub_encode()
180 !EC_KEY_marshal_curve_name(&algorithm, EC_KEY_get0_group(ec_key)) || in eckey_priv_encode()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c214 !EC_KEY_marshal_curve_name(&child, key->group) || in EC_KEY_marshal_private_key()
350 int EC_KEY_marshal_curve_name(CBB *cbb, const EC_GROUP *group) { in EC_KEY_marshal_curve_name() function
494 !EC_KEY_marshal_curve_name(&cbb, key->group)) { in i2d_ECParameters()
/external/conscrypt/common/src/main/java/org/conscrypt/
DECParameters.java98 return NativeCrypto.EC_KEY_marshal_curve_name(curve.getNativeRef()); in engineGetEncoded()
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
/external/boringssl/src/include/openssl/
Dec_key.h214 OPENSSL_EXPORT int EC_KEY_marshal_curve_name(CBB *cbb, const EC_GROUP *group);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2168 if (!EC_KEY_marshal_curve_name(cbb.get(), group)) { in NativeCrypto_EC_KEY_marshal_curve_name()
9791 CONSCRYPT_NATIVE_METHOD(EC_KEY_marshal_curve_name, "(" REF_EC_GROUP ")[B"),