Searched refs:msg_type (Results 1 – 3 of 3) sorted by relevance
38 const char *msg_type = NULL; in unprotected_exception() local48 msg_type = "error response"; in unprotected_exception()59 msg_type = "revocation response message with rejection status"; in unprotected_exception()63 msg_type = "PKI Confirmation message"; in unprotected_exception()78 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()81 if (msg_type == NULL) in unprotected_exception()84 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()
241 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local297 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()300 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()302 msg_type = "signed-data"; in SMIME_write_ASN1_ex()304 msg_type = "certs-only"; in SMIME_write_ASN1_ex()306 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()314 if (msg_type) in SMIME_write_ASN1_ex()315 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1_ex()
12217 instead of overwriting 'msg_type' and 'length' with 'body' data.
Completed in 27 milliseconds