/linux/drivers/crypto/intel/keembay/ |
H A D | Kconfig | 13 cbc(aes), ctr(aes), ccm(aes), gcm(aes), cbc(sm4), ctr(sm4), ccm(sm4) 17 enabled: ecb(aes), cts(cbc(aes)), ecb(sm4) and cts(cbc(sm4)). 38 Provides OCS version of cts(cbc(aes)) and cts(cbc(sm4)).
|
/linux/drivers/soc/qcom/ |
H A D | wcnss_ctrl.c | 31 * @cbc: completion for cbc complete indication 40 struct completion cbc; member 159 complete(&wcnss->cbc); in wcnss_ctrl_smd_callback() 196 * @expect_cbc: indicator to caller that an cbc event is expected 307 ret = wait_for_completion_timeout(&wcnss->cbc, WCNSS_REQUEST_TIMEOUT); in wcnss_async_probe() 327 init_completion(&wcnss->cbc); in wcnss_ctrl_probe()
|
/linux/drivers/crypto/nx/ |
H A D | Makefile | 4 nx-aes-cbc.o \
|
/linux/drivers/dma/ppc4xx/ |
H A D | xor.h | 68 u32 cbc; /* control */ member
|
H A D | adma.c | 156 "\t cbc 0x%08x cbbc 0x%08x cbs 0x%08x\n" in print_cb() 160 cb->cbc, cb->cbbc, cb->cbs, in print_cb() 241 p->cbc = XOR_CBCR_CBCE_BIT; in ppc440spe_desc_init_interrupt() 281 hw_desc->cbc = XOR_CBCR_TGT_BIT | src_cnt; in ppc440spe_desc_init_xor() 284 hw_desc->cbc |= XOR_CBCR_CBCE_BIT; in ppc440spe_desc_init_xor() 303 hw_desc->cbc = XOR_CBCR_TGT_BIT; in ppc440spe_desc_init_dma2pq() 306 hw_desc->cbc |= XOR_CBCR_CBCE_BIT; in ppc440spe_desc_init_dma2pq() 714 xor_hw_desc->cbc |= XOR_CBCR_LNK_BIT; in ppc440spe_xor_set_link() 1143 xcb->cbc |= XOR_CBCR_CBCE_BIT; in ppc440spe_chan_append() 3089 hw_desc->cbc in ppc440spe_desc_set_xor_src_cnt() [all...] |
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-crypt.rst | 25 aes-cbc-essiv:sha256 40 capi:cbc(aes)-essiv:sha256 199 dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabebabebabebabebabe 0 $1 0" 205 dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_prefix:my_key 0 $1 0"
|
H A D | dm-integrity.rst | 156 (such as "cbc(aes)") or a stream cipher (for example "chacha20"
|
/linux/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-sama7g5-isc.c | 234 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, isc->ctrls.brightness); in isc_sama7g5_config_cbc() 235 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, isc->ctrls.contrast); in isc_sama7g5_config_cbc() 430 isc->offsets.cbc = ISC_SAMA7G5_CBC_OFFSET; in microchip_xisc_probe()
|
H A D | atmel-sama5d2-isc.c | 220 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, in isc_sama5d2_config_cbc() 222 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, in isc_sama5d2_config_cbc() 441 isc->offsets.cbc = ISC_SAMA5D2_CBC_OFFSET; in atmel_isc_probe()
|
H A D | atmel-isc.h | 165 * @cbc: Offset for the CBC register 176 u32 cbc; member
|
H A D | atmel-isc-base.c | 1978 REG_FIELD(ISC_CBC_CTRL + isc->offsets.cbc, 0, 0), in atmel_isc_pipeline_init()
|
/linux/drivers/media/platform/microchip/ |
H A D | microchip-sama5d2-isc.c | 240 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, in isc_sama5d2_config_cbc() 242 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, in isc_sama5d2_config_cbc() 460 isc->offsets.cbc = ISC_SAMA5D2_CBC_OFFSET; in microchip_isc_probe()
|
H A D | microchip-sama7g5-isc.c | 254 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, isc->ctrls.brightness); in isc_sama7g5_config_cbc() 255 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, isc->ctrls.contrast); in isc_sama7g5_config_cbc() 449 isc->offsets.cbc = ISC_SAMA7G5_CBC_OFFSET; in microchip_xisc_probe()
|
H A D | microchip-isc.h | 166 * @cbc: Offset for the CBC register 177 u32 cbc; member
|
H A D | microchip-isc-base.c | 1893 REG_FIELD(ISC_CBC_CTRL + isc->offsets.cbc, 0, 0), in microchip_isc_pipeline_init()
|
/linux/drivers/crypto/caam/ |
H A D | pdb.h | 140 struct ipsec_encap_cbc cbc; member 206 struct ipsec_decap_cbc cbc; member
|
/linux/arch/x86/crypto/ |
H A D | blowfish_glue.c | 7 * CBC & ECB parts based on code (crypto/cbc.c,ecb.c) by: 29 const u8 *src, bool cbc); 123 .base.cra_name = "cbc(blowfish)", 124 .base.cra_driver_name = "cbc-blowfish-asm",
|
/linux/Documentation/crypto/ |
H A D | architecture.rst | 52 - authenc(hmac(sha1),cbc(aes)) 367 For example, CBC(AES) is implemented with cbc.c, and aes-generic.c. The
|
H A D | devel-algos.rst | 101 Example of transformations: cbc(aes), chacha20, ...
|
H A D | userspace-if.rst | 150 .salg_name = "cbc(aes)" /* this is the cipher name */
|
/linux/drivers/crypto/ |
H A D | Kconfig | 438 authenc(hmac(shaX),Y(cbc)) algorithms. 708 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
|
/linux/crypto/ |
H A D | Kconfig | 156 cbc(aes), and the support for the crypto self-tests. 175 cbc(aes).
|
/linux/Documentation/filesystems/ |
H A D | ubifs-authentication.rst | 440 [DMC-CBC-ATTACK] https://www.jakoblell.com/blog/2013/12/22/practical-malleability-attack-against-cbc-encrypted-luks-partitions/
|
/linux/arch/m68k/ifpsp060/ |
H A D | itest.sa | 302 dc.l $4a0066ff,$00003cbc,$52aeff78,$4cfb3fff
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 1319 2: xcrypt-cbc
|