/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 | 40 struct completion cbc; member 159 complete(&wcnss->cbc); in wcnss_ctrl_smd_callback() 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/Documentation/admin-guide/device-mapper/ |
H A D | dm-crypt.rst | 25 aes-cbc-essiv:sha256 40 capi:cbc(aes)-essiv:sha256 194 …dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabe… 200 …dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_p…
|
H A D | dm-integrity.rst | 151 (such as "cbc(aes)") or a stream cipher (for example "chacha20"
|
/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
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 1476 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_128_vector() local 1484 memset(cbc, 0, AES_BLOCK_SIZE); in omac1_aes_128_vector() 1497 cbc[i] ^= *pos++; in omac1_aes_128_vector() 1505 aes_encrypt(&ctx, cbc, cbc); in omac1_aes_128_vector() 1515 cbc[i] ^= *pos++; in omac1_aes_128_vector() 1522 cbc[left] ^= 0x80; in omac1_aes_128_vector() 1527 pad[i] ^= cbc[i]; in omac1_aes_128_vector()
|
/linux/drivers/edac/ |
H A D | thunderx_edac.c | 1788 struct thunderx_l2c *cbc = container_of(msix, struct thunderx_l2c, in thunderx_l2c_cbc_isr() local 1791 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr() 1792 struct l2c_err_ctx *ctx = &cbc->err_ctx[head]; in thunderx_l2c_cbc_isr() 1794 ctx->reg_int = readq(cbc->regs + L2C_CBC_INT_W1C); in thunderx_l2c_cbc_isr() 1798 ctx->reg_ext = readq(cbc->regs + L2C_CBC_RSDERR); in thunderx_l2c_cbc_isr() 1801 ctx->reg_ext = readq(cbc->regs + L2C_CBC_MIBERR); in thunderx_l2c_cbc_isr() 1804 ctx->reg_ext = readq(cbc->regs + L2C_CBC_IODISOCIERR); in thunderx_l2c_cbc_isr() 1807 writeq(ctx->reg_int, cbc->regs + L2C_CBC_INT_W1C); in thunderx_l2c_cbc_isr() 1809 cbc->ring_head++; in thunderx_l2c_cbc_isr()
|
/linux/drivers/media/platform/microchip/ |
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-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-isc.h | 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 | 29 const u8 *src, bool cbc);
|
/linux/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-isc.h | 176 u32 cbc; member
|
/linux/Documentation/crypto/ |
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 | 441 authenc(hmac(shaX),Y(cbc)) algorithms. 718 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
|
/linux/crypto/ |
H A D | Kconfig | 149 cbc(aes). 168 cbc(aes).
|
/linux/Documentation/filesystems/ |
H A D | ubifs-authentication.rst | 440 …://www.jakoblell.com/blog/2013/12/22/practical-malleability-attack-against-cbc-encrypted-luks-part…
|
/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
|