HomeSort by relevance Sort by last modified time
    Searched refs:pkcs7 (Results 26 - 36 of 36) sorted by null

12

  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 677 AddType application/x-pkcs7-crl .crl
  /external/openssl/apps/
crl2p7.c 70 #include <openssl/pkcs7.h>
92 PKCS7 *p7 = NULL;
270 BIO_printf(bio_err,"unable to write pkcs7 object\n");
pkcs7.c 1 /* apps/pkcs7.c */
68 #include <openssl/pkcs7.h>
85 PKCS7 *p7=NULL;
211 BIO_printf(bio_err,"bad input format specified for pkcs7 object\n");
216 BIO_printf(bio_err,"unable to load PKCS7 object\n");
308 BIO_printf(bio_err,"unable to write pkcs7 object\n");
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 62 #include <openssl/pkcs7.h>
69 ASN1_ADB_TEMPLATE(p7default) = ASN1_EXP_OPT(PKCS7, d.other, ASN1_ANY, 0);
71 ASN1_ADB(PKCS7) = {
72 ADB_ENTRY(NID_pkcs7_data, ASN1_NDEF_EXP_OPT(PKCS7, d.data, ASN1_OCTET_STRING_NDEF, 0)),
73 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
74 ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP_OPT(PKCS7, d.enveloped, PKCS7_ENVELOPE, 0)),
75 ADB_ENTRY(NID_pkcs7_signedAndEnveloped, ASN1_NDEF_EXP_OPT(PKCS7, d.signed_and_enveloped, PKCS7_SIGN_ENVELOPE, 0)),
76 ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP_OPT(PKCS7, d.digest, PKCS7_DIGEST, 0)),
77 ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP_OPT(PKCS7, d.encrypted, PKCS7_ENCRYPT, 0))
78 } ASN1_ADB_END(PKCS7, 0, type, 0, &p7default_tt, NULL)
    [all...]
example.c 4 #include <openssl/pkcs7.h>
  /build/tools/signapk/
SignApk.java 21 import sun.security.pkcs.PKCS7;
315 PKCS7 pkcs7 = new PKCS7( local
321 pkcs7.encodeSignedData(out);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 43 import org.apache.harmony.security.pkcs7.ContentInfo;
44 import org.apache.harmony.security.pkcs7.SignedData;
50 * and Certification Paths in PkiPath and PKCS7 formats.
139 // (is it PKCS7 ContentInfo structure, X.509 Certificate, or
179 // whether it is PKCS7 structure
202 // else: check if it is PKCS7
204 // it is PKCS7 ContentInfo structure, so decode it
212 throw new CertificateException("Invalid PKCS7 data provided");
279 // (is it PKCS7 ContentInfo structure, X.509 CRL, or
319 // whether it is PKCS7 structur
    [all...]
  /external/chromium/net/base/
x509_certificate_openssl.cc 11 #include <openssl/pkcs7.h>
38 crypto::ScopedOpenSSL<PKCS7, PKCS7_free> pkcs7_cert(
  /external/openssl/crypto/x509/
x509.h 601 #include <openssl/pkcs7.h>
    [all...]
  /external/openssl/include/openssl/
x509.h 601 #include <openssl/pkcs7.h>
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 41 #include <openssl/pkcs7.h>
    [all...]

Completed in 1644 milliseconds

12