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

/linux-master/drivers/crypto/
H A Dpadlock-aes.c394 static struct skcipher_alg ecb_aes_alg = { variable in typeref:struct:skcipher_alg
499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0)
517 crypto_unregister_skcipher(&ecb_aes_alg);
528 crypto_unregister_skcipher(&ecb_aes_alg);
/linux-master/arch/s390/crypto/
H A Daes_s390.c280 static struct skcipher_alg ecb_aes_alg = { variable in typeref:struct:skcipher_alg
1002 ret = aes_s390_register_skcipher(&ecb_aes_alg);

Completed in 146 milliseconds