Home
last modified time | relevance | path

Searched refs:unprotectedErrors (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod28 int unprotectedErrors);
32 int unprotectedErrors);
77 is B<rejected> and I<unprotectedErrors> is nonzero.
124 and I<unprotectedErrors> is nonzero.
149 The function does not protect the message if I<unprotectedErrors> is nonzero.
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h63 int unprotectedErrors; member
872 int unprotectedErrors);
876 int unprotectedErrors);
H A Dcmp_msg.c449 int unprotectedErrors) in ossl_cmp_certrep_new() argument
505 if (!unprotectedErrors in ossl_cmp_certrep_new()
573 const OSSL_CRMF_CERTID *cid, int unprotectedErrors) in ossl_cmp_rp_new() argument
606 if (!unprotectedErrors in ossl_cmp_rp_new()
H A Dcmp_ctx.c1057 ctx->unprotectedErrors = val; in OSSL_CMP_CTX_set_option()
1140 return ctx->unprotectedErrors; in OSSL_CMP_CTX_get_option()
H A Dcmp_client.c43 if (!ctx->unprotectedErrors) in unprotected_exception()