Home
last modified time | relevance | path

Searched refs:cbc (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/crypto/intel/keembay/
H A DKconfig13 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 Dwcnss_ctrl.c31 * @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 DMakefile4 nx-aes-cbc.o \
/linux/drivers/dma/ppc4xx/
H A Dxor.h68 u32 cbc; /* control */ member
H A Dadma.c156 "\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 Ddm-crypt.rst25 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 Ddm-integrity.rst156 (such as "cbc(aes)") or a stream cipher (for example "chacha20"
/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-sama7g5-isc.c234 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 Datmel-sama5d2-isc.c220 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 Datmel-isc.h165 * @cbc: Offset for the CBC register
176 u32 cbc; member
H A Datmel-isc-base.c1978 REG_FIELD(ISC_CBC_CTRL + isc->offsets.cbc, 0, 0), in atmel_isc_pipeline_init()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-sama5d2-isc.c240 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 Dmicrochip-sama7g5-isc.c254 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 Dmicrochip-isc.h166 * @cbc: Offset for the CBC register
177 u32 cbc; member
H A Dmicrochip-isc-base.c1893 REG_FIELD(ISC_CBC_CTRL + isc->offsets.cbc, 0, 0), in microchip_isc_pipeline_init()
/linux/drivers/crypto/caam/
H A Dpdb.h140 struct ipsec_encap_cbc cbc; member
206 struct ipsec_decap_cbc cbc; member
/linux/arch/x86/crypto/
H A Dblowfish_glue.c7 * 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 Darchitecture.rst52 - authenc(hmac(sha1),cbc(aes))
367 For example, CBC(AES) is implemented with cbc.c, and aes-generic.c. The
H A Ddevel-algos.rst101 Example of transformations: cbc(aes), chacha20, ...
H A Duserspace-if.rst150 .salg_name = "cbc(aes)" /* this is the cipher name */
/linux/drivers/crypto/
H A DKconfig438 authenc(hmac(shaX),Y(cbc)) algorithms.
708 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
/linux/crypto/
H A DKconfig156 cbc(aes), and the support for the crypto self-tests.
175 cbc(aes).
/linux/Documentation/filesystems/
H A Dubifs-authentication.rst440 [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 Ditest.sa302 dc.l $4a0066ff,$00003cbc,$52aeff78,$4cfb3fff
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt1319 2: xcrypt-cbc