Searched refs:dkey (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/crypto/chelsio/ |
D | chcr_algo.h | 330 __be32 *dkey = (__be32 *)key; in copy_hash_init_values() local 338 dkey[i] = cpu_to_be32(chcr_sha1_init[i]); in copy_hash_init_values() 342 dkey[i] = cpu_to_be32(chcr_sha224_init[i]); in copy_hash_init_values() 346 dkey[i] = cpu_to_be32(chcr_sha256_init[i]); in copy_hash_init_values()
|
/linux-6.1.9/fs/ubifs/ |
D | tnc.c | 1889 union ubifs_key *dkey; in search_dh_cookie() local 1899 dkey = &zbr->key; in search_dh_cookie() 1901 if (key_inum(c, dkey) != key_inum(c, key) || in search_dh_cookie() 1902 key_type(c, dkey) != key_type(c, key)) { in search_dh_cookie() 1910 if (key_hash(c, key) == key_hash(c, dkey) && in search_dh_cookie() 2958 union ubifs_key *dkey; in ubifs_tnc_next_ent() local 3015 dkey = &zbr->key; in ubifs_tnc_next_ent() 3016 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent() 3017 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | qdio.h | 44 u32 dkey : 4; member
|
/linux-6.1.9/lib/crypto/ |
D | des.c | 714 static void dkey(u32 *pe, const u8 *k) in dkey() function 837 dkey(pe, key); pe += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in des3_ede_expand_key()
|
/linux-6.1.9/drivers/s390/cio/ |
D | qdio_setup.c | 301 desc->dkey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
|