Home
last modified time | relevance | path

Searched refs:checktype (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/openssl/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() argument
44 return evp_keymgmt_validate(keymgmt, keydata, selection, 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() argument
58 checktype)) != -1) 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() argument
103 checktype)) != -1) in evp_pkey_param_check_combined()
H A Dkeymgmt_meth.c439 int selection, int checktype) in evp_keymgmt_validate()
444 return keymgmt->validate(keydata, selection, checktype); in evp_keymgmt_validate()
438 evp_keymgmt_validate(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, int checktype) evp_keymgmt_validate() argument
/third_party/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() argument
44 return evp_keymgmt_validate(keymgmt, keydata, selection, 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() argument
58 checktype)) != -1) 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() argument
103 checktype)) != -1) in evp_pkey_param_check_combined()
H A Dkeymgmt_meth.c439 int selection, int checktype) in evp_keymgmt_validate()
444 return keymgmt->validate(keydata, selection, checktype); in evp_keymgmt_validate()
438 evp_keymgmt_validate(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, int checktype) evp_keymgmt_validate() argument
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_check.c22 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params() argument
24 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in ossl_dsa_check_params()
/third_party/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() argument
50 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in ossl_dsa_check_params()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c349 static int dsa_validate_domparams(const DSA *dsa, int checktype) in dsa_validate_domparams() argument
353 return ossl_dsa_check_params(dsa, checktype, &status); in dsa_validate_domparams()
378 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate() argument
390 ok = ok && dsa_validate_domparams(dsa, checktype); in dsa_validate()
H A Ddh_kmgmt.c381 static int dh_validate_public(const DH *dh, int checktype) in dh_validate_public() argument
391 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK in dh_validate_public()
409 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate() argument
426 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in dh_validate()
433 ok = ok && dh_validate_public(dh, checktype); in dh_validate()
H A Dec_kmgmt.c897 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate() argument
917 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in sm2_validate()
936 int ec_validate(const void *keydata, int selection, int checktype) in ec_validate() argument
963 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in ec_validate()
H A Decx_kmgmt.c777 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate() argument
782 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate() argument
787 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate() argument
792 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate() argument
H A Drsa_kmgmt.c392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate() argument
/third_party/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c346 static int dsa_validate_domparams(const DSA *dsa, int checktype) in dsa_validate_domparams() argument
350 return ossl_dsa_check_params(dsa, checktype, &status); in dsa_validate_domparams()
375 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate() argument
387 ok = ok && dsa_validate_domparams(dsa, checktype); in dsa_validate()
H A Ddh_kmgmt.c378 static int dh_validate_public(const DH *dh, int checktype) in dh_validate_public() argument
388 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK in dh_validate_public()
406 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate() argument
423 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in dh_validate()
430 ok = ok && dh_validate_public(dh, checktype); in dh_validate()
H A Dec_kmgmt.c897 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate() argument
917 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in sm2_validate()
936 int ec_validate(const void *keydata, int selection, int checktype) in ec_validate() argument
963 if (checktype == OSSL_KEYMGMT_VALIDATE_QUICK_CHECK) in ec_validate()
H A Decx_kmgmt.c774 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate() argument
779 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate() argument
784 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate() argument
789 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate() argument
H A Drsa_kmgmt.c392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddsa.h40 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret);
H A Devp.h829 int selection, int checktype);
/third_party/openssl/include/crypto/
H A Ddsa.h40 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret);
H A Devp.h829 int selection, int checktype);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h619 int checktype))
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h619 int checktype))

Completed in 27 milliseconds