Symbol: EC_builtin_curve
lib/libcrypto/ec/ec.h
151
size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
lib/libcrypto/ec/ec_curve.c
1518
EC_get_builtin_curves(EC_builtin_curve *curves, size_t nitems)
regress/lib/libcrypto/ec/ec_asn1_test.c
1113
ec_group_check_prime_order(EC_builtin_curve *curve, BN_CTX *ctx)
regress/lib/libcrypto/ec/ec_asn1_test.c
1147
EC_builtin_curve *all_curves = NULL;
regress/lib/libcrypto/ec/ec_asn1_test.c
2515
ec_group_check_seed(const EC_builtin_curve *curve, BN_CTX *ctx)
regress/lib/libcrypto/ec/ec_asn1_test.c
2661
EC_builtin_curve *all_curves = NULL;
regress/lib/libcrypto/ec/ec_asn1_test.c
398
ec_group_roundtrip_builtin_curve(const EC_builtin_curve *curve, BN_CTX *ctx)
regress/lib/libcrypto/ec/ec_asn1_test.c
434
EC_builtin_curve *all_curves = NULL;
regress/lib/libcrypto/ec/ec_point_conversion.c
113
test_random_points_on_curve(EC_builtin_curve *curve)
regress/lib/libcrypto/ec/ec_point_conversion.c
185
EC_builtin_curve *all_curves = NULL;
regress/lib/libcrypto/ec/ec_point_conversion.c
191
if ((all_curves = calloc(ncurves, sizeof(EC_builtin_curve))) == NULL)
regress/lib/libcrypto/ecdh/ecdhtest.c
391
EC_builtin_curve *curves = NULL;
regress/lib/libcrypto/ecdsa/ecdsatest.c
114
curves = reallocarray(NULL, sizeof(EC_builtin_curve), num_curves);
regress/lib/libcrypto/ecdsa/ecdsatest.c
89
EC_builtin_curve *curves = NULL;
usr.bin/openssl/ecparam.c
289
EC_builtin_curve *curves = NULL;
usr.bin/openssl/ecparam.c
295
curves = reallocarray(NULL, crv_len, sizeof(EC_builtin_curve));