Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf98 for dkey in sorted(infos.keys()):
99 if sortkey(dkey) < sortkey(key):
100 lines.append('%s = %s\n' % (dkey, infos[dkey]))
101 added.append(dkey)
102 del infos[dkey]
116 for dkey in sorted(infos.keys()):
117 if dkey[0] == lastletter:
118 lines.append('%s = %s\n' % (dkey, infos[dkey]))
119 del infos[dkey]
121 elif dkey[0] > lastletter:
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.h330 __be32 *dkey = (__be32 *)key; in copy_hash_init_values() local
338 dkey[i] = cpu_to_be32(chcr_sha1_init[i]); in copy_hash_init_values()
342 dkey[i] = cpu_to_be32(chcr_sha224_init[i]); in copy_hash_init_values()
346 dkey[i] = cpu_to_be32(chcr_sha256_init[i]); in copy_hash_init_values()
/openbmc/linux/fs/ubifs/
H A Dtnc.c1927 union ubifs_key *dkey; in search_dh_cookie() local
1937 dkey = &zbr->key; in search_dh_cookie()
1939 if (key_inum(c, dkey) != key_inum(c, key) || in search_dh_cookie()
1940 key_type(c, dkey) != key_type(c, key)) { in search_dh_cookie()
1948 if (key_hash(c, key) == key_hash(c, dkey) && in search_dh_cookie()
2996 union ubifs_key *dkey; in ubifs_tnc_next_ent() local
3053 dkey = &zbr->key; in ubifs_tnc_next_ent()
3054 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent()
3055 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()
/openbmc/linux/arch/s390/include/asm/
H A Dqdio.h44 u32 dkey : 4; member
/openbmc/linux/lib/crypto/
H A Ddes.c714 static void dkey(u32 *pe, const u8 *k) in dkey() function
837 dkey(pe, key); pe += DES_EXPKEY_WORDS; key += DES_KEY_SIZE; in des3_ede_expand_key()
/openbmc/linux/drivers/s390/cio/
H A Dqdio_setup.c301 desc->dkey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py258 for dkey, dvalue in list(value.items()):
266 value[dkey] = new_list
/openbmc/u-boot/fs/ubifs/
H A Dtnc.c2755 union ubifs_key *dkey; in ubifs_tnc_next_ent() local
2808 dkey = &zbr->key; in ubifs_tnc_next_ent()
2809 if (key_inum(c, dkey) != key_inum(c, key) || in ubifs_tnc_next_ent()
2810 key_type(c, dkey) != type) { in ubifs_tnc_next_ent()