Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/cesa/
H A Dcesa.c196 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,
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c457 static struct skcipher_engine_alg cipher_algs[] = { variable
532 return crypto_engine_register_skciphers(cipher_algs, ARRAY_SIZE(cipher_algs)); in dthe_register_aes_algs()
537 crypto_engine_unregister_skciphers(cipher_algs, ARRAY_SIZE(cipher_algs)); in dthe_unregister_aes_algs()