/external/openssl/crypto/cms/ |
cms_io.c | 1 /* crypto/cms/cms_io.c */ 58 #include "cms.h" 61 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) 64 pos = CMS_get0_content(cms); 80 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms) 82 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms); 85 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms) 87 return ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms); 90 IMPLEMENT_PEM_rw_const(CMS, CMS_ContentInfo, PEM_STRING_CMS, CMS_ContentInfo) 92 BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms) [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...] |
/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...] |
/art/build/ |
Android.common_build.mk | 104 # Used to change the default GC. Valid values are CMS, SS, GSS. The default is CMS. 106 ART_DEFAULT_GC_TYPE ?= CMS
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 234 %token <number> CMS [all...] |
CSSTokenizer-in.cpp | 846 m_token = CMS; [all...] |
/external/chromium_org/third_party/readability/js/ |
readability.js | [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |