| /linux/arch/s390/crypto/ |
| H A D | des_s390.c | 31 u8 iv[DES_BLOCK_SIZE]; 59 cpacf_km(CPACF_KM_DEA, ctx->key, out, in, DES_BLOCK_SIZE); in s390_des_encrypt() 67 ctx->key, out, in, DES_BLOCK_SIZE); in s390_des_decrypt() 75 .cra_blocksize = DES_BLOCK_SIZE, 100 n = nbytes & ~(DES_BLOCK_SIZE - 1); in ecb_desall_crypt() 116 u8 iv[DES_BLOCK_SIZE]; in cbc_desall_crypt() 123 memcpy(param.iv, walk.iv, DES_BLOCK_SIZE); in cbc_desall_crypt() 127 n = nbytes & ~(DES_BLOCK_SIZE - 1); in cbc_desall_crypt() 130 memcpy(walk.iv, param.iv, DES_BLOCK_SIZE); in cbc_desall_crypt() 150 .base.cra_blocksize = DES_BLOCK_SIZE, [all …]
|
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-aead.c | 496 .ivsize = DES_BLOCK_SIZE, 507 .cra_blocksize = DES_BLOCK_SIZE, 524 .ivsize = DES_BLOCK_SIZE, 535 .cra_blocksize = DES_BLOCK_SIZE, 552 .ivsize = DES_BLOCK_SIZE, 563 .cra_blocksize = DES_BLOCK_SIZE, 580 .ivsize = DES_BLOCK_SIZE, 591 .cra_blocksize = DES_BLOCK_SIZE,
|
| H A D | eip93-cipher.c | 106 ctx->blksize = DES_BLOCK_SIZE; in eip93_skcipher_setkey() 327 .cra_blocksize = DES_BLOCK_SIZE, 346 .ivsize = DES_BLOCK_SIZE, 353 .cra_blocksize = DES_BLOCK_SIZE,
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 1519 .cra_blocksize = DES_BLOCK_SIZE, 1526 .ivsize = DES_BLOCK_SIZE, 2197 .cra_blocksize = DES_BLOCK_SIZE, 2203 .ivsize = DES_BLOCK_SIZE, 2219 .cra_blocksize = DES_BLOCK_SIZE, 2225 .ivsize = DES_BLOCK_SIZE, 2241 .cra_blocksize = DES_BLOCK_SIZE, 2247 .ivsize = DES_BLOCK_SIZE, 2263 .cra_blocksize = DES_BLOCK_SIZE, 2269 .ivsize = DES_BLOCK_SIZE, [all …]
|
| H A D | caamalg.c | 2037 .cra_blocksize = DES_BLOCK_SIZE, 2044 .ivsize = DES_BLOCK_SIZE, 2123 .cra_blocksize = DES_BLOCK_SIZE, 3003 .cra_blocksize = DES_BLOCK_SIZE, 3009 .ivsize = DES_BLOCK_SIZE, 3028 .cra_blocksize = DES_BLOCK_SIZE, 3034 .ivsize = DES_BLOCK_SIZE, 3053 .cra_blocksize = DES_BLOCK_SIZE, 3059 .ivsize = DES_BLOCK_SIZE, 3078 .cra_blocksize = DES_BLOCK_SIZE, [all …]
|
| H A D | caamalg_qi2.c | 1713 .cra_blocksize = DES_BLOCK_SIZE, 1720 .ivsize = DES_BLOCK_SIZE, 2407 .cra_blocksize = DES_BLOCK_SIZE, 2413 .ivsize = DES_BLOCK_SIZE, 2429 .cra_blocksize = DES_BLOCK_SIZE, 2435 .ivsize = DES_BLOCK_SIZE, 2451 .cra_blocksize = DES_BLOCK_SIZE, 2457 .ivsize = DES_BLOCK_SIZE, 2473 .cra_blocksize = DES_BLOCK_SIZE, 2479 .ivsize = DES_BLOCK_SIZE, [all …]
|
| /linux/include/crypto/ |
| H A D | des.h | 13 #define DES_BLOCK_SIZE 8 macro 17 #define DES3_EDE_BLOCK_SIZE DES_BLOCK_SIZE
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_skcipher.c | 262 if (block == DES_BLOCK_SIZE) { in rk_cipher_hw_init() 367 if (ivsize == DES_BLOCK_SIZE) in rk_cipher_run() 519 .base.cra_blocksize = DES_BLOCK_SIZE, 544 .base.cra_blocksize = DES_BLOCK_SIZE, 553 .ivsize = DES_BLOCK_SIZE, 570 .base.cra_blocksize = DES_BLOCK_SIZE, 595 .base.cra_blocksize = DES_BLOCK_SIZE, 604 .ivsize = DES_BLOCK_SIZE,
|
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 1337 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_des_ecb_encrypt() 1348 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_des_ecb_decrypt() 1359 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_des_cbc_encrypt() 1370 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_des_cbc_decrypt() 1381 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_tdes_ecb_encrypt() 1392 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_tdes_ecb_decrypt() 1403 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_tdes_cbc_encrypt() 1414 if (req->cryptlen % DES_BLOCK_SIZE) in stm32_cryp_tdes_cbc_decrypt() 1687 cryp->hw_blocksize = is_aes(cryp) ? AES_BLOCK_SIZE : DES_BLOCK_SIZE; in stm32_cryp_prepare_req() 2357 .base.cra_blocksize = DES_BLOCK_SIZE, [all …]
|
| /linux/drivers/crypto/qce/ |
| H A D | skcipher.c | 402 .blocksize = DES_BLOCK_SIZE, 411 .blocksize = DES_BLOCK_SIZE, 412 .ivsize = DES_BLOCK_SIZE,
|
| H A D | aead.c | 705 .blocksize = DES_BLOCK_SIZE, 706 .ivsize = DES_BLOCK_SIZE, 721 .blocksize = DES_BLOCK_SIZE, 722 .ivsize = DES_BLOCK_SIZE,
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 3219 .cra_blocksize = DES_BLOCK_SIZE, 3225 .ivsize = DES_BLOCK_SIZE, 3244 .cra_blocksize = DES_BLOCK_SIZE, 3250 .ivsize = DES_BLOCK_SIZE, 3269 .cra_blocksize = DES_BLOCK_SIZE, 3275 .ivsize = DES_BLOCK_SIZE, 3294 .cra_blocksize = DES_BLOCK_SIZE, 3300 .ivsize = DES_BLOCK_SIZE, 3319 .cra_blocksize = DES_BLOCK_SIZE, 3325 .ivsize = DES_BLOCK_SIZE, [all …]
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 401 .ivsize = DES_BLOCK_SIZE, 419 .ivsize = DES_BLOCK_SIZE,
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 1020 .cra_blocksize = DES_BLOCK_SIZE, 1040 .cra_blocksize = DES_BLOCK_SIZE, 1052 .ivsize = DES_BLOCK_SIZE,
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.c | 1996 .base.cra_blocksize = DES_BLOCK_SIZE, 2003 .ivsize = DES_BLOCK_SIZE, 2019 .base.cra_blocksize = DES_BLOCK_SIZE,
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1286 .ivsize = DES_BLOCK_SIZE,
|