/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-des3.c | 32 memcpy(req->iv, rctx->iv, DES3_EDE_BLOCK_SIZE); in ccp_des3_complete() 74 (req->cryptlen & (DES3_EDE_BLOCK_SIZE - 1))) in ccp_des3_crypt() 81 memcpy(rctx->iv, req->iv, DES3_EDE_BLOCK_SIZE); in ccp_des3_crypt() 83 iv_len = DES3_EDE_BLOCK_SIZE; in ccp_des3_crypt() 140 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 162 .blocksize = DES3_EDE_BLOCK_SIZE, 171 .blocksize = DES3_EDE_BLOCK_SIZE, 172 .ivsize = DES3_EDE_BLOCK_SIZE,
|
H A D | ccp-ops.c | 1317 (des3->src_len & (DES3_EDE_BLOCK_SIZE - 1))) in ccp_run_des3_cmd() 1324 if (des3->iv_len != DES3_EDE_BLOCK_SIZE) in ccp_run_des3_cmd() 1422 DES3_EDE_BLOCK_SIZE, in ccp_run_des3_cmd() 1431 DES3_EDE_BLOCK_SIZE, DMA_FROM_DEVICE); in ccp_run_des3_cmd() 1438 ccp_prepare_data(&src, &dst, &op, DES3_EDE_BLOCK_SIZE, true); in ccp_run_des3_cmd() 1469 DES3_EDE_BLOCK_SIZE); in ccp_run_des3_cmd()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | des3_ede_glue.c | 68 const unsigned int bsize = DES3_EDE_BLOCK_SIZE; in ecb_crypt() 129 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_encrypt() 170 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_decrypt() 292 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 312 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 324 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 329 .ivsize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1503 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1510 .ivsize = DES3_EDE_BLOCK_SIZE, 1923 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1929 .ivsize = DES3_EDE_BLOCK_SIZE, 1945 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1951 .ivsize = DES3_EDE_BLOCK_SIZE, 1968 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1974 .ivsize = DES3_EDE_BLOCK_SIZE, 1991 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1997 .ivsize = DES3_EDE_BLOCK_SIZE, [all …]
|
H A D | caamalg.c | 1912 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1919 .ivsize = DES3_EDE_BLOCK_SIZE, 2053 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2587 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2593 .ivsize = DES3_EDE_BLOCK_SIZE, 2612 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2618 .ivsize = DES3_EDE_BLOCK_SIZE, 2638 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2644 .ivsize = DES3_EDE_BLOCK_SIZE, 2664 .cra_blocksize = DES3_EDE_BLOCK_SIZE, [all …]
|
H A D | caamalg_qi2.c | 1696 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1703 .ivsize = DES3_EDE_BLOCK_SIZE, 2132 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2138 .ivsize = DES3_EDE_BLOCK_SIZE, 2154 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2160 .ivsize = DES3_EDE_BLOCK_SIZE, 2177 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2183 .ivsize = DES3_EDE_BLOCK_SIZE, 2200 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2206 .ivsize = DES3_EDE_BLOCK_SIZE, [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | des_glue.c | 361 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 409 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 422 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 428 .ivsize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_skcipher.c | 504 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 511 .ivsize = DES3_EDE_BLOCK_SIZE, 523 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 530 .ivsize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/ |
H A D | talitos.c | 2315 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2319 .ivsize = DES3_EDE_BLOCK_SIZE, 2340 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2344 .ivsize = DES3_EDE_BLOCK_SIZE, 2407 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2411 .ivsize = DES3_EDE_BLOCK_SIZE, 2432 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2436 .ivsize = DES3_EDE_BLOCK_SIZE, 2499 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 2503 .ivsize = DES3_EDE_BLOCK_SIZE, [all …]
|
H A D | omap-des.c | 763 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 783 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 789 .ivsize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/include/crypto/ |
H A D | des.h | 17 #define DES3_EDE_BLOCK_SIZE DES_BLOCK_SIZE macro
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 1633 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_skcipher_des3_cbc_cra_init() 1648 .ivsize = DES3_EDE_BLOCK_SIZE, 1656 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1694 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1927 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha1_des3_cra_init() 1939 .ivsize = DES3_EDE_BLOCK_SIZE, 1948 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1964 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha256_des3_cra_init() 1976 .ivsize = DES3_EDE_BLOCK_SIZE, 1985 .cra_blocksize = DES3_EDE_BLOCK_SIZE, [all …]
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-core.c | 182 .ivsize = DES3_EDE_BLOCK_SIZE, 187 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 208 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | cipher.c | 633 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 645 memcpy(tmpl->ctx.skcipher.iv, req->iv, DES3_EDE_BLOCK_SIZE); in mv_cesa_cbc_des3_op() 680 .ivsize = DES3_EDE_BLOCK_SIZE, 687 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | skcipher.c | 420 .blocksize = DES3_EDE_BLOCK_SIZE, 429 .blocksize = DES3_EDE_BLOCK_SIZE, 430 .ivsize = DES3_EDE_BLOCK_SIZE,
|
H A D | aead.c | 713 .blocksize = DES3_EDE_BLOCK_SIZE, 714 .ivsize = DES3_EDE_BLOCK_SIZE, 729 .blocksize = DES3_EDE_BLOCK_SIZE, 730 .ivsize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/crypto/ |
H A D | des_generic.c | 104 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 3374 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 3380 .ivsize = DES3_EDE_BLOCK_SIZE, 3399 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 3405 .ivsize = DES3_EDE_BLOCK_SIZE, 3424 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 3430 .ivsize = DES3_EDE_BLOCK_SIZE, 3449 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 3455 .ivsize = DES3_EDE_BLOCK_SIZE, 3474 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 3480 .ivsize = DES3_EDE_BLOCK_SIZE, [all …]
|
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 1340 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 1344 .ivsize = DES3_EDE_BLOCK_SIZE, 1352 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 1425 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1427 .ivsize = DES3_EDE_BLOCK_SIZE, 1450 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1452 .ivsize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 415 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE, 433 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 236 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 248 .ivsize = DES3_EDE_BLOCK_SIZE, 266 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 1060 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 1072 .ivsize = DES3_EDE_BLOCK_SIZE, 1080 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 347 .cra_blocksize = DES3_EDE_BLOCK_SIZE, 359 .ivsize = DES3_EDE_BLOCK_SIZE, 377 .cra_blocksize = DES3_EDE_BLOCK_SIZE,
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 1262 .blocksize = DES3_EDE_BLOCK_SIZE, 1269 .ivsize = DES3_EDE_BLOCK_SIZE, 1279 .blocksize = DES3_EDE_BLOCK_SIZE,
|
H A D | cc_aead.c | 2321 .blocksize = DES3_EDE_BLOCK_SIZE, 2329 .ivsize = DES3_EDE_BLOCK_SIZE, 2361 .blocksize = DES3_EDE_BLOCK_SIZE, 2369 .ivsize = DES3_EDE_BLOCK_SIZE,
|