Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/keymgmt/
A Dmac_legacy_kmgmt.c418 static int mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in mac_gen_set_params()
444 static int cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) in cmac_gen_set_params()
460 static const OSSL_PARAM *mac_gen_settable_params(ossl_unused void *genctx, in mac_gen_settable_params()
470 static const OSSL_PARAM *cmac_gen_settable_params(ossl_unused void *genctx, in cmac_gen_settable_params()
481 static void *mac_gen(void *genctx, OSSL_CALLBACK *cb, void *cbarg) in mac_gen()
524 static void mac_gen_cleanup(void *genctx) in mac_gen_cleanup()
A Ddh_kmgmt.c465 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template()
491 static int dh_gen_common_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_common_set_params()
531 static const OSSL_PARAM *dh_gen_settable_params(ossl_unused void *genctx, in dh_gen_settable_params()
545 static const OSSL_PARAM *dhx_gen_settable_params(ossl_unused void *genctx, in dhx_gen_settable_params()
565 static int dhx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dhx_gen_set_params()
619 static int dh_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dh_gen_set_params()
657 static void *dh_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dh_gen()
759 static void dh_gen_cleanup(void *genctx) in dh_gen_cleanup()
A Ddsa_kmgmt.c399 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template()
425 static int dsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in dsa_gen_set_params()
488 static const OSSL_PARAM *dsa_gen_settable_params(ossl_unused void *genctx, in dsa_gen_settable_params()
517 static void *dsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in dsa_gen()
588 static void dsa_gen_cleanup(void *genctx) in dsa_gen_cleanup()
A Drsa_kmgmt.c469 static int rsa_gen_set_params(void *genctx, const OSSL_PARAM params[]) in rsa_gen_set_params()
520 static const OSSL_PARAM *rsa_gen_settable_params(ossl_unused void *genctx, in rsa_gen_settable_params()
531 static const OSSL_PARAM *rsapss_gen_settable_params(ossl_unused void *genctx, in rsapss_gen_settable_params()
543 static void *rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in rsa_gen()
605 static void rsa_gen_cleanup(void *genctx) in rsa_gen_cleanup()
A Decx_kmgmt.c500 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params()
548 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params()
612 static void *x25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x25519_gen()
626 static void *x448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in x448_gen()
640 static void *ed25519_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed25519_gen()
657 static void *ed448_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ed448_gen()
673 static void ecx_gen_cleanup(void *genctx) in ecx_gen_cleanup()
A Dec_kmgmt.c1007 static int ec_gen_set_group(void *genctx, const EC_GROUP *src) in ec_gen_set_group()
1022 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template()
1072 static int ec_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ec_gen_set_params()
1180 static const OSSL_PARAM *ec_gen_settable_params(ossl_unused void *genctx, in ec_gen_settable_params()
1214 static void *ec_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in ec_gen()
1270 static void *sm2_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in sm2_gen()
1317 static void ec_gen_cleanup(void *genctx) in ec_gen_cleanup()
/openssl-master/crypto/evp/
A Dkeymgmt_meth.c339 int evp_keymgmt_gen_set_template(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_template()
353 int evp_keymgmt_gen_set_params(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen_set_params()
370 void *evp_keymgmt_gen(const EVP_KEYMGMT *keymgmt, void *genctx, in evp_keymgmt_gen()
378 void evp_keymgmt_gen_cleanup(const EVP_KEYMGMT *keymgmt, void *genctx) in evp_keymgmt_gen_cleanup()
A Dkeymgmt_lib.c507 void *genctx, OSSL_CALLBACK *cb, void *cbarg) in evp_keymgmt_util_gen()
/openssl-master/demos/pkey/
A DEVP_PKEY_EC_keygen.c40 EVP_PKEY_CTX *genctx = NULL; in do_ec_keygen() local
/openssl-master/test/
A Dtls-provider.c341 void *genctx = NULL, *derivectx = NULL; in xor_encapsulate() local
604 static int xor_gen_set_params(void *genctx, const OSSL_PARAM params[]) in xor_gen_set_params()
623 static const OSSL_PARAM *xor_gen_settable_params(ossl_unused void *genctx, in xor_gen_settable_params()
633 static void *xor_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_gen()
732 static void xor_gen_cleanup(void *genctx) in xor_gen_cleanup()
A Devp_test.c1280 EVP_PKEY_CTX *pctx = NULL, *genctx = NULL; in mac_test_run_pkey() local
2918 EVP_PKEY_CTX *genctx; /* Keygen context to use */ member
2925 EVP_PKEY_CTX *genctx; in keygen_test_init() local
/openssl-master/apps/
A Dreq.c238 EVP_PKEY_CTX *genctx = NULL; in req_main() local
A Dspeed.c1357 EVP_PKEY_CTX *genctx = NULL; in speed_main() local
/openssl-master/include/crypto/
A Devp.h46 void *genctx; member

Completed in 41 milliseconds