Home
last modified time | relevance | path

Searched defs:algs (Results 1 – 19 of 19) sorted by relevance

/linux/crypto/
H A Dcrypto_engine.c521 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads()
540 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads()
563 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes()
582 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, in crypto_engine_unregister_ahashes()
634 int crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_register_skciphers()
654 void crypto_engine_unregister_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_unregister_skciphers()
H A Dsimd.c207 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat()
241 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
430 int simd_register_aeads_compat(struct aead_alg *algs, int count, in simd_register_aeads_compat()
464 void simd_unregister_aeads(struct aead_alg *algs, int count, in simd_unregister_aeads()
H A Drng.c192 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
212 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
H A Daead.c250 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
270 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
H A Dsha3_generic.c221 static struct shash_alg algs[] = { { variable
H A Dchacha.c129 static struct skcipher_alg algs[] = { variable
H A Dskcipher.c487 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
507 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()
H A Dlskcipher.c381 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count) in crypto_register_lskciphers()
401 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count) in crypto_unregister_lskciphers()
H A Dshash.c539 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
559 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()
H A Dsha1.c146 static struct shash_alg algs[] = { variable
H A Dstreebog_generic.c1026 static struct shash_alg algs[2] = { { variable
H A Dsha512.c261 static struct shash_alg algs[] = { variable
H A Dsha256.c255 static struct shash_alg algs[] = { variable
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_mem_maps.c538 const struct cs_dsp_mock_alg_def *algs, in cs_dsp_mock_xm_header_add_adsp2_algs()
592 const struct cs_dsp_mock_alg_def *algs, in cs_dsp_mock_xm_header_add_halo_algs()
673 const struct cs_dsp_mock_alg_def *algs, in cs_dsp_create_mock_xm_header()
/linux/include/linux/
H A Duacce.h121 const char *algs; member
/linux/fs/erofs/
H A Ddecompressor.c454 unsigned int algs, alg; in z_erofs_parse_cfgs() local
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c1258 static struct skcipher_engine_alg algs[] = { variable
/linux/drivers/crypto/
H A Ds5p-sss.c2072 static struct skcipher_alg algs[] = { variable
/linux/drivers/crypto/hisilicon/
H A Dqm.c853 char *algs, *ptr; in hisi_qm_set_algs() local