Home
last modified time | relevance | path

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

12

/openbmc/linux/crypto/
H A Dcrypto_engine.c589 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads()
608 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads()
634 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes()
653 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, in crypto_engine_unregister_ahashes()
714 int crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, in crypto_engine_register_skciphers()
734 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.c225 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs()
245 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs()
H A Dacompress.c215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps()
235 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps()
H A Dscompress.c280 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps()
300 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps()
H A Dchacha_generic.c69 static struct skcipher_alg algs[] = { variable
H A Daead.c312 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads()
332 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads()
H A Dsha3_generic.c240 static struct shash_alg algs[] = { { variable
H A Dstreebog_generic.c1049 static struct shash_alg algs[2] = { { variable
H A Dahash.c631 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes()
651 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes()
/openbmc/linux/arch/arm/crypto/
H A Dsha256_glue.c54 static struct shash_alg algs[] = { { variable
H A Dsha2-ce-glue.c68 static struct shash_alg algs[] = { { variable
/openbmc/linux/arch/arm64/crypto/
H A Dsha512-glue.c55 static struct shash_alg algs[] = { { variable
H A Dsha3-ce-glue.c109 static struct shash_alg algs[] = { { variable
H A Dsha512-ce-glue.c84 static struct shash_alg algs[] = { { variable
H A Dsha256-glue.c68 static struct shash_alg algs[] = { { variable
H A Dsha2-ce-glue.c136 static struct shash_alg algs[] = { { variable
H A Dchacha-neon-glue.c163 static struct skcipher_alg algs[] = { variable
/openbmc/linux/arch/mips/crypto/
H A Dchacha-glue.c80 static struct skcipher_alg algs[] = { variable
/openbmc/qemu/crypto/
H A Dhash-gnutls.c42 const gnutls_digest_algorithm_t *algs; in qcrypto_hash_supports() local
H A Dhmac-gnutls.c41 const gnutls_digest_algorithm_t *algs; in qcrypto_hmac_supports() local
/openbmc/linux/arch/powerpc/crypto/
H A Dsha256-spe-glue.c182 static struct shash_alg algs[2] = { { variable
H A Dchacha-p10-glue.c149 static struct skcipher_alg algs[] = { variable
/openbmc/linux/arch/x86/crypto/
H A Dchacha_glue.c230 static struct skcipher_alg algs[] = { variable
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.c28 struct list_head algs; member

12