Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/vmx/
H A 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()
H A Daesp8-ppc.h13 extern struct skcipher_alg p8_aes_ctr_alg;
H A Daes_ctr.c132 struct skcipher_alg p8_aes_ctr_alg = { variable