Lines Matching refs:context
105 structure for holding context information during an asymmetric kem operation.
106 A pointer to this context will be passed back in a number of the other
108 The parameter I<provctx> is the provider context generated during provider
112 kem context in the I<ctx> parameter.
113 This function should free any resources associated with that context.
116 context in the I<ctx> parameter and return the duplicate copy.
120 OSSL_FUNC_kem_encapsulate_init() initialises a context for an asymmetric
121 encapsulation given a provider side asymmetric kem context in the I<ctx>
124 The I<params>, if not NULL, should be set on the context in a manner similar to
131 A previously initialised asymmetric kem context is passed in the I<ctx>
146 OSSL_FUNC_kem_decapsulate_init() initialises a context for an asymmetric
147 decapsulation given a provider side asymmetric kem context in the I<ctx>
155 A previously initialised asymmetric kem context is passed in the I<ctx>
172 with the given provider side asymmetric kem context I<ctx> and stores them in
177 with the given provider side asymmetric kem context I<ctx> to I<params>.
192 created provider side asymmetric kem context, or NULL on failure.