Searched refs:cipher_algs (Results 1 – 3 of 3) sorted by relevance
336 static struct crypto_alg cipher_algs[] = { variable 457 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 463 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 469 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,
371 * @cipher_algs: supported cipher algorithms381 struct skcipher_alg **cipher_algs; member