Home
last modified time | relevance | path

Searched refs:key0 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_nfs.c51 __u32 key0 = 0x12a3fe2d, key1 = 0x37abe8f9; in get_uuid2int() local
53 __u32 key = key1 + (key0 ^ (*name++ * 7152373)); in get_uuid2int()
57 key1 = key0; in get_uuid2int()
58 key0 = key; in get_uuid2int()
60 return (key0 << 1); in get_uuid2int()
65 __u64 key = 0, key0 = 0x12a3fe2d, key1 = 0x37abe8f9; in get_uuid2fsid() local
68 key = key1 + (key0 ^ (*name++ * 7152373)); in get_uuid2fsid()
71 key1 = key0; in get_uuid2fsid()
72 key0 = key; in get_uuid2fsid()
/linux-4.1.27/drivers/net/wireless/ath/
Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
184 key0 = get_unaligned_le32(k->kv_val + 0); in ath_hw_set_keycache_entry()
208 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), ~key0); in ath_hw_set_keycache_entry()
311 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath_hw_set_keycache_entry()
319 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath_hw_set_keycache_entry()
/linux-4.1.27/arch/c6x/platforms/
Ddscr.c162 u32 lock0, u32 key0, in dscr_write_locked2() argument
165 soc_writel(key0, dscr.base + lock0); in dscr_write_locked2()
/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt33 then sectors are encrypted according to their offsets (sector 0 uses key0;
/linux-4.1.27/drivers/pinctrl/bcm/
Dpinctrl-cygnus-mux.c503 CYGNUS_PIN_GROUP(key0, 0x4, 0, 1),