Home
last modified time | relevance | path

Searched defs:alg (Results 401 - 425 of 489) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1382 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 Daic7xxx_osm.c1253 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 Dzram_drv.c900 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 Daspeed-hace.h266 } alg; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg.c192 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 Dcipher.c4174 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 Dsafexcel_cipher.c50 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 Dsafexcel_hash.c26 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 Dmxs-dcp.c97 uint32_t alg; member
H A Dtalitos.c2259 } 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 Dstm32-hash.c291 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 Dchcr_crypto.h322 } alg; member
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c350 unsigned int err, done, alg; in hpre_alg_res_post_hf() local
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H A Drk3288_crypto.h264 } alg; member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h251 u64 alg : 4; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c3230 const char *alg, *module; in prism2_ioctl_siwencodeext() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1587 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 Dosdmap.c477 u32 alg; in crush_decode() local
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c63 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 Dsafexcel_cipher.c49 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 Dn2_core.c257 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 Domap-sham.c2165 struct ahash_alg *alg; in omap_sham_probe() local
H A Datmel-aes.c2359 static void atmel_aes_crypto_alg_init(struct crypto_alg *alg) in atmel_aes_crypto_alg_init() argument
H A Datmel-sha.c1254 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 Dcaamalg_qi2.c169 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...]

Completed in 61 milliseconds

1...<<11121314151617181920