Home
last modified time | relevance | path

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

/freebsd-src/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-src/crypto/openssl/crypto/dsa/
H A Ddsa_check.c45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params()
/freebsd-src/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-src/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-src/contrib/unbound/validator/
H A Dval_neg.c1061 grab_nsec(struct rrset_cache * rrset_cache,uint8_t * qname,size_t qname_len,uint16_t qtype,uint16_t qclass,uint32_t flags,struct regional * region,int checkbit,uint16_t checktype,time_t now) grab_nsec() argument
/freebsd-src/contrib/lua/src/
H A Dlobject.h92 #define checktype(o,t) (ttype(o) == (t)) macro
/freebsd-src/sys/netipsec/
H A Dkey.c8233 enum { NONE, ADDR } checktype = NONE; key_validate_ext() local