Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/crypto/
Daes-i586-asm_32.S51 #define dkey (240) macro
316 #if dkey != 0
317 lea dkey(%ebp),%ebp // key pointer
/linux-2.6.39/arch/s390/include/asm/
Dqdio.h45 u32 dkey : 4; member
/linux-2.6.39/crypto/
Ddes_generic.c714 static void dkey(u32 *pe, const u8 *k) in dkey() function
878 dkey(expkey, key); expkey += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in des3_ede_setkey()
/linux-2.6.39/drivers/s390/cio/
Dqdio_setup.c339 irq_ptr->qdr->qdf0[i + nr].dkey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()
/linux-2.6.39/fs/ubifs/
Dtnc.c2776 union ubifs_key *dkey; in ubifs_tnc_next_ent() local
2829 dkey = &zbr->key; in ubifs_tnc_next_ent()
2830 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent()
2831 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()