Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/crypto/
H A Daes-ce-core.S162 .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-6.15/include/linux/
H A Dblk-crypto-profile.h113 int (*prepare_key)(struct blk_crypto_profile *profile, member
/linux-6.15/block/
H A Dblk-crypto-profile.c551 if (!profile->ll_ops.prepare_key) in blk_crypto_prepare_key()
554 ret = profile->ll_ops.prepare_key(profile, lt_key, lt_key_size, in blk_crypto_prepare_key()