Symbol: ECPKPARAMETERS
crypto/openssl/crypto/asn1/asn1_item_list.h
69
ASN1_ITEM_ref(ECPKPARAMETERS),
crypto/openssl/crypto/ec/ec_asn1.c
149
ASN1_CHOICE(ECPKPARAMETERS) = {
crypto/openssl/crypto/ec/ec_asn1.c
150
ASN1_SIMPLE(ECPKPARAMETERS, value.named_curve, ASN1_OBJECT),
crypto/openssl/crypto/ec/ec_asn1.c
151
ASN1_SIMPLE(ECPKPARAMETERS, value.parameters, ECPARAMETERS),
crypto/openssl/crypto/ec/ec_asn1.c
152
ASN1_SIMPLE(ECPKPARAMETERS, value.implicitlyCA, ASN1_NULL)
crypto/openssl/crypto/ec/ec_asn1.c
153
} ASN1_CHOICE_END(ECPKPARAMETERS)
crypto/openssl/crypto/ec/ec_asn1.c
155
DECLARE_ASN1_FUNCTIONS(ECPKPARAMETERS)
crypto/openssl/crypto/ec/ec_asn1.c
156
DECLARE_ASN1_ENCODE_FUNCTIONS_name(ECPKPARAMETERS, ECPKPARAMETERS)
crypto/openssl/crypto/ec/ec_asn1.c
157
IMPLEMENT_ASN1_FUNCTIONS(ECPKPARAMETERS)
crypto/openssl/crypto/ec/ec_asn1.c
162
ASN1_EXP_OPT(EC_PRIVATEKEY, parameters, ECPKPARAMETERS, 0),
crypto/openssl/crypto/ec/ec_asn1.c
458
ECPKPARAMETERS *EC_GROUP_get_ecpkparameters(const EC_GROUP *group,
crypto/openssl/crypto/ec/ec_asn1.c
459
ECPKPARAMETERS *params)
crypto/openssl/crypto/ec/ec_asn1.c
462
ECPKPARAMETERS *ret = params;
crypto/openssl/crypto/ec/ec_asn1.c
834
EC_GROUP *EC_GROUP_new_from_ecpkparameters(const ECPKPARAMETERS *params)
crypto/openssl/crypto/ec/ec_asn1.c
876
ECPKPARAMETERS *params = NULL;
crypto/openssl/crypto/ec/ec_asn1.c
905
ECPKPARAMETERS *tmp = EC_GROUP_get_ecpkparameters(a, NULL);
crypto/openssl/crypto/ec/ec_asn1.c
97
ECPKPARAMETERS *parameters;
crypto/openssl/fuzz/asn1.c
100
ASN1_ITEM_ref(ECPKPARAMETERS),
crypto/openssl/include/openssl/ec.h
522
EC_GROUP *EC_GROUP_new_from_ecpkparameters(const ECPKPARAMETERS *params);
crypto/openssl/include/openssl/ec.h
530
ECPKPARAMETERS *EC_GROUP_get_ecpkparameters(const EC_GROUP *group,
crypto/openssl/include/openssl/ec.h
531
ECPKPARAMETERS *params);
crypto/openssl/include/openssl/ec.h
907
DECLARE_ASN1_ITEM(ECPKPARAMETERS)
crypto/openssl/include/openssl/ec.h
908
DECLARE_ASN1_ALLOC_FUNCTIONS(ECPKPARAMETERS)
crypto/openssl/test/ec_internal_test.c
347
ECPKPARAMETERS *ecpkparams = NULL;