Lines Matching refs:curves
395 : ext-supported-curves-length ( -- len )
396 supported-curves dup if
407 supported-curves if 6 else 0 then ;
432 ext-supported-curves-length + ext-point-format-length +
517 \ TODO: add an API to specify preference order for curves.
518 \ Right now we send Curve25519 first, then other curves in
520 ext-supported-curves-length dup if
524 supported-curves 0
714 ext-supported-curves-length { ok-curves }
766 ok-curves ifnot
769 0 >ok-curves
859 supported-curves swap >> 1 and ifnot ERR_INVALID_ALGORITHM fail then