Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
128 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
131 p7->d.sign = p7s; in crl2pkcs7_main()
132 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
134 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
140 p7s->crl = crl_stack; in crl2pkcs7_main()
148 p7s->cert = cert_stack; in crl2pkcs7_main()
/openssl/crypto/pkcs12/
H A Dp12_add.c197 STACK_OF(PKCS7) *p7s; in STACK_OF()
213 p7s = ASN1_item_unpack_ex(p12->authsafes->d.data, in STACK_OF()
217 if (p7s != NULL) { in STACK_OF()
218 for (i = 0; i < sk_PKCS7_num(p7s); i++) { in STACK_OF()
219 p7 = sk_PKCS7_value(p7s, i); in STACK_OF()
224 return p7s; in STACK_OF()
226 sk_PKCS7_free(p7s); in STACK_OF()
/openssl/test/smime-eml/
H A DSignedInvalidMappingFromanyPolicyTest7.eml15 Content-Type: application/pkcs7-signature; name="smime.p7s"
17 Content-Disposition: attachment; filename="smime.p7s"

Completed in 5 milliseconds