Searched refs:checktype (Results 1 – 3 of 3) sorted by relevance
| /crypto/evp/ |
| A D | pmeth_check.c | 28 static int try_provided_check(EVP_PKEY_CTX *ctx, int selection, int checktype) in try_provided_check() argument 44 return evp_keymgmt_validate(keymgmt, keydata, selection, checktype); in try_provided_check() 47 static int evp_pkey_public_check_combined(EVP_PKEY_CTX *ctx, int checktype) in evp_pkey_public_check_combined() argument 58 checktype)) != -1) in evp_pkey_public_check_combined() 91 static int evp_pkey_param_check_combined(EVP_PKEY_CTX *ctx, int checktype) in evp_pkey_param_check_combined() argument 103 checktype)) != -1) in evp_pkey_param_check_combined()
|
| A D | keymgmt_meth.c | 532 int selection, int checktype) in evp_keymgmt_validate() argument 537 return keymgmt->validate(keydata, selection, checktype); in evp_keymgmt_validate()
|
| /crypto/dsa/ |
| A D | dsa_check.c | 45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params() argument 50 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in ossl_dsa_check_params()
|
Completed in 11 milliseconds