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

/linux-master/drivers/crypto/
H A Dpadlock-aes.c461 static struct skcipher_alg cbc_aes_alg = { variable in typeref:struct:skcipher_alg
502 if ((ret = crypto_register_skcipher(&cbc_aes_alg)) != 0)
527 crypto_unregister_skcipher(&cbc_aes_alg);
/linux-master/arch/s390/crypto/
H A Daes_s390.c360 static struct skcipher_alg cbc_aes_alg = { variable in typeref:struct:skcipher_alg
1010 ret = aes_s390_register_skcipher(&cbc_aes_alg);

Completed in 116 milliseconds