| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| pmeth_check.c | 28 static int try_provided_check(EVP_PKEY_CTX *ctx, int selection, int checktype) 44 return evp_keymgmt_validate(keymgmt, keydata, selection, checktype); 47 static int evp_pkey_public_check_combined(EVP_PKEY_CTX *ctx, int checktype) 58 checktype)) 92 static int evp_pkey_param_check_combined(EVP_PKEY_CTX *ctx, int checktype) 104 checktype))
|
| keymgmt_meth.c | 524 int selection, int checktype) 529 return keymgmt->validate(keydata, selection, checktype);
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| pmeth_check.c | 28 static int try_provided_check(EVP_PKEY_CTX *ctx, int selection, int checktype) 44 return evp_keymgmt_validate(keymgmt, keydata, selection, checktype); 47 static int evp_pkey_public_check_combined(EVP_PKEY_CTX *ctx, int checktype) 58 checktype)) != -1) 91 static int evp_pkey_param_check_combined(EVP_PKEY_CTX *ctx, int checktype) 103 checktype)) != -1)
|
| keymgmt_meth.c | 439 int selection, int checktype) 444 return keymgmt->validate(keydata, selection, checktype);
|
| /src/crypto/external/apache2/openssl/dist/crypto/dsa/ |
| dsa_check.c | 45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) 50 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK)
|
| /src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
| dsa_check.c | 45 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) 50 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK)
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| dsa.h | 47 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret);
|
| evp.h | 851 int selection, int checktype);
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| dsa.h | 40 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret);
|
| evp.h | 829 int selection, int checktype);
|
| /src/external/mit/lua/dist/src/ |
| lobject.h | 96 #define checktype(o,t) (ttype(o) == (t)) macro 197 #define ttisnil(v) checktype((v), LUA_TNIL) 246 #define ttisboolean(o) checktype((o), LUA_TBOOLEAN) 330 #define ttisnumber(o) checktype((o), LUA_TNUMBER) 375 #define ttisstring(o) checktype((o), LUA_TSTRING) 606 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| dsa_kmgmt.c | 350 static int dsa_validate_domparams(const DSA *dsa, int checktype) 354 return ossl_dsa_check_params(dsa, checktype, &status); 379 static int dsa_validate(const void *keydata, int selection, int checktype) 391 ok = ok && dsa_validate_domparams(dsa, checktype);
|
| dh_kmgmt.c | 382 static int dh_validate_public(const DH *dh, int checktype) 412 static int dh_validate(const void *keydata, int selection, int checktype) 429 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) 436 ok = ok && dh_validate_public(dh, checktype);
|
| ec_kmgmt.c | 871 static int sm2_validate(const void *keydata, int selection, int checktype) 891 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) 909 static int ec_validate(const void *keydata, int selection, int checktype) 935 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK)
|
| ecx_kmgmt.c | 991 static int x25519_validate(const void *keydata, int selection, int checktype) 996 static int x448_validate(const void *keydata, int selection, int checktype) 1001 static int ed25519_validate(const void *keydata, int selection, int checktype) 1006 static int ed448_validate(const void *keydata, int selection, int checktype)
|
| rsa_kmgmt.c | 386 static int rsa_validate(const void *keydata, int selection, int checktype)
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| dsa_kmgmt.c | 349 static int dsa_validate_domparams(const DSA *dsa, int checktype) 353 return ossl_dsa_check_params(dsa, checktype, &status); 378 static int dsa_validate(const void *keydata, int selection, int checktype) 390 ok = ok && dsa_validate_domparams(dsa, checktype);
|
| dh_kmgmt.c | 381 static int dh_validate_public(const DH *dh, int checktype) 391 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK 409 static int dh_validate(const void *keydata, int selection, int checktype) 426 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) 433 ok = ok && dh_validate_public(dh, checktype);
|
| ecx_kmgmt.c | 777 static int x25519_validate(const void *keydata, int selection, int checktype) 782 static int x448_validate(const void *keydata, int selection, int checktype) 787 static int ed25519_validate(const void *keydata, int selection, int checktype) 792 static int ed448_validate(const void *keydata, int selection, int checktype)
|
| ec_kmgmt.c | 897 int sm2_validate(const void *keydata, int selection, int checktype) 917 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) 936 int ec_validate(const void *keydata, int selection, int checktype) 963 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK)
|
| rsa_kmgmt.c | 392 static int rsa_validate(const void *keydata, int selection, int checktype)
|
| /src/external/bsd/unbound/dist/testcode/ |
| checklocks.c | 356 checktype(enum check_lock_type type, struct checked_lock* lock, function 379 checktype(type, e, func, file, line); 473 checktype(type, lock, func, file, line); 626 checktype(type, lock, func, file, line);
|
| /src/external/bsd/unbound/dist/validator/ |
| val_neg.c | 1066 * @param checktype: which bit to check 1073 struct regional* region, int checkbit, uint16_t checktype, 1088 /* check if checktype is absent */ 1090 (qtype == LDNS_RR_TYPE_NSEC && nsec_has_type(k, checktype)) || 1091 (qtype == LDNS_RR_TYPE_NSEC3 && !nsec3_no_type(k, checktype))
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| core_dispatch.h | 619 int checktype))
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| core_dispatch.h | 674 OSSL_CORE_MAKE_FUNC(int, keymgmt_validate, (const void *keydata, int selection, int checktype))
|