Home
last modified time | relevance | path

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

/crypto/
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()
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()
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()
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()
A Dscompress.c380 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
400 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
A Dsha3_generic.c221 static struct shash_alg algs[] = { { variable
A Dchacha.c129 static struct skcipher_alg algs[] = { variable
A Dacompress.c334 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
354 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
A Dsha1.c146 static struct shash_alg algs[] = { variable
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()
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()
A Dstreebog_generic.c1026 static struct shash_alg algs[2] = { { variable
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()
A Dalgapi.c508 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
528 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
A Dahash.c1003 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
1023 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
A Dsha512.c261 static struct shash_alg algs[] = { variable
A Dsha256.c255 static struct shash_alg algs[] = { variable

Completed in 36 milliseconds