Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Daes-i586-asm_32.S52 #define dkey (240) macro
310 #if dkey != 0
311 lea dkey(%ebp),%ebp // key pointer
/linux-4.4.14/arch/s390/include/asm/
Dqdio.h43 u32 dkey : 4; member
/linux-4.4.14/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-4.4.14/fs/ubifs/
Dtnc.c2756 union ubifs_key *dkey; in ubifs_tnc_next_ent() local
2809 dkey = &zbr->key; in ubifs_tnc_next_ent()
2810 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent()
2811 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()
/linux-4.4.14/drivers/s390/cio/
Dqdio_setup.c412 irq_ptr->qdr->qdf0[i + nr].dkey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()