Searched refs:SEC_CHECK0 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A Dcmsutil.c81 #define SEC_CHECK0(CALL, ERROR) do { if (!(CALL)) { sec_error(ERROR); goto loser; } } while(0) macro
487 SEC_CHECK0(sigd = (SecCmsSignedDataRef )SecCmsContentInfoGetContent(cinfo),
523 SEC_CHECK0(SecCmsSignedDataHasDigests(sigd), "message has no digests");
667 SEC_CHECK0(cmsg = SecCmsMessageCreate(NULL), "cannot create CMS message");
669 SEC_CHECK0(sigd = SecCmsSignedDataCreate(cmsg),
671 SEC_CHECK0(cinfo = SecCmsMessageGetContentInfo(cmsg),
675 SEC_CHECK0(cinfo = SecCmsSignedDataGetContentInfo(sigd),
681 SEC_CHECK0(signerinfo = SecCmsSignerInfoCreate(cmsg, identity, signOptions->hashAlgTag),
802 SEC_CHECK0(cnt = nss_CMSArray_Count((void **)envelopeOptions->recipients),
829 SEC_CHECK0(cms
[all...]

Completed in 60 milliseconds