Lines Matching +full:b +full:- +full:side
5 provider-kem - The kem library E<lt>-E<gt> provider functions
62 (see L<provider-base(7)/Provider Functions>).
65 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
67 B<OSSL_FUNC_{name}>.
75 macros in L<openssl-core_dispatch.h(7)>, as follows:
110 See L<provider-keymgmt(7)> for further details.
114 OSSL_FUNC_kem_newctx() should create and return a pointer to a provider side
121 OSSL_FUNC_kem_freectx() is passed a pointer to the provider side asymmetric
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>
138 provider-keymgmt(7)>.
161 decapsulation given a provider side asymmetric kem context in the I<ctx>
166 provider-keymgmt(7)>.
193 =item "fips-indicator" (B<OSSL_KEM_PARAM_FIPS_APPROVED_INDICATOR>) <integer>
197 OSSL_FUNC_kem_decapsulate(). It may return 0 if the "key-check" is set to 0.
199 =item "key-check" (B<OSSL_KEM_PARAM_FIPS_KEY_CHECK>) <integer>
205 this to 0 will ignore the error and set the approved "fips-indicator" to 0.
206 This option breaks FIPS compliance if it causes the approved "fips-indicator"
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.
248 The Asymmetric Key Encapsulation Parameters "fips-indicator" and "key-check"
253 Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.