Home
last modified time | relevance | path

Searched refs:dkey (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.h363 __be32 *dkey = (__be32 *)key; in copy_hash_init_values() local
371 dkey[i] = cpu_to_be32(sha1_init[i]); in copy_hash_init_values()
375 dkey[i] = cpu_to_be32(sha224_init[i]); in copy_hash_init_values()
379 dkey[i] = cpu_to_be32(sha256_init[i]); in copy_hash_init_values()
/Linux-v4.19/arch/x86/crypto/
Daes-i586-asm_32.S52 #define dkey (240) macro
310 #if dkey != 0
311 lea dkey(%ebp),%ebp // key pointer
/Linux-v4.19/fs/ubifs/
Dtnc.c1891 union ubifs_key *dkey; in search_dh_cookie() local
1895 dkey = &zbr->key; in search_dh_cookie()
1897 if (key_inum(c, dkey) != key_inum(c, key) || in search_dh_cookie()
1898 key_type(c, dkey) != key_type(c, key)) { in search_dh_cookie()
1906 if (key_hash(c, key) == key_hash(c, dkey) && in search_dh_cookie()
2945 union ubifs_key *dkey; in ubifs_tnc_next_ent() local
3002 dkey = &zbr->key; in ubifs_tnc_next_ent()
3003 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent()
3004 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()
/Linux-v4.19/arch/s390/include/asm/
Dqdio.h44 u32 dkey : 4; member
/Linux-v4.19/crypto/
Ddes_generic.c714 static void dkey(u32 *pe, const u8 *k) in dkey() function
875 dkey(expkey, key); expkey += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in __des3_ede_setkey()
/Linux-v4.19/drivers/s390/cio/
Dqdio_setup.c412 irq_ptr->qdr->qdf0[i + nr].dkey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()