Searched refs:algs (Results 1 – 11 of 11) sorted by relevance
| /include/crypto/internal/ |
| A D | simd.h | 24 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, 27 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, 35 int simd_register_aeads_compat(struct aead_alg *algs, int count, 38 void simd_unregister_aeads(struct aead_alg *algs, int count,
|
| A D | rng.h | 17 int crypto_register_rngs(struct rng_alg *algs, int count); 18 void crypto_unregister_rngs(struct rng_alg *algs, int count);
|
| A D | scompress.h | 114 int crypto_register_scomps(struct scomp_alg *algs, int count); 115 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
|
| A D | skcipher.h | 162 int crypto_register_skciphers(struct skcipher_alg *algs, int count); 163 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count); 169 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count); 170 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count);
|
| A D | aead.h | 162 int crypto_register_aeads(struct aead_alg *algs, int count); 163 void crypto_unregister_aeads(struct aead_alg *algs, int count);
|
| A D | hash.h | 89 int crypto_register_ahashes(struct ahash_alg *algs, int count); 90 void crypto_unregister_ahashes(struct ahash_alg *algs, int count); 140 int crypto_register_shashes(struct shash_alg *algs, int count); 141 void crypto_unregister_shashes(struct shash_alg *algs, int count);
|
| A D | acompress.h | 145 int crypto_register_acomps(struct acomp_alg *algs, int count); 146 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
|
| /include/crypto/ |
| A D | engine.h | 84 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count); 85 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count); 89 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count); 90 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, 101 int crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, 103 void crypto_engine_unregister_skciphers(struct skcipher_engine_alg *algs,
|
| A D | algapi.h | 124 int crypto_register_algs(struct crypto_alg *algs, int count); 125 void crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /include/linux/ |
| A D | uacce.h | 121 const char *algs; member
|
| /include/linux/firmware/cirrus/ |
| A D | cs_dsp_test_utils.h | 111 const struct cs_dsp_mock_alg_def *algs,
|
Completed in 17 milliseconds