Home
last modified time | relevance | path

Searched refs:p8_aes_ctr_alg (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/powerpc/crypto/
Dvmx.c38 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init()
49 crypto_unregister_skcipher(&p8_aes_ctr_alg); in p8_init()
63 crypto_unregister_skcipher(&p8_aes_ctr_alg); in p8_exit()
Daesp8-ppc.h13 extern struct skcipher_alg p8_aes_ctr_alg;
Daes_ctr.c132 struct skcipher_alg p8_aes_ctr_alg = { variable