Searched refs:CMP_err1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 815 #define CMP_err1(msg, a1) CMP_ERR(msg "%s%s", a1, "", "") macro 834 CMP_err1("Logging verbosity level %d out of range (0 .. 8)", level); in set_verbosity() 894 CMP_err1("cannot write PKIMessage to file '%s'", file); in write_PKIMESSAGE() 920 CMP_err1("cannot read PKIMessage from file '%s'", file); in read_PKIMESSAGE() 942 CMP_err1("cannot write request PKIMessage to file '%s'", in read_write_req_resp() 1164 CMP_err1("unknown cmp command '%s'", opt_cmd_s); in transform_opts() 1331 CMP_err1("-failure out of range, should be >= 0 and <= %d", in setup_srv_ctx() 1483 CMP_err1("unable to use client TLS certificate file '%s'", in setup_ssl_ctx() 1565 CMP_err1("unable to use TLS client private key '%s'", opt_tls_key); in setup_ssl_ctx() 1689 CMP_err1("digest algorithm name not recognized: '%s'", opt_digest); in setup_protection_ctx() [all …]
|