Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha1.h41 #define SHA1_DIGEST_WORDS (SHA1_DIGEST_SIZE / 4) macro
/linux/kernel/bpf/
H A Dcore.c293 u32 digest[SHA1_DIGEST_WORDS]; in bpf_prog_calc_tag()
354 for (i = 0; i < SHA1_DIGEST_WORDS; i++) in bpf_prog_calc_tag()
/linux/net/ipv6/
H A Daddrconf.c3348 static __u32 digest[SHA1_DIGEST_WORDS]; in ipv6_generate_stable_address()