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

  /external/openssl/apps/
cms.c 112 CMS_ContentInfo *cms = NULL, *rcms = NULL; local
834 rcms = SMIME_read_CMS(rctin, NULL);
836 rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL);
838 rcms = d2i_CMS_bio(rctin, NULL);
845 if (!rcms)
1100 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0)
1170 CMS_ContentInfo_free(rcms);
    [all...]

Completed in 35 milliseconds