Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dpadlock-aes.c392 static struct crypto_alg ecb_aes_alg = { variable
511 if ((ret = crypto_register_alg(&ecb_aes_alg))) in padlock_init()
529 crypto_unregister_alg(&ecb_aes_alg); in padlock_init()
540 crypto_unregister_alg(&ecb_aes_alg); in padlock_fini()
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c329 static struct crypto_alg ecb_aes_alg = { variable
1088 ret = aes_s390_register_alg(&ecb_aes_alg); in aes_s390_init()