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

/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_sha1.c94 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
95 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref);
97 static InKernelPerformSHA1Func performSHA1WithinKernelOnly;
99 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref)
H A Dlocalcrypto_sha1.c149 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
150 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref);
152 InKernelPerformSHA1Func performSHA1WithinKernelOnly;
230 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref)

Completed in 19 milliseconds