Lines Matching full:should
315 \&\fBOSSL_FUNC_signature_newctx()\fR should create and return a pointer to a provider side
326 This function should free any resources associated with that context.
328 \&\fBOSSL_FUNC_signature_dupctx()\fR should duplicate the provider side signature context in
335 The \fIparams\fR, if not \s-1NULL,\s0 should be set on the context in a manner similar to
337 The key object should have been previously generated, loaded or imported into
346 Unless \fIsig\fR is \s-1NULL,\s0 the signature should be written to the location pointed
347 to by the \fIsig\fR parameter and it should not exceed \fIsigsize\fR bytes in length.
348 The length of the signature should be written to \fI*siglen\fR.
349 If \fIsig\fR is \s-1NULL\s0 then the maximum length of the signature should be written to
356 The \fIparams\fR, if not \s-1NULL,\s0 should be set on the context in a manner similar to
358 The key object should have been previously generated, loaded or imported into
373 The \fIparams\fR, if not \s-1NULL,\s0 should be set on the context in a manner similar to
375 The key object should have been previously generated, loaded or imported into
383 Unless \fIrout\fR is \s-1NULL,\s0 the recovered data should be written to the location
384 pointed to by \fIrout\fR which should not exceed \fIroutsize\fR bytes in length.
385 The length of the recovered data should be written to \fI*routlen\fR.
393 The \fIparams\fR, if not \s-1NULL,\s0 should be set on the context in a manner similar to
396 The key object should have been
402 parameter which should be of length \fIdatalen\fR. A previously initialised
411 signature should be written to the location pointed to by the \fIsig\fR parameter
412 and it should not exceed \fIsigsize\fR bytes in length. The length of the signature
413 should be written to \fI*siglen\fR. If \fIsig\fR is \s-1NULL\s0 then the maximum length of
414 the signature should be written to \fI*siglen\fR.
419 signed is in \fItbs\fR which should be \fItbslen\fR bytes long. Unless \fIsig\fR is \s-1NULL,\s0
420 the signature should be written to the location pointed to by the \fIsig\fR
421 parameter and it should not exceed \fIsigsize\fR bytes in length. The length of the
422 signature should be written to \fI*siglen\fR. If \fIsig\fR is \s-1NULL\s0 then the maximum
423 length of the signature should be written to \fI*siglen\fR.
429 The \fIparams\fR, if not \s-1NULL,\s0 should be set on the context in a manner similar to
432 The key object should have been
438 parameter which should be of length \fIdatalen\fR. A previously initialised
452 verified is in \fItbs\fR which should be \fItbslen\fR bytes long. The signature to be
461 Passing \s-1NULL\s0 for \fIparams\fR should return true.
466 Passing \s-1NULL\s0 for \fIparams\fR should return true.
485 The length of the \*(L"digest-size\*(R" parameter should not exceed that of a \fBsize_t\fR.
517 Passing \s-1NULL\s0 for \fIparams\fR should return true.
522 Passing \s-1NULL\s0 for \fIparams\fR should return true.
535 \&\fBOSSL_FUNC_signature_newctx()\fR and \fBOSSL_FUNC_signature_dupctx()\fR should return the newly…
542 All other functions should return 1 for success or 0 on error.