Lines Matching +full:zero +full:- +full:initialised

5 provider-asym_cipher - The asym_cipher library E<lt>-E<gt> provider functions
60 (see L<provider-base(7)/Provider Functions>).
73 macros in L<openssl-core_dispatch.h(7)>, as follows:
104 See L<provider-keymgmt(7)> for further details.
130 the provider using the key management (OSSL_OP_KEYMGMT) operation (see L<provider-keymgmt(7)>).
132 A previously initialised asymmetric cipher context is passed in the I<ctx>
152 L<provider-keymgmt(7)>).
155 A previously initialised asymmetric cipher context is passed in the I<ctx>
182 Parameters currently recognised by built-in asymmetric cipher algorithms are as
189 =item "pad-mode" (B<OSSL_ASYM_CIPHER_PARAM_PAD_MODE>) <UTF8 string> OR <integer>
204 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS>) <UTF8 string>
208 =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_DIGEST_PROPS>) <UTF8 string>
212 =item "mgf1-digest" (B<OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST>) <UTF8 string>
217 =item "mgf1-digest-props" (B<OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST_PROPS>) <UTF8 string>
221 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string ptr>
225 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string>
229 =item "tls-client-version" (B<OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION>) <unsigned integer>
233 =item "tls-negotiated-version" (B<OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION>) <unsigned integer>
237 =item "implicit-rejection" (B<OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTION>) <unsigned integer>
240 decryption. When set (non zero value), the decryption API will return
243 if the code using the RSA decryption API is not implemented in side-channel
252 =item "fips-indicator" (B<OSSL_ASYM_CIPHER_PARAM_FIPS_APPROVED_INDICATOR>) <integer>
256 OSSL_FUNC_asym_cipher_decrypt(). It may return 0 if "key-check" is set to 0.
258 =item "key-check" (B<OSSL_ASYM_CIPHER_PARAM_FIPS_KEY_CHECK>) <integer>
264 this to 0 will ignore the error and set the approved "fips-indicator" to 0.
265 This option breaks FIPS compliance if it causes the approved "fips-indicator"
289 The Asymmetric Cipher Parameters "fips-indicator" and "key-check"
294 Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.