Searched refs:prepare_key (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm/crypto/ |
| H A D | aes-ce-core.S | 162 .macro prepare_key, rk, rounds macro 177 prepare_key r2, r3 203 prepare_key r2, r3 236 prepare_key r2, r3 252 prepare_key r2, r3 314 prepare_key r2, r3 352 prepare_key r2, r3 381 prepare_key r2, r3 497 prepare_key r6, r3 506 prepare_key r2, r3 [all …]
|
| /linux/include/linux/ |
| H A D | blk-crypto-profile.h | 113 int (*prepare_key)(struct blk_crypto_profile *profile, member
|
| /linux/block/ |
| H A D | blk-crypto-profile.c | 552 if (!profile->ll_ops.prepare_key) in blk_crypto_prepare_key() 555 ret = profile->ll_ops.prepare_key(profile, lt_key, lt_key_size, in blk_crypto_prepare_key()
|
| /linux/drivers/md/ |
| H A D | dm-table.c | 1211 } prepare_key; member 1244 args->prepare_key.lt_key, in dm_wrappedkey_op_callback() 1245 args->prepare_key.lt_key_size, in dm_wrappedkey_op_callback() 1246 args->prepare_key.eph_key); in dm_wrappedkey_op_callback() 1338 .prepare_key = { in dm_prepare_key() 1425 profile->ll_ops.prepare_key = dm_prepare_key; in dm_table_construct_crypto_profile()
|