Home
last modified time | relevance | path

Searched refs:nitems (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/man3/
H A DEC_GROUP_new.pod58 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
154 EC_builtin_curve structures of size I<nitems>. The function will populate the
155 I<r> array with information about the built-in curves. If I<nitems> is less than
156 the total number of curves available, then the first I<nitems> curves will be
159 populated in I<r> or not). Passing a NULL I<r>, or setting I<nitems> to 0 will
/openssl/crypto/ec/
H A Dec_curve.c3340 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) in EC_get_builtin_curves() argument
3344 if (r == NULL || nitems == 0) in EC_get_builtin_curves()
3347 min = nitems < curve_list_length ? nitems : curve_list_length; in EC_get_builtin_curves()
/openssl/include/openssl/
H A Dec.h548 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);

Completed in 21 milliseconds