Lines Matching full:asymmetric
172 \& /* Asymmetric Cipher parameters */
183 The asymmetric cipher (\s-1OSSL_OP_ASYM_CIPHER\s0) operation enables providers to
184 implement asymmetric cipher algorithms and make them available to applications
227 An asymmetric cipher algorithm implementation may not implement all of these
239 An asymmetric cipher algorithm must also implement some mechanism for generating,
245 structure for holding context information during an asymmetric cipher operation.
247 asymmetric cipher operation function calls.
251 \&\fBOSSL_FUNC_asym_cipher_freectx()\fR is passed a pointer to the provider side asymmetric
255 \&\fBOSSL_FUNC_asym_cipher_dupctx()\fR should duplicate the provider side asymmetric cipher
259 \&\fBOSSL_FUNC_asym_cipher_encrypt_init()\fR initialises a context for an asymmetric encryption
260 given a provider side asymmetric cipher context in the \fIctx\fR parameter, and a
267 A previously initialised asymmetric cipher context is passed in the \fIctx\fR
279 \&\fBOSSL_FUNC_asym_cipher_decrypt_init()\fR initialises a context for an asymmetric decryption
280 given a provider side asymmetric cipher context in the \fIctx\fR parameter, and a
289 A previously initialised asymmetric cipher context is passed in the \fIctx\fR
299 .SS "Asymmetric Cipher Parameters"
300 .IX Subsection "Asymmetric Cipher Parameters"
305 \&\fBOSSL_FUNC_asym_cipher_get_ctx_params()\fR gets asymmetric cipher parameters associated
306 with the given provider side asymmetric cipher context \fIctx\fR and stores them in
310 \&\fBOSSL_FUNC_asym_cipher_set_ctx_params()\fR sets the asymmetric cipher parameters associated
311 with the given provider side asymmetric cipher context \fIctx\fR to \fIparams\fR.
315 Parameters currently recognised by built-in asymmetric cipher algorithms are as
317 Not all parameters are relevant to, or are understood by all asymmetric cipher
375 created provider side asymmetric cipher context, or \s-1NULL\s0 on failure.