/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | pmeth_check.c | 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()
|
H A D | keymgmt_meth.c | 439 int selection, int checktype) in evp_keymgmt_validate()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
H A D | dsa_check.c | 45 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 D | ecx_kmgmt.c | 777 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 D | dsa_kmgmt.c | 349 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 D | dh_kmgmt.c | 381 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 D | ec_kmgmt.c | 897 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 D | rsa_kmgmt.c | 392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | checklocks.c | 332 checktype(enum check_lock_type type, struct checked_lock* lock, in checktype() function
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | val_neg.c | 1061 struct regional* region, int checkbit, uint16_t checktype, in grab_nsec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 6248 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 D | c-typeck.cc | 6366 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 D | lobject.h | 96 #define checktype(o,t) (ttype(o) == (t)) macro
|
/netbsd-src/sys/netipsec/ |
H A D | key.c | 8217 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local
|