Home
last modified time | relevance | path

Searched refs:key_dst (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-pcache/
H A Dcache.h574 static inline void cache_key_copy(struct pcache_cache_key *key_dst, struct pcache_cache_key *key_sr… in cache_key_copy() argument
576 key_dst->off = key_src->off; in cache_key_copy()
577 key_dst->len = key_src->len; in cache_key_copy()
578 key_dst->seg_gen = key_src->seg_gen; in cache_key_copy()
579 key_dst->cache_tree = key_src->cache_tree; in cache_key_copy()
580 key_dst->cache_subtree = key_src->cache_subtree; in cache_key_copy()
581 key_dst->flags = key_src->flags; in cache_key_copy()
583 cache_pos_copy(&key_dst->cache_pos, &key_src->cache_pos); in cache_key_copy()
/linux/drivers/crypto/tegra/
H A Dtegra-se-main.c348 .key_dst = SE_AES1_KEY_DST,
358 .key_dst = SE_SHA_KEY_DST,