Searched refs:pkey_gost_ctrl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_pmeth.c74 static int pkey_gost_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) function
184 return pkey_gost_ctrl(ctx, EVP_PKEY_CTRL_GOST_PARAMSET,
245 return pkey_gost_ctrl(ctx, EVP_PKEY_CTRL_GOST_PARAMSET,
574 EVP_PKEY_meth_set_ctrl(*pmeth, pkey_gost_ctrl, pkey_gost_ctrl94_str);
588 EVP_PKEY_meth_set_ctrl(*pmeth, pkey_gost_ctrl, pkey_gost_ctrl01_str);

Completed in 101 milliseconds