Searched refs:crypto_aes_set_key (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | aes.h | 51 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | aes.h | 51 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 43 .cra_cipher.cia_setkey = crypto_aes_set_key,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-cipher-glue.c | 42 .cra_cipher.cia_setkey = crypto_aes_set_key,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-cipher-glue.c | 43 .cra_cipher.cia_setkey = crypto_aes_set_key,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-cipher-glue.c | 42 .cra_cipher.cia_setkey = crypto_aes_set_key,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | aes_generic.c | 1125 * crypto_aes_set_key - Set the AES key. 1136 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_aes_set_key() function 1143 EXPORT_SYMBOL_GPL(crypto_aes_set_key); variable 1297 .cia_setkey = crypto_aes_set_key,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | aes_generic.c | 1125 * crypto_aes_set_key - Set the AES key. 1136 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_aes_set_key() function 1143 EXPORT_SYMBOL_GPL(crypto_aes_set_key); variable 1297 .cia_setkey = crypto_aes_set_key,
|
Completed in 4 milliseconds