Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/cesa/
H A Dcesa.c190 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
210 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs()
223 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs()
262 .cipher_algs = orion_cipher_algs,
271 .cipher_algs = orion_cipher_algs,
280 .cipher_algs = armada_370_cipher_algs,
289 .cipher_algs = armada_370_cipher_algs,
H A Dcesa.h381 struct skcipher_alg **cipher_algs; member
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c1206 static struct skcipher_engine_alg cipher_algs[] = { variable
1361 ret = crypto_engine_register_skciphers(cipher_algs, ARRAY_SIZE(cipher_algs)); in dthe_register_aes_algs()
1366 crypto_engine_unregister_skciphers(cipher_algs, ARRAY_SIZE(cipher_algs)); in dthe_register_aes_algs()
1373 crypto_engine_unregister_skciphers(cipher_algs, ARRAY_SIZE(cipher_algs)); in dthe_unregister_aes_algs()