EC_get_builtin_curves

Copy built-in elliptic-curve descriptors into r.

Synopsis

Declared in <openssl/ec.h>

size_t
EC_get_builtin_curves(
    EC_builtin_curve* r,
    size_t nitems);

Return Value

Total number of built-in curves (may exceed nitems).

Parameters

NameDescription
rArray of EC_builtin_curve that receives up to nitems entries, or NULL to query only the count.
nitemsCapacity of r in elements; ignored when r is NULL.