Home
last modified time | relevance | path

Searched defs:algs (Results 26 - 50 of 83) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha_glue.c230 static struct skcipher_alg algs[] = { variable
/kernel/linux/linux-5.10/crypto/
H A Dacompress.c168 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() argument
188 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps() argument
H A Drng.c198 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() argument
218 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs() argument
H A Dsimd.c229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat() argument
263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers() argument
476 simd_register_aeads_compat(struct aead_alg *algs, int count, struct simd_aead_alg **simd_algs) simd_register_aeads_compat() argument
510 simd_unregister_aeads(struct aead_alg *algs, int count, struct simd_aead_alg **simd_algs) simd_unregister_aeads() argument
[all...]
H A Daead.c256 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() argument
276 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() argument
H A Dscompress.c281 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps() argument
301 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps() argument
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dchacha-p10-glue.c149 static struct skcipher_alg algs[] = { variable
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.c28 struct list_head algs; member
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.c28 struct list_head algs; member
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha_glue.c230 static struct skcipher_alg algs[] = { variable
/kernel/linux/linux-6.6/crypto/
H A Dacompress.c215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() argument
235 void crypto_unregister_acomps(struct acomp_alg *algs, int count) in crypto_unregister_acomps() argument
H A Dstreebog_generic.c1049 static struct shash_alg algs[2] = { { variable
H A Drng.c225 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() argument
245 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs() argument
H A Dcrypto_engine.c589 int crypto_engine_register_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_register_aeads() argument
608 void crypto_engine_unregister_aeads(struct aead_engine_alg *algs, int count) in crypto_engine_unregister_aeads() argument
634 int crypto_engine_register_ahashes(struct ahash_engine_alg *algs, int count) in crypto_engine_register_ahashes() argument
653 void crypto_engine_unregister_ahashes(struct ahash_engine_alg *algs, in crypto_engine_unregister_ahashes() argument
714 crypto_engine_register_skciphers(struct skcipher_engine_alg *algs, int count) crypto_engine_register_skciphers() argument
734 crypto_engine_unregister_skciphers(struct skcipher_engine_alg *algs, int count) crypto_engine_unregister_skciphers() argument
[all...]
H A Dscompress.c280 int crypto_register_scomps(struct scomp_alg *algs, int count) in crypto_register_scomps() argument
300 void crypto_unregister_scomps(struct scomp_alg *algs, int count) in crypto_unregister_scomps() argument
H A Daead.c313 int crypto_register_aeads(struct aead_alg *algs, int count) in crypto_register_aeads() argument
333 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() argument
H A Dsimd.c229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat() argument
263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers() argument
476 simd_register_aeads_compat(struct aead_alg *algs, int count, struct simd_aead_alg **simd_algs) simd_register_aeads_compat() argument
510 simd_unregister_aeads(struct aead_alg *algs, int count, struct simd_aead_alg **simd_algs) simd_unregister_aeads() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider.c85 OSSL_PROVIDER_unquery_operation(const OSSL_PROVIDER *prov, int operation_id, const OSSL_ALGORITHM *algs) OSSL_PROVIDER_unquery_operation() argument
/third_party/openssl/crypto/
H A Dprovider.c85 OSSL_PROVIDER_unquery_operation(const OSSL_PROVIDER *prov, int operation_id, const OSSL_ALGORITHM *algs) OSSL_PROVIDER_unquery_operation() argument
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c343 static struct skcipher_alg algs[] = { { variable
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_algo.c606 struct xfrm_algo_desc *algs; member
/kernel/linux/linux-5.10/include/linux/
H A Duacce.h108 const char *algs; member
/kernel/linux/linux-6.6/fs/erofs/
H A Ddecompressor.c398 unsigned int algs, alg; in z_erofs_parse_cfgs() local
/kernel/linux/linux-6.6/include/linux/
H A Duacce.h121 const char *algs; member
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c341 static struct skcipher_alg algs[] = { { variable

Completed in 14 milliseconds

1234