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

/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c125 u_int32_t CalculateCRC(u_int8_t* buffer, size_t length);
201 u_int32_t CalculateCRC(u_int8_t* buffer, size_t length) function
264 u_int32_t new_crc = CalculateCRC(sha1_ctx.h.b8, sizeof (Block));

Completed in 9 milliseconds