Searched refs:algs (Results 1 – 9 of 9) sorted by relevance
/include/crypto/internal/ |
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, 42 int simd_register_aeads_compat(struct aead_alg *algs, int count, 45 void simd_unregister_aeads(struct aead_alg *algs, int count,
|
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);
|
D | acompress.h | 74 int crypto_register_acomps(struct acomp_alg *algs, int count); 75 void crypto_unregister_acomps(struct acomp_alg *algs, int count);
|
D | hash.h | 73 int crypto_register_ahashes(struct ahash_alg *algs, int count); 74 void crypto_unregister_ahashes(struct ahash_alg *algs, int count); 105 int crypto_register_shashes(struct shash_alg *algs, int count); 106 void crypto_unregister_shashes(struct shash_alg *algs, int count);
|
D | scompress.h | 118 int crypto_register_scomps(struct scomp_alg *algs, int count); 119 void crypto_unregister_scomps(struct scomp_alg *algs, int count);
|
D | aead.h | 165 int crypto_register_aeads(struct aead_alg *algs, int count); 166 void crypto_unregister_aeads(struct aead_alg *algs, int count);
|
D | skcipher.h | 127 int crypto_register_skciphers(struct skcipher_alg *algs, int count); 128 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
|
/include/linux/ |
D | uacce.h | 108 const char *algs; member
|
D | crypto.h | 615 int crypto_register_algs(struct crypto_alg *algs, int count); 616 void crypto_unregister_algs(struct crypto_alg *algs, int count);
|