Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Ddgst.c288 if (pkey_ctrl_string(mac_ctx, macopt) <= 0) { in dgst_main()
337 if (pkey_ctrl_string(pctx, sigopt) <= 0) { in dgst_main()
Dgenpkey.c103 if (pkey_ctrl_string(ctx, opt_arg()) <= 0) { in genpkey_main()
Dpkeyutl.c235 if (pkey_ctrl_string(ctx, opt) <= 0) { in pkeyutl_main()
Dapps.h551 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value);
Dreq.c619 if (pkey_ctrl_string(genctx, genopt) <= 0) { in req_main()
1635 if (pkey_ctrl_string(pkctx, sigopt) <= 0) { in do_sign_init()
Dcms.c1283 if (pkey_ctrl_string(pctx, keyopt) <= 0) { in cms_set_pkey_param()
Docsp.c1239 if (pkey_ctrl_string(pkctx, sigopt) <= 0) { in make_ocsp_response()
Dapps.c1907 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value) in pkey_ctrl_string() function