Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dsha.h121 #define SHA1_DIGEST_WORDS (SHA1_DIGEST_SIZE / 4) macro
/kernel/linux/linux-5.10/kernel/bpf/
Dcore.c276 u32 digest[SHA1_DIGEST_WORDS]; in bpf_prog_calc_tag()
337 for (i = 0; i < SHA1_DIGEST_WORDS; i++) in bpf_prog_calc_tag()
/kernel/linux/linux-5.10/net/ipv6/
Daddrconf.c3233 static __u32 digest[SHA1_DIGEST_WORDS]; in ipv6_generate_stable_address()