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

  /external/openssl/apps/
cms.c 115 CMS_ContentInfo *cms = NULL, *rcms = NULL; local
841 rcms = SMIME_read_CMS(rctin, NULL);
843 rcms = PEM_read_bio_CMS(rctin, NULL, NULL, NULL);
845 rcms = d2i_CMS_bio(rctin, NULL);
852 if (!rcms)
1109 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0)
1184 CMS_ContentInfo_free(rcms);
    [all...]

Completed in 43 milliseconds