Lines Matching refs:check
310 OSSL_FUNC_keymgmt_has() should check whether the given I<keydata> contains the subsets
319 OSSL_FUNC_keymgmt_validate() should check if the I<keydata> contains valid
324 for short) is expected to check that the pairwise consistency of
325 I<keydata> is valid. The I<checktype> parameter controls what type of check is
326 performed on the subset of data. Two types of check are defined:
328 The interpretation of how much checking is performed in a full check versus a
329 quick check is key type specific. Some providers may have no distinction
330 between a full check and a quick check. For algorithms where some selection is
335 OSSL_FUNC_keymgmt_match() should check if the data subset indicated by
449 return 0 if either the "key-check", or "sign-check" are set to 0.
451 =item "key-check" (B<OSSL_PKEY_PARAM_FIPS_KEY_CHECK>) <integer>
461 =item "sign-check" (B<OSSL_PKEY_PARAM_FIPS_SIGN_CHECK>) <integer>
517 The parameters "sign-check" and "fips-indicator" were added in OpenSSL 3.4.