Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A 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()
H A Dkeymgmt_meth.c439 int selection, int checktype) in evp_keymgmt_validate()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_check.c45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Decx_kmgmt.c777 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate()
782 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate()
787 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate()
792 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate()
H A Ddsa_kmgmt.c349 static int dsa_validate_domparams(const DSA *dsa, int checktype) in dsa_validate_domparams()
378 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate()
H A Ddh_kmgmt.c381 static int dh_validate_public(const DH *dh, int checktype) in dh_validate_public()
409 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate()
H A Dec_kmgmt.c897 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate()
936 int ec_validate(const void *keydata, int selection, int checktype) in ec_validate()
H A Drsa_kmgmt.c392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c332 checktype(enum check_lock_type type, struct checked_lock* lock, in checktype() function
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_neg.c1061 struct regional* region, int checkbit, uint16_t checktype, in grab_nsec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6248 tree checktype = (rhs_origtype != NULL_TREE in build_modify_expr() local
6799 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() local
6834 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() local
9671 tree checktype = origtype != NULL_TREE ? origtype : TREE_TYPE (value); in output_init_element() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc6366 tree checktype = (rhs_origtype != NULL_TREE in build_modify_expr() local
6910 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() local
6946 tree checktype = origtype != NULL_TREE ? origtype : rhstype; in convert_for_assignment() local
9851 tree checktype = origtype != NULL_TREE ? origtype : TREE_TYPE (value); in output_init_element() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h96 #define checktype(o,t) (ttype(o) == (t)) macro
/netbsd-src/sys/netipsec/
H A Dkey.c8217 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local