/third_party/openssl/demos/pkey/ |
H A D | EVP_PKEY_RSA_keygen.c | 37 EVP_PKEY_CTX *genctx = NULL; in generate_rsa_key_long() local
|
H A D | EVP_PKEY_EC_keygen.c | 40 EVP_PKEY_CTX *genctx = NULL; in do_ec_keygen() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 420 static int mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in mac_gen_set_params() argument 446 static int cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in cmac_gen_set_params() argument 462 static const OSSL_PARAM *mac_gen_settable_params(ossl_unused void *genctx, in mac_gen_settable_params() argument 472 static const OSSL_PARAM *cmac_gen_settable_params(ossl_unused void *genctx, in cmac_gen_settable_params() argument 483 static void *mac_gen(void *genctx, OSSL_CALLBACK *cb, void *cbarg) in mac_gen() argument 526 static void mac_gen_cleanup(void *genctx) in mac_gen_cleanup() argument [all...] |
H A D | rsa_kmgmt.c | 503 static int rsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in rsa_gen_set_params() argument 554 static const OSSL_PARAM *rsa_gen_settable_params(ossl_unused void *genctx, in rsa_gen_settable_params() argument 565 static const OSSL_PARAM *rsapss_gen_settable_params(ossl_unused void *genctx, in rsapss_gen_settable_params() argument 577 static void *rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in rsa_gen() argument 639 static void rsa_gen_cleanup(void *genctx) in rsa_gen_cleanup() argument
|
H A D | dh_kmgmt.c | 497 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template() argument 523 static int dh_gen_common_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_common_set_params() argument 564 static const OSSL_PARAM *dh_gen_settable_params(ossl_unused void *genctx, in dh_gen_settable_params() argument 578 static const OSSL_PARAM *dhx_gen_settable_params(ossl_unused void *genctx, in dhx_gen_settable_params() argument 598 static int dhx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dhx_gen_set_params() argument 652 static int dh_gen_set_params(void *genctx, cons argument 690 dh_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) dh_gen() argument 792 dh_gen_cleanup(void *genctx) dh_gen_cleanup() argument [all...] |
H A D | dsa_kmgmt.c | 435 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template() argument 461 static int dsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dsa_gen_set_params() argument 524 static const OSSL_PARAM *dsa_gen_settable_params(ossl_unused void *genctx, in dsa_gen_settable_params() argument 553 static void *dsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dsa_gen() argument 624 static void dsa_gen_cleanup(void *genctx) in dsa_gen_cleanup() argument [all...] |
H A D | ec_kmgmt.c | 1035 static int ec_gen_set_group(void *genctx, const EC_GROUP *src) in ec_gen_set_group() argument 1050 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template() argument 1100 static int ec_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ec_gen_set_params() argument 1208 static const OSSL_PARAM *ec_gen_settable_params(ossl_unused void *genctx, in ec_gen_settable_params() argument 1242 static void *ec_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ec_gen() argument 1298 static void *sm2_gen(void *genctx, OSSL_CALLBAC argument 1345 ec_gen_cleanup(void *genctx) ec_gen_cleanup() argument [all...] |
H A D | ecx_kmgmt.c | 520 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params() argument 568 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params() argument 632 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x25519_gen() argument 646 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x448_gen() argument 660 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed25519_gen() argument 677 static void *ed448_gen(void *genctx, OSSL_CALLBAC argument 693 ecx_gen_cleanup(void *genctx) ecx_gen_cleanup() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | keymgmt_lib.c | 512 evp_keymgmt_util_gen(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, void *genctx, OSSL_CALLBACK *cb, void *cbarg) evp_keymgmt_util_gen() argument
|
H A D | keymgmt_meth.c | 340 int evp_keymgmt_gen_set_template(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_template() argument 354 int evp_keymgmt_gen_set_params(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_params() argument 371 void *evp_keymgmt_gen(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen() argument 379 void evp_keymgmt_gen_cleanup(const EVP_KEYMGMT *keymgmt, void *genctx) in evp_keymgmt_gen_cleanup() argument
|
/third_party/openssl/crypto/evp/ |
H A D | keymgmt_lib.c | 512 evp_keymgmt_util_gen(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, void *genctx, OSSL_CALLBACK *cb, void *cbarg) evp_keymgmt_util_gen() argument
|
H A D | keymgmt_meth.c | 340 int evp_keymgmt_gen_set_template(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_template() argument 354 int evp_keymgmt_gen_set_params(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_params() argument 371 void *evp_keymgmt_gen(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen() argument 379 void evp_keymgmt_gen_cleanup(const EVP_KEYMGMT *keymgmt, void *genctx) in evp_keymgmt_gen_cleanup() argument
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 417 static int mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in mac_gen_set_params() argument 443 static int cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in cmac_gen_set_params() argument 459 static const OSSL_PARAM *mac_gen_settable_params(ossl_unused void *genctx, in mac_gen_settable_params() argument 469 static const OSSL_PARAM *cmac_gen_settable_params(ossl_unused void *genctx, in cmac_gen_settable_params() argument 480 static void *mac_gen(void *genctx, OSSL_CALLBACK *cb, void *cbarg) in mac_gen() argument 523 static void mac_gen_cleanup(void *genctx) in mac_gen_cleanup() argument [all...] |
H A D | rsa_kmgmt.c | 503 static int rsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in rsa_gen_set_params() argument 554 static const OSSL_PARAM *rsa_gen_settable_params(ossl_unused void *genctx, in rsa_gen_settable_params() argument 565 static const OSSL_PARAM *rsapss_gen_settable_params(ossl_unused void *genctx, in rsapss_gen_settable_params() argument 577 static void *rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in rsa_gen() argument 639 static void rsa_gen_cleanup(void *genctx) in rsa_gen_cleanup() argument
|
H A D | dh_kmgmt.c | 494 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template() argument 520 static int dh_gen_common_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_common_set_params() argument 561 static const OSSL_PARAM *dh_gen_settable_params(ossl_unused void *genctx, in dh_gen_settable_params() argument 575 static const OSSL_PARAM *dhx_gen_settable_params(ossl_unused void *genctx, in dhx_gen_settable_params() argument 595 static int dhx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dhx_gen_set_params() argument 649 static int dh_gen_set_params(void *genctx, cons argument 687 dh_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) dh_gen() argument 789 dh_gen_cleanup(void *genctx) dh_gen_cleanup() argument [all...] |
H A D | dsa_kmgmt.c | 432 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template() argument 458 static int dsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dsa_gen_set_params() argument 521 static const OSSL_PARAM *dsa_gen_settable_params(ossl_unused void *genctx, in dsa_gen_settable_params() argument 550 static void *dsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dsa_gen() argument 621 static void dsa_gen_cleanup(void *genctx) in dsa_gen_cleanup() argument [all...] |
H A D | ec_kmgmt.c | 1035 static int ec_gen_set_group(void *genctx, const EC_GROUP *src) in ec_gen_set_group() argument 1050 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template() argument 1100 static int ec_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ec_gen_set_params() argument 1208 static const OSSL_PARAM *ec_gen_settable_params(ossl_unused void *genctx, in ec_gen_settable_params() argument 1242 static void *ec_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ec_gen() argument 1298 static void *sm2_gen(void *genctx, OSSL_CALLBAC argument 1345 ec_gen_cleanup(void *genctx) ec_gen_cleanup() argument [all...] |
H A D | ecx_kmgmt.c | 517 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params() argument 565 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params() argument 629 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x25519_gen() argument 643 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x448_gen() argument 657 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed25519_gen() argument 674 static void *ed448_gen(void *genctx, OSSL_CALLBAC argument 690 ecx_gen_cleanup(void *genctx) ecx_gen_cleanup() argument [all...] |
/third_party/openssl/test/ |
H A D | fake_rsaprov.c | 242 static void *fake_rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in fake_rsa_gen() argument 259 static void fake_rsa_gen_cleanup(void *genctx) in fake_rsa_gen_cleanup() argument
|
H A D | tls-provider.c | 343 void *genctx = NULL, *derivectx = NULL; in xor_encapsulate() local 606 static int xor_gen_set_params(void *genctx, const OSSL_PARAM params[]) in xor_gen_set_params() argument 625 static const OSSL_PARAM *xor_gen_settable_params(ossl_unused void *genctx, in xor_gen_settable_params() argument 635 static void *xor_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_gen() argument 734 xor_gen_cleanup(void *genctx) xor_gen_cleanup() argument [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 46 void *genctx; member
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 240 EVP_PKEY_CTX *genctx = NULL; in req_main() local [all...] |
H A D | speed.c | 1376 EVP_PKEY_CTX *genctx = NULL; in speed_main() local
|
/third_party/openssl/apps/ |
H A D | req.c | 240 EVP_PKEY_CTX *genctx = NULL; in req_main() local [all...] |
/third_party/openssl/include/crypto/ |
H A D | evp.h | 46 void *genctx; member
|