Searched refs:ctr (Results 176 - 198 of 198) sorted by relevance

12345678

/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c573 int ctr = 0; local
582 } while (ctr++ < HPRE_TRY_SEND_TIMES);
/linux-master/drivers/md/
H A Ddm-era-target.c1748 .ctr = era_ctr,
H A Ddm-raid1.c1488 .ctr = mirror_ctr,
H A Ddm-verity-target.c1592 .ctr = verity_ctr,
H A Ddm-clone-target.c2182 .ctr = clone_ctr,
H A Ddm-table.c513 * Destructively splits up the argument list to pass to ctr.
727 r = ti->type->ctr(ti, argc, argv);
H A Ddm-mpath.c2191 .ctr = multipath_ctr,
H A Ddm-thin.c3565 * This both copes with opening preallocated data devices in the ctr
4123 .ctr = pool_ctr,
4508 .ctr = thin_ctr,
H A Ddm-cache-target.c3439 .ctr = cache_ctr,
H A Ddm-writecache.c2765 .ctr = writecache_ctr,
H A Ddm-raid.c491 /* Return valid ctr flags for the raid level of @rs */
511 * Has to be called after parsing of the ctr flags!
723 * ones requested by the ctr
1536 /* Check, if any invalid ctr arguments have been passed in for the raid level */
1586 /* Return # of data stripes of @rs (i.e. as of ctr) */
1889 /* True if @rs is requested to reshape by ctr */
3059 * Calculate ctr requested array and device sizes to allow
3288 /* Restore new, ctr requested layout to perform check */
3407 * '-' = Non-existing device (i.e. uspace passed '- -' into the ctr)
3609 * hweight count being added below of any rebuild and writemostly ctr flag
[all...]
H A Ddm-integrity.c4748 .ctr = dm_integrity_ctr,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_types.h1129 struct mlx5dr_action_ctr *ctr; member in union:mlx5dr_action::__anon555
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c24 #include <crypto/ctr.h>
496 * of ctr mode encryption/decryption for improved performance
1250 /* optimize performance of ctr mode encryption transform */
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c224 u64 ctr = read_sanitised_ftr_reg(SYS_CTR_EL0); local
228 field = SYS_FIELD_GET(CTR_EL0, IminLine, ctr);
230 field = SYS_FIELD_GET(CTR_EL0, DminLine, ctr);
/linux-master/arch/arm/boot/compressed/
H A Dhead.S696 mrc p15, 0, \tmp, c0, c0, 1 @ read ctr
/linux-master/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c20 #include <crypto/ctr.h>
1380 .base.cra_name = "ctr(aes)",
1391 .base.cra_name = "rfc3686(ctr(aes))",
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c31 #include <crypto/ctr.h>
1214 .cra_name = "ctr(aes)",
1215 .cra_driver_name = "ctr-aes-ppc4xx",
1235 .cra_name = "rfc3686(ctr(aes))",
1236 .cra_driver_name = "rfc3686-ctr-aes-ppc4xx",
/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c2837 .ctr = vdo_ctr,
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c16 #include <crypto/ctr.h>
1414 .cra_name = "rfc3686(ctr(aes))",
1415 .cra_driver_name = "safexcel-ctr-aes",
2234 .cra_name = "authenc(hmac(sha1),rfc3686(ctr(aes)))",
2235 .cra_driver_name = "safexcel-authenc-hmac-sha1-ctr-aes",
2269 .cra_name = "authenc(hmac(sha256),rfc3686(ctr(aes)))",
2270 .cra_driver_name = "safexcel-authenc-hmac-sha256-ctr-aes",
2304 .cra_name = "authenc(hmac(sha224),rfc3686(ctr(aes)))",
2305 .cra_driver_name = "safexcel-authenc-hmac-sha224-ctr-aes",
2339 .cra_name = "authenc(hmac(sha512),rfc3686(ctr(ae
[all...]
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1928 printf("ctr = "REG" xer = "REG" trap = %4lx\n",
1929 fp->ctr, fp->xer, fp->trap);
3487 "pc", "msr", "or3", "ctr", "lr", "xer", "ccr",
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c59 #include <crypto/ctr.h>
1491 /*RFC3686 initialises IV counter value to 1, rfc3686(ctr(aes))
1494 ablkctx->sw_cipher = crypto_alloc_skcipher("ctr(aes)", 0,
2960 /* zero the ctr value */
3901 .base.cra_name = "ctr(aes)",
3902 .base.cra_driver_name = "ctr-aes-chcr",
3920 .base.cra_name = "rfc3686(ctr(aes))",
3921 .base.cra_driver_name = "rfc3686-ctr-aes-chcr",
4265 .cra_name = "authenc(hmac(sha1),rfc3686(ctr(aes)))",
4267 "authenc-hmac-sha1-rfc3686-ctr
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c494 pr_err("ctr = %.16lx lr = %.16lx\n",
495 vcpu->arch.regs.ctr, vcpu->arch.regs.link);

Completed in 519 milliseconds

12345678