Home
last modified time | relevance | path

Searched defs:checktype (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
Dpmeth_check.c28 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()
Dkeymgmt_meth.c439 int selection, int checktype) in evp_keymgmt_validate()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dsa/
Ddsa_check.c45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params()
/netbsd/src/external/mit/lua/dist/src/
Dlobject.h96 #define checktype(o,t) (ttype(o) == (t)) macro
/netbsd/src/sys/netipsec/
Dkey.c8217 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local