Lines Matching refs:kem
5 provider-kem - The kem library E<lt>-E<gt> provider functions
53 The asymmetric kem (OSSL_OP_KEM) operation enables providers to
54 implement asymmetric kem algorithms and make them available to applications
94 An asymmetric kem algorithm implementation may not implement all of these
108 An asymmetric kem algorithm must also implement some mechanism for generating,
115 structure for holding context information during an asymmetric kem operation.
117 asymmetric kem operation function calls.
122 kem context in the I<ctx> parameter.
125 OSSL_FUNC_kem_dupctx() should duplicate the provider side asymmetric kem
131 encapsulation given a provider side asymmetric kem context in the I<ctx>
145 A previously initialised asymmetric kem context is passed in the I<ctx>
161 decapsulation given a provider side asymmetric kem context in the I<ctx>
173 A previously initialised asymmetric kem context is passed in the I<ctx>
214 with the given provider side asymmetric kem context I<ctx> and stores them in
219 with the given provider side asymmetric kem context I<ctx> to I<params>.
223 No parameters are currently recognised by built-in asymmetric kem algorithms.
233 created provider side asymmetric kem context, or NULL on failure.