Searched refs:prot_part (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_protect.c | 37 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 D | cmp_vfy.c | 28 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 D | cmp_protect_test.c | 109 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()
|