Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dtnc.c1928 union ubifs_key *dkey; in search_dh_cookie() local
1938 dkey = &zbr->key; in search_dh_cookie()
1940 if (key_inum(c, dkey) != key_inum(c, key) || in search_dh_cookie()
1941 key_type(c, dkey) != key_type(c, key)) { in search_dh_cookie()
1949 if (key_hash(c, key) == key_hash(c, dkey) && in search_dh_cookie()
2988 union ubifs_key *dkey; in ubifs_tnc_next_ent() local
3045 dkey = &zbr->key; in ubifs_tnc_next_ent()
3046 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent()
3047 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()
/linux-4.19.296/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.19.296/drivers/s390/cio/
Dqdio_setup.c415 irq_ptr->qdr->qdf0[i + nr].dkey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()