HomeSort by relevance Sort by last modified time
    Searched defs:cms (Results 51 - 67 of 67) sorted by null

1 23

  /external/openssl/crypto/cms/
cms_env.c 1 /* crypto/cms/cms_env.c */
59 #include <openssl/cms.h>
65 /* CMS EnvelopedData Utilities */
74 CMS_EnvelopedData *cms_get0_enveloped(CMS_ContentInfo *cms)
76 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped)
82 return cms->d.envelopedData;
85 static CMS_EnvelopedData *cms_enveloped_data_init(CMS_ContentInfo *cms)
87 if (cms->d.other == NULL)
89 cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData);
90 if (!cms->d.envelopedData
122 CMS_ContentInfo *cms; local
    [all...]
cms_smime.c 1 /* crypto/cms/cms_smime.c */
59 #include <openssl/cms.h>
122 static int check_content(CMS_ContentInfo *cms)
124 ASN1_OCTET_STRING **pos = CMS_get0_content(cms);
150 int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags)
154 if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_data)
159 cont = CMS_dataInit(cms, NULL);
169 CMS_ContentInfo *cms; local
170 cms = cms_Data_create();
171 if (!cms)
209 CMS_ContentInfo *cms; local
256 CMS_ContentInfo *cms; local
463 CMS_ContentInfo *cms; local
507 CMS_ContentInfo *cms = NULL; local
576 CMS_ContentInfo *cms; local
819 CMS_ContentInfo *cms; local
    [all...]
cms.h 1 /* crypto/cms/cms.h */
61 #error CMS is disabled.
116 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);
118 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
119 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
121 ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms);
122 int CMS_is_detached(CMS_ContentInfo *cms);
123 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
126 DECLARE_PEM_rw_const(CMS, CMS_ContentInfo
175 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms); variable
191 STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms); variable
247 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms); variable
252 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms); variable
258 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms); variable
    [all...]
  /system/core/fastbootd/other/sign/src/
SignImg.java 28 import org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder;
31 import org.bouncycastle.cms.CMSProcessableByteArray;
32 import org.bouncycastle.cms.CMSSignedGenerator;
33 import org.bouncycastle.cms.CMSSignedDataGenerator;
34 import org.bouncycastle.cms.CMSSignedGenerator;
35 import org.bouncycastle.cms.CMSProcessable;
36 import org.bouncycastle.cms.CMSSignedData;
37 import org.bouncycastle.cms.CMSTypedData;
85 CMSProcessableByteArray cms = new CMSProcessableByteArray(data); local
87 return cms;
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 265 char cms[CMSG_SPACE(sizeof(int))]; local
270 msg.msg_control = reinterpret_cast<caddr_t>(cms);
300 char cms[CMSG_SPACE(sizeof(int))]; local
308 msg.msg_control = reinterpret_cast<caddr_t>(cms);
309 msg.msg_controllen = sizeof(cms);
  /ndk/sources/android/crazy_linker/tests/
test_util.h 265 char cms[CMSG_SPACE(sizeof(int))]; local
270 msg.msg_control = reinterpret_cast<caddr_t>(cms);
300 char cms[CMSG_SPACE(sizeof(int))]; local
308 msg.msg_control = reinterpret_cast<caddr_t>(cms);
309 msg.msg_controllen = sizeof(cms);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 1 package org.bouncycastle.cms;
19 import org.bouncycastle.asn1.cms.Attribute;
20 import org.bouncycastle.asn1.cms.AttributeTable;
21 import org.bouncycastle.asn1.cms.CMSAttributes;
22 import org.bouncycastle.asn1.cms.IssuerAndSerialNumber;
23 import org.bouncycastle.asn1.cms.SignerIdentifier;
24 import org.bouncycastle.asn1.cms.SignerInfo;
25 import org.bouncycastle.asn1.cms.Time;
37 * an expanded SignerInfo block from a CMS Signed message
517 * @throws org.bouncycastle.cms.CMSVerifierCertificateNotValidException if the provider has an associated certificate and the cert (…)
    [all...]
  /external/openssl/apps/
cms.c 1 /* apps/cms.c */
54 /* CMS utility function */
67 #include <openssl/cms.h>
73 static void receipt_request_print(BIO *out, CMS_ContentInfo *cms);
115 CMS_ContentInfo *cms = NULL, *rcms = NULL; local
593 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
599 BIO_printf (bio_err, "-cmsout output CMS structure\n");
799 cms = SMIME_read_CMS(in, &indata);
801 cms = PEM_read_bio_CMS(in, NULL, NULL, NULL);
803 cms = d2i_CMS_bio(in, NULL)
    [all...]
  /external/openssl/include/openssl/
cms.h 1 /* crypto/cms/cms.h */
61 #error CMS is disabled.
116 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);
118 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
119 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
121 ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms);
122 int CMS_is_detached(CMS_ContentInfo *cms);
123 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
126 DECLARE_PEM_rw_const(CMS, CMS_ContentInfo
175 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms); variable
191 STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms); variable
247 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms); variable
252 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms); variable
258 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 170 } cms; member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 170 } cms; member in struct:_XDisplay
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 1176 CtMethod[] cms = new CtMethod[num]; local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 9100 milliseconds

1 23