Home
last modified time | relevance | path

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

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