Home
last modified time | relevance | path

Searched refs:crypto_aes_set_key (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Daes.h51 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
/kernel/linux/linux-6.6/include/crypto/
H A Daes.h51 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-cipher-glue.c43 .cra_cipher.cia_setkey = crypto_aes_set_key,
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-cipher-glue.c42 .cra_cipher.cia_setkey = crypto_aes_set_key,
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-cipher-glue.c43 .cra_cipher.cia_setkey = crypto_aes_set_key,
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-cipher-glue.c42 .cra_cipher.cia_setkey = crypto_aes_set_key,
/kernel/linux/linux-5.10/crypto/
H A Daes_generic.c1125 * 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 Daes_generic.c1125 * 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