Home
last modified time | relevance | path

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

/third_party/openssl/doc/internal/man3/
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.
148 The function does not protect the message if I<unprotectedErrors> is nonzero.
/third_party/openssl/crypto/cmp/
Dcmp_local.h63 int unprotectedErrors; member
869 int unprotectedErrors);
873 int unprotectedErrors);
Dcmp_msg.c461 int unprotectedErrors) in ossl_cmp_certrep_new() argument
517 if (!unprotectedErrors in ossl_cmp_certrep_new()
585 const OSSL_CRMF_CERTID *cid, int unprotectedErrors) in ossl_cmp_rp_new() argument
618 if (!unprotectedErrors in ossl_cmp_rp_new()
Dcmp_ctx.c1020 ctx->unprotectedErrors = val; in OSSL_CMP_CTX_set_option()
1103 return ctx->unprotectedErrors; in OSSL_CMP_CTX_get_option()
Dcmp_client.c43 if (!ctx->unprotectedErrors) in unprotected_exception()