Searched refs:pkey_ctrl_string (Results 1 – 7 of 7) sorted by relevance
446 if (pkey_ctrl_string(mac_ctx, macopt) <= 0) { in dgst_main()498 if (pkey_ctrl_string(pctx, sigopt) <= 0) { in dgst_main()
248 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value);
135 if (pkey_ctrl_string(*genpkey_config.ctx, arg) <= 0) { in genpkey_opt_pkeyopt()
535 } else if (pkey_ctrl_string(pkeyutl_config.ctx, pkeyopt) <= 0) { in pkeyutl_pkeyopt()
776 if (pkey_ctrl_string(genctx, genopt) <= 0) { in req_main()1747 if (pkey_ctrl_string(pkctx, sigopt) <= 0) { in do_sign_init()
1976 if (pkey_ctrl_string(pctx, keyopt) <= 0) { in cms_set_pkey_param()
1933 pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value) in pkey_ctrl_string() function