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

/macosx-10.10.1/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_sha1.c90 typedef kern_return_t (*InKernelPerformSHA1Func)(void *ref, const void *data, size_t dataLen, u_int32_t *inHash, u_int32_t options, u_int32_t *outHash, Boolean usePhysicalAddress); typedef
91 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref);
93 static InKernelPerformSHA1Func performSHA1WithinKernelOnly;
95 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref)

Completed in 110 milliseconds