Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/cmp/
HDcmp_protect.c139 if (!ctx->unprotectedSend && ctx->secretValue == NULL in ossl_cmp_msg_add_extraCerts()
269 if (ctx->unprotectedSend) { in ossl_cmp_msg_protect()
308 if (!ctx->unprotectedSend in ossl_cmp_msg_protect()
HDcmp_ctx.c1054 ctx->unprotectedSend = val; in OSSL_CMP_CTX_set_option()
1138 return ctx->unprotectedSend; in OSSL_CMP_CTX_get_option()
HDcmp_local.h77 int unprotectedSend; /* send unprotected PKI messages */ member
/freebsd-14-stable/crypto/openssl/fuzz/
HDcmp.c56 ctx->unprotectedSend = 1; /* satisfy ossl_cmp_msg_protect() */ in cmp_client_process_response()