Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 2 of 2) sorted by relevance

/crypto/asn1/
A Dasn_mime.c268 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local
330 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()
332 msg_type = "authEnveloped-data"; in SMIME_write_ASN1_ex()
335 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()
337 msg_type = "signed-data"; in SMIME_write_ASN1_ex()
339 msg_type = "certs-only"; in SMIME_write_ASN1_ex()
341 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()
351 if (msg_type != NULL && BIO_printf(bio, " smime-type=%s;", msg_type) < 0) in SMIME_write_ASN1_ex()
/crypto/cmp/
A Dcmp_client.c28 const char *msg_type = NULL; in unprotected_exception() local
38 msg_type = "error response"; in unprotected_exception()
49 msg_type = "revocation response message with rejection status"; in unprotected_exception()
53 msg_type = "PKI Confirmation message"; in unprotected_exception()
68 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()
71 if (msg_type == NULL) in unprotected_exception()
74 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()

Completed in 19 milliseconds