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

/macosx-10.10/CommonCrypto-60061/lib/
H A DccMemory.h44 #define CC_XMEMCMP(s1, s2, n) memcmp((s1), (s2), (n)) macro
H A DCommonRSACryptor.c128 if(CC_XMEMCMP(theData, theResult, theDataLen) == 0) {
145 if(CC_XMEMCMP(theData, theRecovered, theDataLen) != 0) {
H A DCommonDigest.c235 if(di && (OIDlen == di->oid_size) && (CC_XMEMCMP(OID, di->oid, OIDlen) == 0))
/macosx-10.10/CommonCrypto-60061/libcn/
H A DccMemory.h44 #define CC_XMEMCMP(s1, s2, n) memcmp((s1), (s2), (n)) macro
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DccMemory.h44 #define CC_XMEMCMP(s1, s2, n) memcmp((s1), (s2), (n)) macro

Completed in 135 milliseconds