Home
last modified time | relevance | path

Searched refs:paramgen_init (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c69 if (ctx->pmeth->paramgen_init != NULL) in gen_init()
70 ret = ctx->pmeth->paramgen_init(ctx); in gen_init()
H A Dpmeth_lib.c1686 int (*paramgen_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_paramgen()
1690 pmeth->paramgen_init = paramgen_init; in EVP_PKEY_meth_set_paramgen()
1875 *pparamgen_init = pmeth->paramgen_init; in EVP_PKEY_meth_get_paramgen()
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod53 int (*paramgen_init) (EVP_PKEY_CTX *ctx),
278 int (*paramgen_init) (EVP_PKEY_CTX *ctx);
281 The paramgen_init() and paramgen() methods deal with key parameter generation.
/src/crypto/openssl/include/crypto/
H A Devp.h151 int (*paramgen_init)(EVP_PKEY_CTX *ctx); member
/src/crypto/openssl/include/openssl/
H A Devp.h2111 OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth, int (*paramgen_init)(…