HomeSort by relevance Sort by last modified time
    Searched refs:CMS_STREAM (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/cms/
cms_smime.c 174 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
219 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
271 if ((flags & (CMS_STREAM|CMS_PARTIAL))
486 if ((flags & (CMS_STREAM|CMS_PARTIAL))
512 flags &= ~(CMS_STREAM|CMS_TEXT);
595 if ((flags & (CMS_STREAM|CMS_PARTIAL))
829 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags))
cms.h 109 #define CMS_STREAM 0x1000
129 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
  /external/openssl/apps/
cms.c 264 flags |= CMS_STREAM;
266 flags |= CMS_STREAM;
268 flags &= ~CMS_STREAM;
941 if (!(flags & CMS_STREAM))
981 flags |= CMS_STREAM;
1028 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM))
    [all...]
  /external/openssl/include/openssl/
cms.h 109 #define CMS_STREAM 0x1000
129 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);

Completed in 29 milliseconds