Searched refs:key0 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 51 __u32 key0 = 0x12a3fe2d, key1 = 0x37abe8f9; in get_uuid2int() local 54 __u32 key = key1 + (key0 ^ (*name++ * 7152373)); in get_uuid2int() 58 key1 = key0; in get_uuid2int() 59 key0 = key; in get_uuid2int() 61 return (key0 << 1); in get_uuid2int() 66 __u64 key = 0, key0 = 0x12a3fe2d, key1 = 0x37abe8f9; in get_uuid2fsid() local 69 key = key1 + (key0 ^ (*name++ * 7152373)); in get_uuid2fsid() 72 key1 = key0; in get_uuid2fsid() 73 key0 = key; in get_uuid2fsid()
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | key.c | 134 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.4.14/arch/c6x/platforms/ |
D | dscr.c | 162 u32 lock0, u32 key0, in dscr_write_locked2() argument 165 soc_writel(key0, dscr.base + lock0); in dscr_write_locked2()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-crypt.txt | 33 then sectors are encrypted according to their offsets (sector 0 uses key0;
|
/linux-4.4.14/drivers/pinctrl/bcm/ |
D | pinctrl-cygnus-mux.c | 503 CYGNUS_PIN_GROUP(key0, 0x4, 0, 1),
|