/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 1382 ahd_platform_set_tags(struct ahd_softc *ahd, struct scsi_device *sdev, struct ahd_devinfo *devinfo, ahd_queue_alg alg) ahd_platform_set_tags() argument
|
H A D | aic7xxx_osm.c | 1253 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, struct ahc_devinfo *devinfo, ahc_queue_alg alg) ahc_platform_set_tags() argument
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zram_drv.c | 900 static void comp_algorithm_set(struct zram *zram, u32 prio, const char *alg) in comp_algorithm_set() argument 1004 char *alg = NULL; in recomp_algorithm_store() local
|
/kernel/linux/linux-6.6/drivers/crypto/aspeed/ |
H A D | aspeed-hace.h | 266 } alg; member
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg.c | 192 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_set_sh_desc() local 743 struct caam_skcipher_alg *alg = in skcipher_setkey() local 1201 struct caam_aead_alg *alg in init_authenc_job() local 3622 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); caam_cra_init() local 3657 struct aead_alg *alg = crypto_aead_alg(tfm); caam_aead_init() local 3711 struct skcipher_alg *alg = &t_alg->skcipher.base; caam_skcipher_alg_init() local 3725 struct aead_alg *alg = &t_alg->aead.base; caam_aead_alg_init() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 4174 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); skcipher_init_tfm() local 4188 struct crypto_alg *alg = tfm->__crt_alg; ahash_cra_init() local 4212 struct crypto_alg *alg = tfm->__crt_alg; aead_cra_init() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 50 enum safexcel_cipher_alg alg; member 411 const char *alg; in safexcel_aead_setkey() local 2963 struct aead_alg *alg = crypto_aead_alg(aead); safexcel_aead_fallback_cra_init() local [all...] |
H A D | safexcel_hash.c | 26 u32 alg; member 1116 __safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen, void *istate, void *ostate) __safexcel_hmac_setkey() argument 1167 safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_setkey() argument 1190 safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_alg_setkey() argument 2723 safexcel_hmac_sha3_cra_init(struct crypto_tfm *tfm, const char *alg) safexcel_hmac_sha3_cra_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | mxs-dcp.c | 97 uint32_t alg; member
|
H A D | talitos.c | 2259 } alg; member 3071 struct aead_alg *alg = crypto_aead_alg(tfm); talitos_cra_init_aead() local 3083 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); talitos_cra_init_skcipher() local 3095 struct crypto_alg *alg = tfm->__crt_alg; talitos_cra_init_ahash() local 3183 struct crypto_alg *alg; talitos_alg_alloc() local 3492 struct crypto_alg *alg = NULL; talitos_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 291 u32 alg = (state->flags & HASH_FLAGS_ALGO_MASK) >> HASH_FLAGS_ALGO_SHIFT; in stm32_hash_write_ctrl() local
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 322 } alg; member
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 350 unsigned int err, done, alg; in hpre_alg_res_post_hf() local
|
/kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.h | 264 } alg; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_struct.h | 251 u64 alg : 4; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 3230 const char *alg, *module; in prism2_ioctl_siwencodeext() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 1587 unsigned swmajor, swminor, alg = QIB_PORT_ALG_ACROSS; in qib_assign_ctxt() local 1404 get_a_ctxt(struct file *fp, const struct qib_user_info *uinfo, unsigned alg) get_a_ctxt() argument
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osdmap.c | 477 u32 alg; in crush_decode() local
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 63 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument 140 const char *alg; member 3746 do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec, const char *alg) do_test_kpp() argument 3888 test_kpp(struct crypto_kpp *tfm, const char *alg, const struct kpp_testvec *vecs, unsigned int tcount) test_kpp() argument 4112 test_akcipher(struct crypto_akcipher *tfm, const char *alg, const struct akcipher_testvec *vecs, unsigned int tcount) test_akcipher() argument 5624 alg_find_test(const char *alg) alg_find_test() argument 5649 alg_test(const char *driver, const char *alg, u32 type, u32 mask) alg_test() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 49 enum safexcel_cipher_alg alg; member 411 const char *alg; in safexcel_aead_setkey() local 2954 struct aead_alg *alg = crypto_aead_alg(aead); safexcel_aead_fallback_cra_init() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | n2_core.c | 257 struct ahash_alg alg; member 262 struct crypto_alg *alg = tfm->__crt_alg; in n2_ahash_alg() local 277 struct crypto_alg *alg = tfm->__crt_alg; in n2_hmac_alg() local 716 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in n2_skcipher_alg() local 1303 struct n2_ahash_alg *alg, *alg_tm in __n2_unregister_algs() local 1332 struct skcipher_alg *alg; __n2_register_one_skcipher() local [all...] |
H A D | omap-sham.c | 2165 struct ahash_alg *alg; in omap_sham_probe() local
|
H A D | atmel-aes.c | 2359 static void atmel_aes_crypto_alg_init(struct crypto_alg *alg) in atmel_aes_crypto_alg_init() argument
|
H A D | atmel-sha.c | 1254 static void atmel_sha_alg_init(struct ahash_alg *alg) in atmel_sha_alg_init() argument 2016 atmel_sha_hmac_alg_init(struct ahash_alg *alg) atmel_sha_hmac_alg_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 169 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_set_sh_desc() local 354 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_edesc_alloc() local 942 struct caam_skcipher_alg *alg = skcipher_setkey() local 1601 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); caam_cra_init_skcipher() local 1637 struct aead_alg *alg = crypto_aead_alg(tfm); caam_cra_init_aead() local 3005 struct skcipher_alg *alg = &t_alg->skcipher; caam_skcipher_alg_init() local 3019 struct aead_alg *alg = &t_alg->aead; caam_aead_alg_init() local 4544 struct ahash_alg *alg = caam_hash_cra_init() local 4622 struct crypto_alg *alg; caam_hash_alloc() local 5332 struct caam_hash_template *alg = driver_hash + i; dpaa2_caam_probe() local [all...] |