Searched refs:msg_type (Results 1 – 3 of 3) sorted by relevance
246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local302 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()304 msg_type = "authEnveloped-data"; in SMIME_write_ASN1_ex()307 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()309 msg_type = "signed-data"; in SMIME_write_ASN1_ex()311 msg_type = "certs-only"; in SMIME_write_ASN1_ex()313 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()321 if (msg_type) in SMIME_write_ASN1_ex()322 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1_ex()
37 const char *msg_type = NULL; in unprotected_exception() local47 msg_type = "error response"; in unprotected_exception()58 msg_type = "revocation response message with rejection status"; in unprotected_exception()62 msg_type = "PKI Confirmation message"; in unprotected_exception()77 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()80 if (msg_type == NULL) in unprotected_exception()83 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()
14162 instead of overwriting 'msg_type' and 'length' with 'body' data.
Completed in 52 milliseconds