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

/macosx-10.10/CommonCrypto-60061/lib/
H A DccErrors.h35 #define CC_NONULLPARM(X) if(NULL==(X)) return kCCParamError macro
H A DCommonDH.c108 CC_NONULLPARM(ref);
109 CC_NONULLPARM(output);
110 CC_NONULLPARM(outputLength);
133 CC_NONULLPARM(sharedKey);
134 CC_NONULLPARM(sharedKeyLen);
135 CC_NONULLPARM(peerPubKey);
136 CC_NONULLPARM(ref);

Completed in 205 milliseconds