Lines Matching full:asymmetric

180 The asymmetric kem (\s-1OSSL_OP_KEM\s0) operation enables providers to
181 implement asymmetric kem algorithms and make them available to applications
223 An asymmetric kem algorithm implementation may not implement all of these
235 An asymmetric kem algorithm must also implement some mechanism for generating,
241 structure for holding context information during an asymmetric kem operation.
243 asymmetric kem operation function calls.
247 \&\fBOSSL_FUNC_kem_freectx()\fR is passed a pointer to the provider side asymmetric
251 \&\fBOSSL_FUNC_kem_dupctx()\fR should duplicate the provider side asymmetric kem
253 .SS "Asymmetric Key Encapsulation Functions"
254 .IX Subsection "Asymmetric Key Encapsulation Functions"
255 \&\fBOSSL_FUNC_kem_encapsulate_init()\fR initialises a context for an asymmetric
256 encapsulation given a provider side asymmetric kem context in the \fIctx\fR
266 A previously initialised asymmetric kem context is passed in the \fIctx\fR
280 \&\fBOSSL_FUNC_kem_decapsulate_init()\fR initialises a context for an asymmetric
281 decapsulation given a provider side asymmetric kem context in the \fIctx\fR
289 A previously initialised asymmetric kem context is passed in the \fIctx\fR
298 .SS "Asymmetric Key Encapsulation Parameters"
299 .IX Subsection "Asymmetric Key Encapsulation Parameters"
304 \&\fBOSSL_FUNC_kem_get_ctx_params()\fR gets asymmetric kem parameters associated
305 with the given provider side asymmetric kem context \fIctx\fR and stores them in
309 \&\fBOSSL_FUNC_kem_set_ctx_params()\fR sets the asymmetric kem parameters associated
310 with the given provider side asymmetric kem context \fIctx\fR to \fIparams\fR.
314 No parameters are currently recognised by built-in asymmetric kem algorithms.
323 created provider side asymmetric kem context, or \s-1NULL\s0 on failure.