Lines Matching refs:header
46 prot_part.header = msg->header; in ossl_cmp_calc_protection()
49 if (msg->header->protectionAlg == NULL) { in ossl_cmp_calc_protection()
53 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
124 msg->header->protectionAlg, /* sets X509_ALGOR */ in ossl_cmp_calc_protection()
225 return id == NULL || ossl_cmp_hdr_set1_senderKID(msg->header, id); in set_senderKID()
238 X509_ALGOR_free(msg->header->protectionAlg); in ossl_cmp_msg_protect()
239 msg->header->protectionAlg = NULL; in ossl_cmp_msg_protect()
248 if ((msg->header->protectionAlg = pbmac_algor(ctx)) == NULL) in ossl_cmp_msg_protect()
267 if ((msg->header->protectionAlg = X509_ALGOR_new()) == NULL) in ossl_cmp_msg_protect()
301 if (!(ossl_cmp_general_name_is_NULL_DN(msg->header->sender) in ossl_cmp_msg_protect()
302 && msg->header->senderKID == NULL)) in ossl_cmp_msg_protect()