Home
last modified time | relevance | path

Searched refs:DES3_EDE_BLOCK_SIZE (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Ddes3_ede_glue.c89 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in ecb_crypt()
154 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_encrypt()
195 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_decrypt()
274 u8 keystream[DES3_EDE_BLOCK_SIZE]; in ctr_crypt_final()
283 crypto_inc(ctrblk, DES3_EDE_BLOCK_SIZE); in ctr_crypt_final()
290 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __ctr_crypt()
344 err = blkcipher_walk_virt_block(desc, &walk, DES3_EDE_BLOCK_SIZE); in ctr_crypt()
346 while ((nbytes = walk.nbytes) >= DES3_EDE_BLOCK_SIZE) { in ctr_crypt()
390 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
408 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
[all …]
/linux-4.1.27/include/crypto/
Ddes.h14 #define DES3_EDE_BLOCK_SIZE DES_BLOCK_SIZE macro
/linux-4.1.27/arch/sparc/crypto/
Ddes_glue.c443 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
461 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
480 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
489 .ivsize = DES3_EDE_BLOCK_SIZE,
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c330 .blocksize = DES3_EDE_BLOCK_SIZE,
339 .blocksize = DES3_EDE_BLOCK_SIZE,
340 .ivsize = DES3_EDE_BLOCK_SIZE,
/linux-4.1.27/drivers/crypto/
Dtalitos.c1943 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1946 .ivsize = DES3_EDE_BLOCK_SIZE,
1982 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1985 .ivsize = DES3_EDE_BLOCK_SIZE,
2021 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
2024 .ivsize = DES3_EDE_BLOCK_SIZE,
2060 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
2063 .ivsize = DES3_EDE_BLOCK_SIZE,
2099 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
2102 .ivsize = DES3_EDE_BLOCK_SIZE,
[all …]
Dpicoxcell_crypto.c1418 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1428 .ivsize = DES3_EDE_BLOCK_SIZE,
1445 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1560 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1570 .ivsize = DES3_EDE_BLOCK_SIZE,
1590 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1600 .ivsize = DES3_EDE_BLOCK_SIZE,
1619 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1629 .ivsize = DES3_EDE_BLOCK_SIZE,
Dixp4xx_crypto.c1242 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1246 .ivsize = DES3_EDE_BLOCK_SIZE,
1256 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1337 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1339 .ivsize = DES3_EDE_BLOCK_SIZE,
1363 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1365 .ivsize = DES3_EDE_BLOCK_SIZE,
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3635 .blocksize = DES3_EDE_BLOCK_SIZE,
3644 .ivsize = DES3_EDE_BLOCK_SIZE,
3654 .blocksize = DES3_EDE_BLOCK_SIZE,
3663 .ivsize = DES3_EDE_BLOCK_SIZE,
3673 .blocksize = DES3_EDE_BLOCK_SIZE,
3682 .ivsize = DES3_EDE_BLOCK_SIZE,
3693 .blocksize = DES3_EDE_BLOCK_SIZE,
3702 .ivsize = DES3_EDE_BLOCK_SIZE,
3713 .blocksize = DES3_EDE_BLOCK_SIZE,
3722 .ivsize = DES3_EDE_BLOCK_SIZE,
[all …]
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c1244 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1294 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1344 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
1357 .ivsize = DES3_EDE_BLOCK_SIZE,
/linux-4.1.27/crypto/
Ddes_generic.c974 .cra_blocksize = DES3_EDE_BLOCK_SIZE,