Searched refs:xts_set_key (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 150 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in xts_set_key() function 677 .setkey = xts_set_key,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 150 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in xts_set_key() function 677 .setkey = xts_set_key,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-glue.c | 139 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, in xts_set_key() function 731 .setkey = xts_set_key,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-glue.c | 145 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, in xts_set_key() function 761 .setkey = xts_set_key,
|
Completed in 6 milliseconds