Searched defs:checktype (Results 1 – 5 of 5) sorted by relevance
28 static int try_provided_check(EVP_PKEY_CTX *ctx, int selection, int 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()91 static int evp_pkey_param_check_combined(EVP_PKEY_CTX *ctx, int checktype) in evp_pkey_param_check_combined()
439 int selection, int checktype) in evp_keymgmt_validate()
45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params()
96 #define checktype(o,t) (ttype(o) == (t)) macro
8217 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local