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

  /external/openssl/apps/
cms.c 115 CMS_ContentInfo *cms = NULL, *rcms = NULL; local
851 rcms = SMIME_read_CMS(rctin, NULL);
853 rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL);
855 rcms = d2i_CMS_bio(rctin, NULL);
862 if (!rcms)
1142 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0)
1219 CMS_ContentInfo_free(rcms);
    [all...]
  /external/openssl/crypto/cms/
cms_smime.c 448 int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms,
454 r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
457 return cms_Receipt_verify(rcms, ocms);
cms.h 171 int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms,
  /external/openssl/include/openssl/
cms.h 171 int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms,

Completed in 892 milliseconds