Lines Matching defs:key
34 /* Ensure that CFGE is cleared before programming the key */
52 const struct blk_crypto_key *key,
58 &ufs_crypto_algs[key->crypto_cfg.crypto_mode];
59 u8 data_unit_mask = key->crypto_cfg.data_unit_size / 512;
84 memcpy(cfg.crypto_key, key->raw, key->size/2);
86 key->raw + key->size/2, key->size/2);
88 memcpy(cfg.crypto_key, key->raw, key->size);
109 const struct blk_crypto_key *key,