Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_check.c22 ossl_dsa_check_params(const DSA * dsa,int checktype,int * ret) ossl_dsa_check_params() argument
/freebsd/crypto/openssl/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()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h129 #define checktype(o,t) (ttypenv(o) == (t)) macro
363 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
/freebsd/contrib/unbound/validator/
H A Dval_neg.c1062 struct regional* region, int checkbit, uint16_t checktype, in grab_nsec()
/freebsd/contrib/lua/src/
H A Dlobject.h92 #define checktype(o,t) (ttype(o) == (t)) macro
/freebsd/sys/netipsec/
H A Dkey.c8453 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local