Searched refs:dkey (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.h | 363 __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/ |
D | aes-i586-asm_32.S | 52 #define dkey (240) macro 310 #if dkey != 0 311 lea dkey(%ebp),%ebp // key pointer
|
/Linux-v4.19/fs/ubifs/ |
D | tnc.c | 1891 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/ |
D | qdio.h | 44 u32 dkey : 4; member
|
/Linux-v4.19/crypto/ |
D | des_generic.c | 714 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/ |
D | qdio_setup.c | 412 irq_ptr->qdr->qdf0[i + nr].dkey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()
|