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

/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.h54 u_int8_t b8[20]; member in union:sha1_ctxt::__anon43
58 u_int8_t b8[8]; member in union:sha1_ctxt::__anon44
63 u_int8_t b8[64]; member in union:sha1_ctxt::__anon45
H A Drandomdev.c264 u_int32_t new_crc = CalculateCRC(sha1_ctx.h.b8, sizeof (Block));
H A Dfips_sha1.c77 #define buffer m.b8
/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Dsha1.h41 u_int8_t b8[20]; member in union:sha1_ctxt::__anon818
45 u_int8_t b8[8]; member in union:sha1_ctxt::__anon819
50 u_int8_t b8[64]; member in union:sha1_ctxt::__anon820
/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_sha1.c26 memcpy(sha1_ctx->m.b8, ccdigest_data(di, di_ctx), di->block_size);
27 memcpy(sha1_ctx->h.b8, ccdigest_state_ccn(di, di_ctx), di->state_size);
37 memcpy(ccdigest_data(di, di_ctx), sha1_ctx->m.b8, di->block_size);
38 memcpy(ccdigest_state_ccn(di, di_ctx), sha1_ctx->h.b8, di->state_size);
H A Dlocalcrypto_sha1.c67 #define buffer m.b8

Completed in 26 milliseconds