Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Daes_cmac.c42 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in aes_cmac_vector() local
46 memset(cbc, 0, AES_BLOCK_SIZE); in aes_cmac_vector()
59 cbc[i] ^= *pos++; in aes_cmac_vector()
67 crypto_cipher_encrypt_one(tfm, cbc, cbc); in aes_cmac_vector()
77 cbc[i] ^= *pos++; in aes_cmac_vector()
84 cbc[left] ^= 0x80; in aes_cmac_vector()
89 pad[i] ^= cbc[i]; in aes_cmac_vector()
/linux-4.4.14/drivers/crypto/nx/
DMakefile4 nx-aes-cbc.o \
/linux-4.4.14/arch/x86/crypto/
Dcamellia_aesni_avx2_glue.c124 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_cbc_dec_32way) }
127 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_cbc_dec_16way) }
130 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_decrypt_cbc_2way) }
133 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_dec_blk) }
Dserpent_avx2_glue.c113 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(serpent_cbc_dec_16way) }
116 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(serpent_cbc_dec_8way_avx) }
119 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(__serpent_decrypt) }
Dtwofish_avx_glue.c150 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_cbc_dec_8way) }
153 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
156 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk) }
Dcamellia_aesni_avx_glue.c134 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_cbc_dec_16way) }
137 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_decrypt_cbc_2way) }
140 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_dec_blk) }
Dtwofish_glue_3way.c147 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk_cbc_3way) }
150 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(twofish_dec_blk) }
Dserpent_sse2_glue.c135 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(serpent_decrypt_cbc_xway) }
138 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(__serpent_decrypt) }
Dcast6_avx_glue.c140 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(cast6_cbc_dec_8way) }
143 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(__cast6_decrypt) }
Dserpent_avx_glue.c153 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(serpent_cbc_dec_8way_avx) }
156 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(__serpent_decrypt) }
Dcamellia_glue.c1369 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_decrypt_cbc_2way) }
1372 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_dec_blk) }
Dglue_helper.c168 gctx->funcs[i].fn_u.cbc(ctx, dst, src); in __glue_cbc_decrypt_128bit()
/linux-4.4.14/drivers/dma/ppc4xx/
Dxor.h71 u32 cbc; /* control */ member
Dadma.c172 cb->cbc, cb->cbbc, cb->cbs, in print_cb()
253 p->cbc = XOR_CBCR_CBCE_BIT; in ppc440spe_desc_init_interrupt()
293 hw_desc->cbc = XOR_CBCR_TGT_BIT | src_cnt; in ppc440spe_desc_init_xor()
296 hw_desc->cbc |= XOR_CBCR_CBCE_BIT; in ppc440spe_desc_init_xor()
315 hw_desc->cbc = XOR_CBCR_TGT_BIT; in ppc440spe_desc_init_dma2pq()
318 hw_desc->cbc |= XOR_CBCR_CBCE_BIT; in ppc440spe_desc_init_dma2pq()
728 xor_hw_desc->cbc |= XOR_CBCR_LNK_BIT; in ppc440spe_xor_set_link()
1157 xcb->cbc |= XOR_CBCR_CBCE_BIT; in ppc440spe_chan_append()
3106 hw_desc->cbc &= ~XOR_CDCR_OAC_MSK; in ppc440spe_desc_set_xor_src_cnt()
3107 hw_desc->cbc |= src_cnt; in ppc440spe_desc_set_xor_src_cnt()
/linux-4.4.14/Documentation/device-mapper/
Ddm-crypt.txt18 aes-cbc-essiv:sha256
88 dmsetup create crypt1 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 babebabebabebab…
/linux-4.4.14/drivers/crypto/caam/
Dpdb.h89 struct ipsec_encap_cbc cbc; member
126 struct ipsec_decap_cbc cbc; member
/linux-4.4.14/arch/x86/include/asm/crypto/
Dglue_helper.h29 common_glue_cbc_func_t cbc; member
/linux-4.4.14/crypto/
DMakefile67 obj-$(CONFIG_CRYPTO_CBC) += cbc.o
DKconfig118 cbc(aes).
134 cbc(aes).
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt981 2: xcrypt-cbc
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt981 2: xcrypt-cbc
/linux-4.4.14/arch/m68k/ifpsp060/
Ditest.sa302 dc.l $4a0066ff,$00003cbc,$52aeff78,$4cfb3fff