Home
last modified time | relevance | path

Searched refs:pkey_ctrl_string (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/openssl/
H A Ddgst.c444 if (pkey_ctrl_string(mac_ctx, macopt) <= 0) { in dgst_main()
496 if (pkey_ctrl_string(pctx, sigopt) <= 0) { in dgst_main()
H A Dgenpkey.c135 if (pkey_ctrl_string(*cfg.ctx, arg) <= 0) { in genpkey_opt_pkeyopt()
H A Dapps.h238 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value);
H A Dpkeyutl.c533 } else if (pkey_ctrl_string(cfg.ctx, pkeyopt) <= 0) { in pkeyutl_pkeyopt()
H A Dreq.c774 if (pkey_ctrl_string(genctx, genopt) <= 0) { in req_main()
1753 if (pkey_ctrl_string(pkctx, sigopt) <= 0) { in do_sign_init()
H A Dcms.c1979 if (pkey_ctrl_string(pctx, keyopt) <= 0) { in cms_set_pkey_param()
H A Dapps.c1868 pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value) in pkey_ctrl_string() function