Home
last modified time | relevance | path

Searched refs:checktype (Results 1 – 3 of 3) sorted by relevance

/crypto/evp/
A Dpmeth_check.c28 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 Dkeymgmt_meth.c532 int selection, int checktype) in evp_keymgmt_validate() argument
537 return keymgmt->validate(keydata, selection, checktype); in evp_keymgmt_validate()
/crypto/dsa/
A Ddsa_check.c45 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