Lines Matching full:functions

64 provider\-signature \- The signature library <\-> provider functions
72 \& * None of these are actual functions, but are displayed like this for
73 \& * the function signatures for functions that are offered as function
166 functions \fBEVP_PKEY_sign\fR\|(3), \fBEVP_PKEY_verify\fR\|(3),
167 and \fBEVP_PKEY_verify_recover\fR\|(3) (as well as other related functions).
169 All "functions" mentioned here are passed as function pointers between
173 (see "Provider Functions" in \fBprovider\-base\fR\|(7)).
175 All these "functions" have a corresponding function type definition
233 A signature algorithm implementation may not implement all of these functions.
234 In order to be a consistent set of functions we must have at least a set of
235 context functions (OSSL_FUNC_signature_newctx and OSSL_FUNC_signature_freectx) as well as a
236 set of "signature" functions, i.e. at least one of:
263 \&\fBOSSL_FUNC_signature_settable_ctx_params()\fR functions are optional,
266 \&\fBOSSL_FUNC_signature_gettable_ctx_params()\fR functions,
267 as well as the "md_params" functions.
282 .SS "Context Management Functions"
283 .IX Subsection "Context Management Functions"
299 .SS "Signing Functions"
300 .IX Subsection "Signing Functions"
320 .SS "Message Signing Functions"
321 .IX Subsection "Message Signing Functions"
322 These functions are suitable for providers that implement algorithms that
351 .SS "Verify Functions"
352 .IX Subsection "Verify Functions"
368 .SS "Message Verify Functions"
369 .IX Subsection "Message Verify Functions"
370 These functions are suitable for providers that implement algorithms that
395 .SS "Verify Recover Functions"
396 .IX Subsection "Verify Recover Functions"
415 .SS "Digest Sign Functions"
416 .IX Subsection "Digest Sign Functions"
451 .SS "Digest Verify Functions"
452 .IX Subsection "Digest Verify Functions"
484 …fBOSSL_FUNC_signature_get_ctx_params()\fR and \fBOSSL_FUNC_signature_set_ctx_params()\fR functions.
500 signature functions. It is required in order to calculate the "algorithm-id".
519 signature functions.
528 many other functions that sign ASN.1 structures such as X.509 certificates,
560 This may be used after calling either the sign or verify final functions. It may
612 functions.
643 All verification functions should return 1 for success,
646 All other functions should return 1 for success
650 \&\fBprovider\fR\|(7), "Provider Functions" in \fBprovider\-base\fR\|(7),