HomeSort by relevance Sort by last modified time
    Searched full:pkcs7 (Results 51 - 75 of 211) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/t/
msie-s-a-e.pem 1 -----BEGIN PKCS7-----
106 -----END PKCS7-----
  /external/openssl/crypto/pkcs7/t/
msie-enc-02.pem 1 -----BEGIN PKCS7-----
106 -----END PKCS7-----
msie-s-a-e.pem 1 -----BEGIN PKCS7-----
106 -----END PKCS7-----
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_smime.c 66 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
68 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
71 PKCS7 *p7;
115 int PKCS7_final(PKCS7 *p7, BIO *data, int flags)
161 PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert,
235 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si)
266 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
430 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags)
492 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
495 PKCS7 *p7
    [all...]
pk7_dgst.c 1 /* crypto/pkcs7/pk7_dgst.c */
65 #include <openssl/pkcs7.h>
dec.c 1 /* crypto/pkcs7/verify.c */
79 PKCS7 *p7;
135 /* Load the PKCS7 object from a file */
  /external/openssl/crypto/pkcs7/
pk7_smime.c 66 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
68 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
71 PKCS7 *p7;
115 int PKCS7_final(PKCS7 *p7, BIO *data, int flags)
161 PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert,
235 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si)
266 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
430 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags)
492 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
495 PKCS7 *p7
    [all...]
pk7_dgst.c 1 /* crypto/pkcs7/pk7_dgst.c */
65 #include <openssl/pkcs7.h>
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertPathImpl.java 46 import org.apache.harmony.security.pkcs7.ContentInfo;
47 import org.apache.harmony.security.pkcs7.SignedData;
87 PKCS7("PKCS7");
109 Encoding.PKCS7.apiName,
118 /** PKCS7 encoding of the certification path. */
164 throw new CertificateException("Incorrect PKCS7 encoded form: missing signed data");
177 return new X509CertPathImpl(result, Encoding.PKCS7);
214 case PKCS7:
257 case PKCS7
    [all...]
DRLCertFactory.java 38 super("DRLCertFactory", 1.0, "ASN.1, DER, PkiPath, PKCS7");
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
203 // else: check if it is PKCS7
205 // it is PKCS7 ContentInfo structure, so decode it
213 throw new CertificateException("Invalid PKCS7 data provided");
280 // (is it PKCS7 ContentInfo structure, X.509 CRL, or
320 // whether it is PKCS7 structur
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ts/
ts_err.c 129 {ERR_REASON(TS_R_BAD_PKCS7_TYPE) ,"bad pkcs7 type"},
145 {ERR_REASON(TS_R_PKCS7_ADD_SIGNATURE_ERROR),"pkcs7 add signature error"},
146 {ERR_REASON(TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR),"pkcs7 add signed attr error"},
147 {ERR_REASON(TS_R_PKCS7_TO_TS_TST_INFO_FAILED),"pkcs7 to ts tst info failed"},
  /external/openssl/crypto/ts/
ts_err.c 129 {ERR_REASON(TS_R_BAD_PKCS7_TYPE) ,"bad pkcs7 type"},
145 {ERR_REASON(TS_R_PKCS7_ADD_SIGNATURE_ERROR),"pkcs7 add signature error"},
146 {ERR_REASON(TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR),"pkcs7 add signed attr error"},
147 {ERR_REASON(TS_R_PKCS7_TO_TS_TST_INFO_FAILED),"pkcs7 to ts tst info failed"},
  /external/chromium_org/third_party/openssl/openssl/apps/
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/apps/
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/chromium/net/data/ssl/certificates/
README 8 - google.pkcs7.p7b
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_crt.c 84 STACK_OF(PKCS7) *safes = NULL;
265 int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags,
268 PKCS7 *p7 = NULL;
341 PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int nid_p7)
p12_asn.c 68 ASN1_SIMPLE(PKCS12, authsafes, PKCS7),
121 /* Authsafes: SEQUENCE OF PKCS7 */
123 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, PKCS12_AUTHSAFES, PKCS7)
  /external/openssl/crypto/pkcs12/
p12_crt.c 84 STACK_OF(PKCS7) *safes = NULL;
265 int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags,
268 PKCS7 *p7 = NULL;
341 PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int nid_p7)
p12_asn.c 68 ASN1_SIMPLE(PKCS12, authsafes, PKCS7),
121 /* Authsafes: SEQUENCE OF PKCS7 */
123 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, PKCS12_AUTHSAFES, PKCS7)
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 22 package org.apache.harmony.security.pkcs7;
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 42 import org.apache.harmony.security.pkcs7.ContentInfo;
43 import org.apache.harmony.security.pkcs7.SignedData;
44 import org.apache.harmony.security.pkcs7.SignerInfo;
56 * This method handle all the work with PKCS7, ASN1 encoding, signature verifying,
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampRespTest.java 30 import org.apache.harmony.security.pkcs7.ContentInfo;
31 import org.apache.harmony.security.pkcs7.SignedData;
32 import org.apache.harmony.security.pkcs7.SignerInfo;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 58 add("application/x-pkcs7-certreqresp", icon);
59 add("application/x-pkcs7-crl", icon);
62 add("application/x-pkcs7-certificates", icon);
63 add("application/x-pkcs7-mime", icon);
64 add("application/x-pkcs7-signature", icon);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 59 encodings.add("PKCS7");
196 else if (encoding.equalsIgnoreCase("PKCS7") || encoding.equalsIgnoreCase("PEM"))
284 else if (encoding.equalsIgnoreCase("PKCS7"))

Completed in 631 milliseconds

1 23 4 5 6 7 8 9