Searched refs:cipher_algs (Results 1 – 3 of 3) sorted by relevance
337 static struct crypto_alg cipher_algs[] = { variable458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()464 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()470 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_fini()
196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()216 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs()229 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs()268 .cipher_algs = orion_cipher_algs,277 .cipher_algs = orion_cipher_algs,286 .cipher_algs = armada_370_cipher_algs,295 .cipher_algs = armada_370_cipher_algs,
381 struct skcipher_alg **cipher_algs; member