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

/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_sha1.c96 static void *SHA1Ref; variable
103 OSCompareAndSwapPtr((void*)NULL, (void*)ref, (void * volatile*)&SHA1Ref);
112 SHA1Ref = NULL;
H A Dlocalcrypto_sha1.c151 static void *SHA1Ref; variable
234 OSCompareAndSwapPtr((void*)NULL, (void*)ref, (void * volatile*)&SHA1Ref);
243 SHA1Ref = NULL;
253 result = performSHA1WithinKernelOnly(SHA1Ref, data, dataLen, inHashBuffer, options, inHashBuffer, usePhysicalAddress);

Completed in 8 milliseconds