Searched refs:p7s (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | crl2pkcs7.c | 53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local 129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main() 132 p7->d.sign = p7s; in crl2pkcs7_main() 133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main() 135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main() 141 p7s->crl = crl_stack; in crl2pkcs7_main() 149 p7s->cert = cert_stack; in crl2pkcs7_main()
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_add.c | 195 STACK_OF(PKCS7) *p7s; in STACK_OF() 209 p7s = ASN1_item_unpack(p12->authsafes->d.data, in STACK_OF() 211 if (p7s != NULL) { in STACK_OF() 212 for (i = 0; i < sk_PKCS7_num(p7s); i++) { in STACK_OF() 213 p7 = sk_PKCS7_value(p7s, i); in STACK_OF() 218 return p7s; in STACK_OF() 220 sk_PKCS7_free(p7s); in STACK_OF()
|
/freebsd/crypto/openssl/test/smime-eml/ |
H A D | SignedInvalidMappingFromanyPolicyTest7.eml | 15 Content-Type: application/pkcs7-signature; name="smime.p7s" 17 Content-Disposition: attachment; filename="smime.p7s"
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-anchor.c | 1761 verify_p7sig(BIO* data, BIO* p7s, STACK_OF(X509)* trust, const char* p7signer) in verify_p7sig() argument 1791 (void)BIO_seek(p7s, 0); in verify_p7sig() 1795 p7 = d2i_PKCS7_bio(p7s, NULL); in verify_p7sig() 1926 verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s, in verify_and_update_anchor() argument 1932 if(!verify_p7sig(xml, p7s, cert, p7signer)) { in verify_and_update_anchor() 1963 BIO *xml, *p7s; in do_certupdate() local 1994 p7s = https(ip_list, p7sname, urlname, src, use_sni); in do_certupdate() 1997 verify_and_update_anchor(root_anchor_file, xml, p7s, cert, p7signer); in do_certupdate() 2002 BIO_free(p7s); in do_certupdate()
|