Lines Matching full:curve
117 cc: set-ec-key ( curve xlen -- ) {
119 uint32_t curve = T0_POP();
120 CTX->key.ec.curve = curve;
195 : decode-EC ( lim curve -- lim )
196 { curve }
207 curve decode-EC-next
213 \ already been read. The curve ID is provided (0 if unknown).
214 : decode-EC-next ( lim curve -- lim )
215 { curve }
222 \ Next element might be the curve identifier.
229 \ Curve parameters; we support only named curves.
232 read-curve-ID
233 curve if
234 curve <> if ERR_X509_INVALID_VALUE fail then
236 >curve
248 \ The curve must have been defined one way or another.
249 curve ifnot ERR_X509_UNSUPPORTED fail then
252 curve xlen set-ec-key
263 { ; is-rsa curve }
271 \ identify the curve.
273 dup if read-curve-ID else 0 then >curve
286 curve decode-EC
323 \ The "parameters" might conceptually be a complex curve description