/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 115 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_init_tfm() local 211 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_final() local 255 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_finup() local 284 struct ahash_alg *alg in sun8i_ss_hash_digest_fb() local 360 struct ahash_alg *alg = crypto_ahash_alg(tfm); sun8i_ss_hash_need_fallback() local 410 struct ahash_alg *alg = crypto_ahash_alg(tfm); sun8i_ss_hash_digest() local 496 struct ahash_alg *alg = crypto_ahash_alg(tfm); sun8i_ss_hash_run() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-ecc.c | 249 const char *alg = kpp_alg_name(tfm); in atmel_ecdh_init_tfm() local
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-cmac.c | 260 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local 352 struct ahash_alg *alg; in ccp_register_aes_cmac_algs() local [all...] |
H A D | ccp-crypto-aes.c | 41 struct ccp_crypto_skcipher_alg *alg = ccp_crypto_skcipher_alg(tfm); in ccp_aes_setkey() local 311 struct skcipher_alg *alg; in ccp_register_aes_alg() local [all...] |
H A D | ccp-crypto-sha.c | 187 struct ccp_crypto_ahash_alg *alg = in ccp_sha_init() local 334 struct ccp_crypto_ahash_alg *alg = ccp_crypto_ahash_alg(tfm); in ccp_hmac_sha_cra_init() local 416 struct ahash_alg *alg; in ccp_register_hmac_alg() local 460 struct ahash_alg *alg; ccp_register_sha_alg() local [all...] |
H A D | ccp-crypto-rsa.c | 249 struct akcipher_alg *alg; in ccp_register_rsa_alg() local
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crypto_engine.c | 77 struct crypto_engine_alg *alg; in crypto_pump_requests() local 572 int crypto_engine_register_aead(struct aead_engine_alg *alg) in crypto_engine_register_aead() argument 583 void crypto_engine_unregister_aead(struct aead_engine_alg *alg) in crypto_engine_unregister_aead() argument 617 int crypto_engine_register_ahash(struct ahash_engine_alg *alg) in crypto_engine_register_ahash() argument 628 crypto_engine_unregister_ahash(struct ahash_engine_alg *alg) crypto_engine_unregister_ahash() argument 663 crypto_engine_register_akcipher(struct akcipher_engine_alg *alg) crypto_engine_register_akcipher() argument 674 crypto_engine_unregister_akcipher(struct akcipher_engine_alg *alg) crypto_engine_unregister_akcipher() argument 680 crypto_engine_register_kpp(struct kpp_engine_alg *alg) crypto_engine_register_kpp() argument 691 crypto_engine_unregister_kpp(struct kpp_engine_alg *alg) crypto_engine_unregister_kpp() argument 697 crypto_engine_register_skcipher(struct skcipher_engine_alg *alg) crypto_engine_register_skcipher() argument 708 crypto_engine_unregister_skcipher(struct skcipher_engine_alg *alg) crypto_engine_unregister_skcipher() argument [all...] |
H A D | crypto_user_base.c | 38 struct crypto_alg *q, *alg = NULL; in crypto_alg_match() local 72 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() argument 88 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp() argument 99 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one() argument 154 crypto_report_alg(struct crypto_alg *alg, struct crypto_dump_info *info) crypto_report_alg() argument 189 struct crypto_alg *alg; crypto_report() local 229 struct crypto_alg *alg; crypto_dump_report() local 263 struct crypto_alg *alg; crypto_update_alg() local 299 struct crypto_alg *alg; crypto_del_alg() local 339 struct crypto_alg *alg; crypto_add_alg() local 439 struct crypto_alg *alg; crypto_user_rcv_msg() local [all...] |
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 | scompress.c | 56 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_scomp_show() argument 261 int crypto_register_scomp(struct scomp_alg *alg) in crypto_register_scomp() argument 274 void crypto_unregister_scomp(struct scomp_alg *alg) in crypto_unregister_scomp() argument 40 crypto_scomp_report( struct sk_buff *skb, struct crypto_alg *alg) crypto_scomp_report() argument
|
H A D | cmac.c | 243 struct crypto_alg *alg; in cmac_create() local [all...] |
H A D | lrw.c | 303 struct skcipher_alg *alg; in lrw_create() local [all...] |
H A D | aead.c | 23 static inline struct crypto_istat_aead *aead_get_stat(struct aead_alg *alg) in aead_get_stat() argument 107 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_encrypt() local 130 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_decrypt() local 155 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_exit_tfm() local 163 struct aead_alg *alg = crypto_aead_alg(aead); crypto_aead_init_tfm() local 178 crypto_aead_report( struct sk_buff *skb, struct crypto_alg *alg) crypto_aead_report() argument 198 crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) crypto_aead_show() argument 218 crypto_aead_report_stat( struct sk_buff *skb, struct crypto_alg *alg) crypto_aead_report_stat() argument 272 aead_prepare_alg(struct aead_alg *alg) aead_prepare_alg() argument 294 crypto_register_aead(struct aead_alg *alg) crypto_register_aead() argument 307 crypto_unregister_aead(struct aead_alg *alg) crypto_unregister_aead() argument [all...] |
H A D | akcipher.c | 39 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_akcipher_show() argument 47 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm() local 55 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm() local 23 crypto_akcipher_report( struct sk_buff *skb, struct crypto_alg *alg) crypto_akcipher_report() argument 73 crypto_akcipher_report_stat( struct sk_buff *skb, struct crypto_alg *alg) crypto_akcipher_report_stat() argument 132 akcipher_prepare_alg(struct akcipher_alg *alg) akcipher_prepare_alg() argument 156 crypto_register_akcipher(struct akcipher_alg *alg) crypto_register_akcipher() argument 176 crypto_unregister_akcipher(struct akcipher_alg *alg) crypto_unregister_akcipher() argument [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 | cts.c | 328 struct skcipher_alg *alg; in crypto_cts_create() local [all...] |
H A D | ctr.c | 130 struct crypto_alg *alg; in crypto_ctr_create() local 261 struct skcipher_alg *alg; in crypto_rfc3686_create() local [all...] |
H A D | api.c | 41 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get() argument 47 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put() argument 59 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local 96 crypto_larval_destroy(struct crypto_alg *alg) crypto_larval_destroy() argument 129 struct crypto_alg *alg; crypto_larval_add() local 155 crypto_larval_kill(struct crypto_alg *alg) crypto_larval_kill() argument 202 crypto_larval_wait(struct crypto_alg *alg) crypto_larval_wait() argument 238 struct crypto_alg *alg; crypto_alg_lookup() local 274 struct crypto_alg *alg; crypto_larval_lookup() local 317 struct crypto_alg *alg; crypto_alg_mod_lookup() local 356 crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) crypto_ctxsize() argument 381 crypto_shoot_alg(struct crypto_alg *alg) crypto_shoot_alg() argument 389 __crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, u32 mask, gfp_t gfp) __crypto_alloc_tfmgfp() argument 421 __crypto_alloc_tfm(struct crypto_alg *alg, u32 type, u32 mask) __crypto_alloc_tfm() argument 456 struct crypto_alg *alg; crypto_alloc_base() local 484 crypto_alloc_tfmmem(struct crypto_alg *alg, const struct crypto_type *frontend, int node, gfp_t gfp) crypto_alloc_tfmmem() argument 508 crypto_create_tfm_node(struct crypto_alg *alg, const struct crypto_type *frontend, int node) crypto_create_tfm_node() argument 546 struct crypto_alg *alg = otfm->__crt_alg; crypto_clone_tfm() local 615 struct crypto_alg *alg; crypto_alloc_tfm_node() local 653 struct crypto_alg *alg; crypto_destroy_tfm() local 673 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); crypto_has_alg() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | common.h | 93 } alg; member
|
H A D | skcipher.c | 440 struct skcipher_alg *alg; in qce_skcipher_register_one() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 50 struct shash_alg *alg = crypto_shash_alg(hash); in zynqmp_sha_init_tfm() local
|
/kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_skcipher.c | 26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_need_fallback() local 73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_fallback() local 313 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_run() local 438 struct skcipher_alg *alg in rk_cipher_tfm_init() local [all...] |
H A D | rk3288_crypto_ahash.c | 49 struct ahash_alg *alg = crypto_ahash_alg(tfm); in rk_ahash_digest_fb() local 263 struct ahash_alg *alg = crypto_ahash_alg(tfm); in rk_hash_run() local 348 struct ahash_alg *alg = crypto_ahash_alg(tfm); in rk_hash_init_tfm() local [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | poly1305_glue.c | 245 static struct shash_alg alg = { variable
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_wx.c | 511 const char *alg, *module; in libipw_wx_set_encodeext() local [all...] |