Home
last modified time | relevance | path

Searched refs:ecb_aes_alg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/crypto/
Dpadlock-aes.c393 static struct crypto_alg ecb_aes_alg = { variable
512 if ((ret = crypto_register_alg(&ecb_aes_alg))) in padlock_init()
530 crypto_unregister_alg(&ecb_aes_alg); in padlock_init()
541 crypto_unregister_alg(&ecb_aes_alg); in padlock_fini()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c329 static struct crypto_alg ecb_aes_alg = { variable
1160 ret = aes_s390_register_alg(&ecb_aes_alg); in aes_s390_init()