Home
last modified time | relevance | path

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

/arch/sparc/crypto/
Dcamellia_glue.c196 static struct crypto_alg cipher_alg = { variable
270 err = crypto_register_alg(&cipher_alg); in camellia_sparc64_mod_init()
276 crypto_unregister_alg(&cipher_alg); in camellia_sparc64_mod_init()
282 crypto_unregister_alg(&cipher_alg); in camellia_sparc64_mod_fini()
Daes_glue.c362 static struct crypto_alg cipher_alg = { variable
451 err = crypto_register_alg(&cipher_alg); in aes_sparc64_mod_init()
457 crypto_unregister_alg(&cipher_alg); in aes_sparc64_mod_init()
463 crypto_unregister_alg(&cipher_alg); in aes_sparc64_mod_fini()