/kernel/linux/linux-6.6/crypto/ |
H A D | md4.c | 212 static struct shash_alg alg = { variable
|
H A D | acompress.c | 26 static inline struct acomp_alg *__crypto_acomp_alg(struct crypto_alg *alg) in __crypto_acomp_alg() argument 51 static void crypto_acomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_acomp_show() argument 59 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm() local 67 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm() local 36 crypto_acomp_report( struct sk_buff *skb, struct crypto_alg *alg) crypto_acomp_report() argument 86 crypto_acomp_extsize(struct crypto_alg *alg) crypto_acomp_extsize() argument 96 __crypto_acomp_report_stat(struct sk_buff *skb, struct crypto_alg *alg) __crypto_acomp_report_stat() argument 116 crypto_acomp_report_stat(struct sk_buff *skb, struct crypto_alg *alg) crypto_acomp_report_stat() argument 185 comp_prepare_alg(struct comp_alg_common *alg) comp_prepare_alg() argument 196 crypto_register_acomp(struct acomp_alg *alg) crypto_register_acomp() argument 209 crypto_unregister_acomp(struct acomp_alg *alg) crypto_unregister_acomp() argument [all...] |
H A D | cast5_generic.c | 505 static struct crypto_alg alg = { variable
|
H A D | cast6_generic.c | 246 static struct crypto_alg alg = { variable
|
H A D | sig.c | 32 crypto_sig_show(struct seq_file *m, struct crypto_alg *alg) crypto_sig_show() argument 38 crypto_sig_report(struct sk_buff *skb, struct crypto_alg *alg) crypto_sig_report() argument 48 crypto_sig_report_stat(struct sk_buff *skb, struct crypto_alg *alg) crypto_sig_report_stat() argument
|
H A D | deflate.c | 276 static struct crypto_alg alg = { variable
|
H A D | algboss.c | 46 char alg[CRYPTO_MAX_ALG_NAME]; member 188 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test() argument [all...] |
H A D | zstd.c | 207 static struct crypto_alg alg = { variable
|
H A D | rng.c | 33 struct rng_alg *alg = crypto_rng_alg(tfm); in crypto_rng_reset() local 65 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() argument 88 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show() argument 72 crypto_rng_report( struct sk_buff *skb, struct crypto_alg *alg) crypto_rng_report() argument 94 crypto_rng_report_stat( struct sk_buff *skb, struct crypto_alg *alg) crypto_rng_report_stat() argument 200 crypto_register_rng(struct rng_alg *alg) crypto_register_rng() argument 219 crypto_unregister_rng(struct rng_alg *alg) crypto_unregister_rng() argument [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | lib80211.c | 167 struct lib80211_crypto_alg *alg; in lib80211_register_crypto_ops() local 188 struct lib80211_crypto_alg *alg; in lib80211_unregister_crypto_ops() local 211 struct lib80211_crypto_alg *alg; lib80211_get_crypto_ops() local [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.c | 210 hda_cs_dsp_write_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, const void *buf, size_t len) hda_cs_dsp_write_ctl() argument 235 hda_cs_dsp_read_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) hda_cs_dsp_read_ctl() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tag.c | 116 static const struct sockaddr_alg alg = { in tag_from_alg() local
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | skcipher.c | 389 struct skcipher_alg *alg; in qce_skcipher_register_one() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | pcrypt.c | 220 pcrypt_init_instance(struct crypto_instance *inst, struct crypto_alg *alg) pcrypt_init_instance() argument 241 struct aead_alg *alg; pcrypt_create_aead() local [all...] |
H A D | xts.c | 342 struct skcipher_alg *alg; in xts_create() local [all...] |
H A D | api.c | 35 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() argument 41 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put() argument 58 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local 95 crypto_larval_destroy(struct crypto_alg *alg) crypto_larval_destroy() argument 128 struct crypto_alg *alg; crypto_larval_add() local 154 crypto_larval_kill(struct crypto_alg *alg) crypto_larval_kill() argument 166 crypto_larval_wait(struct crypto_alg *alg) crypto_larval_wait() argument 196 struct crypto_alg *alg; crypto_alg_lookup() local 220 struct crypto_alg *alg; crypto_larval_lookup() local 263 struct crypto_alg *alg; crypto_alg_mod_lookup() local 311 crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) crypto_ctxsize() argument 336 crypto_shoot_alg(struct crypto_alg *alg) crypto_shoot_alg() argument 344 __crypto_alloc_tfm(struct crypto_alg *alg, u32 type, u32 mask) __crypto_alloc_tfm() argument 408 struct crypto_alg *alg; crypto_alloc_base() local 436 crypto_create_tfm_node(struct crypto_alg *alg, const struct crypto_type *frontend, int node) crypto_create_tfm_node() argument 525 struct crypto_alg *alg; crypto_alloc_tfm_node() local 563 struct crypto_alg *alg; crypto_destroy_tfm() local 581 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); crypto_has_alg() local [all...] |
H A D | lrw.c | 303 struct skcipher_alg *alg; in lrw_create() local [all...] |
H A D | hmac.c | 169 struct crypto_alg *alg; in hmac_create() local [all...] |
H A D | simd.c | 43 struct skcipher_alg alg; member 116 struct skcipher_alg *alg; in simd_skcipher_init() local 146 struct skcipher_alg *alg; in simd_skcipher_create_compat() local 283 struct aead_alg alg; global() member 364 struct aead_alg *alg; simd_aead_init() local 393 struct aead_alg *alg; simd_aead_create_compat() local [all...] |
H A D | aead.c | 85 struct crypto_alg *alg = aead->base.__crt_alg; in crypto_aead_encrypt() local 102 struct crypto_alg *alg = aead->base.__crt_alg; in crypto_aead_decrypt() local 121 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_exit_tfm() local 129 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_init_tfm() local 145 crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) crypto_aead_report() argument 162 crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) crypto_aead_report() argument 170 crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) crypto_aead_show() argument 219 aead_prepare_alg(struct aead_alg *alg) aead_prepare_alg() argument 237 crypto_register_aead(struct aead_alg *alg) crypto_register_aead() argument 250 crypto_unregister_aead(struct aead_alg *alg) crypto_unregister_aead() argument [all...] |
H A D | scompress.c | 42 static int crypto_scomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_scomp_report() argument 54 static int crypto_scomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_scomp_report() argument 63 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_scomp_show() argument 263 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp() argument 275 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() argument
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 24 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in sun8i_ss_hash_crainit() local 117 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun8i_ss_hash_final() local 155 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun8i_ss_hash_finup() local 180 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ss_hash_digest_fb() local 285 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ss_hash_digest() local 322 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ss_hash_run() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/amlogic/ |
H A D | amlogic-gxl.h | 147 } alg; member
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 24 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in sun8i_ce_hash_crainit() local 117 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun8i_ce_hash_final() local 155 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun8i_ce_hash_finup() local 180 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ce_hash_digest_fb() local 220 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ce_hash_digest() local 254 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); sun8i_ce_hash_run() local [all...] |
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | des_s390.c | 403 static int des_s390_register_alg(struct crypto_alg *alg) in des_s390_register_alg() argument 413 static int des_s390_register_skcipher(struct skcipher_alg *alg) in des_s390_register_skcipher() argument
|