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.c37 OSSL_CMP_PROTECTEDPART prot_part; in ossl_cmp_calc_protection() local
46 prot_part.header = msg->header; in ossl_cmp_calc_protection()
47 prot_part.body = msg->body; in ossl_cmp_calc_protection()
74 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in ossl_cmp_calc_protection()
125 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
52 prot_part.header = msg->header; in verify_signature()
53 prot_part.body = msg->body; in verify_signature()
57 &prot_part, NULL, pubkey, cmp_ctx->libctx, in verify_signature()
/freebsd/crypto/openssl/test/
H A Dcmp_protect_test.c109 OSSL_CMP_PROTECTEDPART prot_part; in verify_signature() local
111 prot_part.header = OSSL_CMP_MSG_get0_header(msg); in verify_signature()
112 prot_part.body = msg->body; in verify_signature()
115 &prot_part, NULL, pkey, libctx, NULL) in verify_signature()