Home
last modified time | relevance | path

Searched refs:unprotectedSend (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/cmp/
Dcmp_protect.c138 if (!ctx->unprotectedSend && ctx->secretValue == NULL in ossl_cmp_msg_add_extraCerts()
267 if (ctx->unprotectedSend) { in ossl_cmp_msg_protect()
306 if (!ctx->unprotectedSend in ossl_cmp_msg_protect()
Dcmp_ctx.c1017 ctx->unprotectedSend = val; in OSSL_CMP_CTX_set_option()
1101 return ctx->unprotectedSend; in OSSL_CMP_CTX_get_option()
Dcmp_local.h77 int unprotectedSend; /* send unprotected PKI messages */ member
/third_party/openssl/fuzz/
Dcmp.c56 ctx->unprotectedSend = 1; /* satisfy ossl_cmp_msg_protect() */ in cmp_client_process_response()