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

/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c482 static struct crypto_alg cbc_aes_alg = { variable in typeref:struct:crypto_alg
529 if ((ret = crypto_register_alg(&cbc_aes_alg))) padlock_init()
554 crypto_unregister_alg(&cbc_aes_alg); padlock_fini()
/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c507 static struct crypto_alg cbc_aes_alg = { variable in typeref:struct:crypto_alg
918 ret = crypto_register_alg(&cbc_aes_alg); aes_s390_init()
957 crypto_unregister_alg(&cbc_aes_alg); aes_s390_init()
974 crypto_unregister_alg(&cbc_aes_alg); aes_s390_fini()

Completed in 56 milliseconds