Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/
Dpadlock-aes.c394 static struct skcipher_alg ecb_aes_alg = { variable
499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0) in padlock_init()
517 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_init()
528 crypto_unregister_skcipher(&ecb_aes_alg); in padlock_fini()
/linux-6.12.1/arch/s390/crypto/
Daes_s390.c285 static struct skcipher_alg ecb_aes_alg = { variable
1109 ret = aes_s390_register_skcipher(&ecb_aes_alg); in aes_s390_init()