Home
last modified time | relevance | path

Searched refs:ecb_aes_alg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-aes.c394 static struct skcipher_alg ecb_aes_alg = { variable
499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0) in padlock_init()
517 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_init()
528 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_fini()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-aes.c394 static struct skcipher_alg ecb_aes_alg = { variable
499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0) in padlock_init()
517 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_init()
528 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_fini()
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c279 static struct skcipher_alg ecb_aes_alg = { variable
1005 ret = aes_s390_register_skcipher(&ecb_aes_alg); in aes_s390_init()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c280 static struct skcipher_alg ecb_aes_alg = { variable
1002 ret = aes_s390_register_skcipher(&ecb_aes_alg); in aes_s390_init()

Completed in 5 milliseconds