Searched refs:prot_part (Results 1 – 2 of 2) sorted by relevance
34 OSSL_CMP_PROTECTEDPART prot_part; in ossl_cmp_calc_protection() local43 prot_part.header = msg->header; in ossl_cmp_calc_protection()44 prot_part.body = msg->body; in ossl_cmp_calc_protection()71 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in ossl_cmp_calc_protection()124 NULL, prot, &prot_part, NULL, ctx->pkey, md, in ossl_cmp_calc_protection()
106 OSSL_CMP_PROTECTEDPART prot_part; in verify_signature() local112 prot_part.header = OSSL_CMP_MSG_get0_header(msg); in verify_signature()113 prot_part.body = msg->body; in verify_signature()114 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in verify_signature()