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

/linux-4.1.27/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.1.27/arch/s390/crypto/
H A Daes_s390.c391 static struct crypto_alg ecb_aes_alg = { variable in typeref:struct:crypto_alg
914 ret = crypto_register_alg(&ecb_aes_alg); aes_s390_init()
959 crypto_unregister_alg(&ecb_aes_alg); aes_s390_init()
975 crypto_unregister_alg(&ecb_aes_alg); aes_s390_fini()

Completed in 171 milliseconds