Searched refs:prot_part (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 34 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 D | cmp_vfy.c | 28 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()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 34 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 D | cmp_vfy.c | 28 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()
|
/third_party/openssl/test/ |
H A D | cmp_protect_test.c | 104 OSSL_CMP_PROTECTEDPART prot_part; in verify_signature() local 110 prot_part.header = OSSL_CMP_MSG_get0_header(msg); in verify_signature() 111 prot_part.body = msg->body; in verify_signature() 112 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in verify_signature()
|
Completed in 5 milliseconds