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

/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_sha1.c93 static InKernelPerformSHA1Func performSHA1WithinKernelOnly; variable
101 if(!OSCompareAndSwapPtr((void *)NULL, (void *)func, (void * volatile *)&performSHA1WithinKernelOnly)) {
107 performSHA1WithinKernelOnly = NULL;

Completed in 22 milliseconds