Searched defs:algs (Results 1 – 17 of 17) sorted by relevance
| /crypto/ |
| A D | crypto_engine.c | 521 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 D | simd.c | 207 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 D | rng.c | 192 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 D | aead.c | 250 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 D | scompress.c | 380 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 D | sha3_generic.c | 221 static struct shash_alg algs[] = { { variable
|
| A D | chacha.c | 129 static struct skcipher_alg algs[] = { variable
|
| A D | acompress.c | 334 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 D | sha1.c | 146 static struct shash_alg algs[] = { variable
|
| A D | lskcipher.c | 381 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 D | skcipher.c | 487 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 D | streebog_generic.c | 1026 static struct shash_alg algs[2] = { { variable
|
| A D | shash.c | 539 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 D | algapi.c | 508 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 D | ahash.c | 1003 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 D | sha512.c | 261 static struct shash_alg algs[] = { variable
|
| A D | sha256.c | 255 static struct shash_alg algs[] = { variable
|
Completed in 36 milliseconds