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

/linux-4.4.14/drivers/crypto/
H A Dpadlock-aes.c400 static struct crypto_alg ecb_aes_alg = { variable in typeref:struct:crypto_alg
526 if ((ret = crypto_register_alg(&ecb_aes_alg))) padlock_init()
544 crypto_unregister_alg(&ecb_aes_alg); padlock_init()
555 crypto_unregister_alg(&ecb_aes_alg); padlock_fini()
/linux-4.4.14/arch/s390/crypto/
H A Daes_s390.c392 static struct crypto_alg ecb_aes_alg = { variable in typeref:struct:crypto_alg
915 ret = crypto_register_alg(&ecb_aes_alg); aes_s390_init()
960 crypto_unregister_alg(&ecb_aes_alg); aes_s390_init()
976 crypto_unregister_alg(&ecb_aes_alg); aes_s390_fini()

Completed in 120 milliseconds