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

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.

Created with MrDocs