Home
last modified time | relevance | path

Searched refs:gaplen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dfdcio.h58 u_char gaplen; /* GAP 3 length; usually 84 */ member
77 # define fd_formb_gaplen format_info.gaplen
/f-stack/freebsd/crypto/
H A Dsha1.c225 size_t gaplen; in sha1_loop() local
234 gaplen = 64 - gapstart; in sha1_loop()
236 copysiz = (gaplen < len - off) ? gaplen : len - off; in sha1_loop()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c435 size_t gaplen; in intel_sha1_update() local
452 gaplen = 64 - gapstart; in intel_sha1_update()
454 copysiz = (gaplen < datalen - off) ? gaplen : datalen - off; in intel_sha1_update()