Home
last modified time | relevance | path

Searched defs:genctx (Results 1 – 17 of 17) sorted by relevance

/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c414 static int mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in mac_gen_set_params()
438 static int cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in cmac_gen_set_params()
454 static const OSSL_PARAM *mac_gen_settable_params(ossl_unused void *genctx, in mac_gen_settable_params()
464 static const OSSL_PARAM *cmac_gen_settable_params(ossl_unused void *genctx, in cmac_gen_settable_params()
475 static void *mac_gen(void *genctx, OSSL_CALLBACK *cb, void *cbarg) in mac_gen()
518 static void mac_gen_cleanup(void *genctx) in mac_gen_cleanup()
H A Ddh_kmgmt.c500 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template()
526 static int dh_gen_common_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_common_set_params()
570 static const OSSL_PARAM *dh_gen_settable_params(ossl_unused void *genctx, in dh_gen_settable_params()
584 static const OSSL_PARAM *dhx_gen_settable_params(ossl_unused void *genctx, in dhx_gen_settable_params()
604 static int dhx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dhx_gen_set_params()
658 static int dh_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_set_params()
696 static void *dh_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dh_gen()
809 static void dh_gen_cleanup(void *genctx) in dh_gen_cleanup()
H A Ddsa_kmgmt.c439 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template()
465 static int dsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dsa_gen_set_params()
540 static const OSSL_PARAM *dsa_gen_settable_params(ossl_unused void *genctx, in dsa_gen_settable_params()
559 static int dsa_gen_get_params(void *genctx, OSSL_PARAM *params) in dsa_gen_get_params()
594 static void *dsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dsa_gen()
689 static void dsa_gen_cleanup(void *genctx) in dsa_gen_cleanup()
H A Dec_kmgmt.c1041 static int ec_gen_set_group(void *genctx, const EC_GROUP *src) in ec_gen_set_group()
1056 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template()
1106 static int ec_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ec_gen_set_params()
1221 static const OSSL_PARAM *ec_gen_settable_params(ossl_unused void *genctx, in ec_gen_settable_params()
1244 static const OSSL_PARAM *ec_gen_gettable_params(ossl_unused void *genctx, in ec_gen_gettable_params()
1254 static int ec_gen_get_params(void *genctx, OSSL_PARAM *params) in ec_gen_get_params()
1279 static void *ec_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ec_gen()
1353 static void *sm2_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in sm2_gen()
1400 static void ec_gen_cleanup(void *genctx) in ec_gen_cleanup()
H A Drsa_kmgmt.c503 static int rsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in rsa_gen_set_params()
554 static const OSSL_PARAM *rsa_gen_settable_params(ossl_unused void *genctx, in rsa_gen_settable_params()
565 static const OSSL_PARAM *rsapss_gen_settable_params(ossl_unused void *genctx, in rsapss_gen_settable_params()
577 static void *rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in rsa_gen()
639 static void rsa_gen_cleanup(void *genctx) in rsa_gen_cleanup()
H A Decx_kmgmt.c543 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params()
601 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params()
747 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x25519_gen()
761 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x448_gen()
775 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed25519_gen()
809 static void *ed448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed448_gen()
842 static void ecx_gen_cleanup(void *genctx) in ecx_gen_cleanup()
/openssl/crypto/evp/
H A Dkeymgmt_meth.c393 int evp_keymgmt_gen_set_template(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_template()
407 int evp_keymgmt_gen_set_params(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_params()
424 int evp_keymgmt_gen_get_params(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_get_params()
441 void *evp_keymgmt_gen(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen()
449 void evp_keymgmt_gen_cleanup(const EVP_KEYMGMT *keymgmt, void *genctx) in evp_keymgmt_gen_cleanup()
H A Dkeymgmt_lib.c514 void *genctx, OSSL_CALLBACK *cb, void *cbarg) in evp_keymgmt_util_gen()
/openssl/demos/pkey/
H A DEVP_PKEY_EC_keygen.c40 EVP_PKEY_CTX *genctx = NULL; in do_ec_keygen() local
H A DEVP_PKEY_RSA_keygen.c37 EVP_PKEY_CTX *genctx = NULL; in generate_rsa_key_long() local
/openssl/test/
H A Devp_pkey_dhkem_test.c121 EVP_PKEY_CTX *genctx = NULL; in test_ec_dhkem_derivekey_fail() local
470 EVP_PKEY_CTX *genctx = NULL; in test_ec_dhkem_derivekey() local
710 EVP_PKEY_CTX *genctx; in test_ecx_dhkem_derivekey() local
H A Dfake_rsaprov.c248 static void *fake_rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in fake_rsa_gen()
265 static void fake_rsa_gen_cleanup(void *genctx) in fake_rsa_gen_cleanup()
H A Dtls-provider.c576 void *genctx = NULL, *derivectx = NULL; in xor_encapsulate() local
945 static int xor_gen_set_params(void *genctx, const OSSL_PARAM params[]) in xor_gen_set_params()
964 static const OSSL_PARAM *xor_gen_settable_params(ossl_unused void *genctx, in xor_gen_settable_params()
974 static void *xor_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_gen()
1089 static void xor_gen_cleanup(void *genctx) in xor_gen_cleanup()
1119 static void *xor_xorhmacsig_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_xorhmacsig_gen()
1133 static void *xor_xorhmacsha2sig_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_xorhmacsha2sig_gen()
H A Devp_test.c1738 EVP_PKEY_CTX *pctx = NULL, *genctx = NULL; in mac_test_run_pkey() local
4102 EVP_PKEY_CTX *genctx = NULL; /* Keygen context to use */ in keygen_test_run() local
/openssl/apps/
H A Dreq.c248 EVP_PKEY_CTX *genctx = NULL; in req_main() local
H A Dspeed.c1799 EVP_PKEY_CTX *genctx = NULL; in speed_main() local
/openssl/include/crypto/
H A Devp.h56 void *genctx; member

Completed in 131 milliseconds