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

/freebsd-13-stable/crypto/openssl/apps/
H A Ddgst.c73 {"sigopt", OPT_SIGOPT, 's', "Signature parameter in n:v form"},
334 char *sigopt; local
336 sigopt = sk_OPENSSL_STRING_value(sigopts, i);
337 if (pkey_ctrl_string(pctx, sigopt) <= 0) {
338 BIO_printf(bio_err, "parameter error \"%s\"\n", sigopt);
H A Docsp.c1237 char *sigopt = sk_OPENSSL_STRING_value(sigopts, i); local
1239 if (pkey_ctrl_string(pkctx, sigopt) <= 0) {
1240 BIO_printf(err, "parameter error \"%s\"\n", sigopt);
H A Dreq.c114 {"sigopt", OPT_SIGOPT, 's', "Signature parameter in n:v form"},
1634 char *sigopt = sk_OPENSSL_STRING_value(sigopts, i); local
1635 if (pkey_ctrl_string(pkctx, sigopt) <= 0) {
1636 BIO_printf(bio_err, "parameter error \"%s\"\n", sigopt);

Completed in 117 milliseconds