Home
last modified time | relevance | path

Searched refs:prot_part (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c34 OSSL_CMP_PROTECTEDPART prot_part; in ossl_cmp_calc_protection() local
43 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()
H A Dcmp_vfy.c28 OSSL_CMP_PROTECTEDPART prot_part; in verify_signature() local
51 prot_part.header = msg->header; in verify_signature()
52 prot_part.body = msg->body; in verify_signature()
56 &prot_part, NULL, pubkey, cmp_ctx->libctx, in verify_signature()
/freebsd/crypto/openssl/test/
H A Dcmp_protect_test.c106 OSSL_CMP_PROTECTEDPART prot_part; in verify_signature() local
112 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()