Home
last modified time | relevance | path

Searched refs:b32 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/crypto/
H A Dsha1.h46 uint32_t b32[5]; member
54 uint32_t b32[16]; member
H A Dsha1.c69 #define H(n) (ctxt->h.b32[(n)])
72 #define W(n) (ctxt->m.b32[(n)])
/f-stack/freebsd/crypto/aesni/
H A Daesni.c446 intel_sha1_step(ctx->h.b32, data + off, blocks); in intel_sha1_update()
460 intel_sha1_step(ctx->h.b32, (void *)ctx->m.b8, 1); in intel_sha1_update()
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1316 - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32),