Searched defs:genctx (Results 1 – 4 of 4) sorted by relevance
/test/ |
A D | evp_pkey_dhkem_test.c | 121 EVP_PKEY_CTX *genctx = NULL; in test_ec_dhkem_derivekey_fail() local 470 EVP_PKEY_CTX *genctx = NULL; in test_ec_dhkem_derivekey() local 711 EVP_PKEY_CTX *genctx; in test_ecx_dhkem_derivekey() local
|
A D | tls-provider.c | 576 void *genctx = NULL, *derivectx = NULL; in xor_encapsulate() local 944 static int xor_gen_set_params(void *genctx, const OSSL_PARAM params[]) in xor_gen_set_params() 963 static const OSSL_PARAM *xor_gen_settable_params(ossl_unused void *genctx, in xor_gen_settable_params() 973 static void *xor_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_gen() 1088 static void xor_gen_cleanup(void *genctx) in xor_gen_cleanup() 1118 static void *xor_xorhmacsig_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_xorhmacsig_gen() 1132 static void *xor_xorhmacsha2sig_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in xor_xorhmacsha2sig_gen()
|
A D | fake_rsaprov.c | 261 static void *fake_rsa_gen(void *genctx, OSSL_CALLBACK *osslcb, void *cbarg) in fake_rsa_gen() 278 static void fake_rsa_gen_cleanup(void *genctx) in fake_rsa_gen_cleanup()
|
A D | evp_test.c | 1863 EVP_PKEY_CTX *pctx = NULL, *genctx = NULL; in mac_test_run_pkey() local 4506 EVP_PKEY_CTX *genctx = NULL; /* Keygen context to use */ in keygen_test_run() local
|
Completed in 52 milliseconds