Home
last modified time | relevance | path

Searched defs:HASH (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dnh-sse2-x86_64.S31 #define HASH %rcx macro
H A Dnh-avx2-x86_64.S37 #define HASH %rcx macro
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dmain.c24 HASH, enumerator
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/OK3568_Linux_fs/u-boot/common/
H A DKconfig675 config HASH config
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_vti.c53 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
H A Dsit.c62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
H A Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c44 #define HASH 0x0100 macro
/OK3568_Linux_fs/kernel/net/atm/
H A Dlec.c1230 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro