Copy built-in elliptic-curve descriptors into r.
Declared in <openssl/ec.h>
size_t
EC_get_builtin_curves(
EC_builtin_curve* r,
size_t nitems);
Total number of built-in curves (may exceed nitems).
| Name | Description |
|---|---|
| r | Array of EC_builtin_curve that receives up to nitems entries, or NULL to query only the count. |
| nitems | Capacity of r in elements; ignored when r is NULL. |