Home
last modified time | relevance | path

Searched refs:DES_BLOCK_SIZE (Results 1 – 16 of 16) sorted by relevance

/linux/arch/s390/crypto/
H A Ddes_s390.c31 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 Deip93-aead.c496 .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 Deip93-cipher.c106 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 Dcaamalg_qi.c1519 .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 Dcaamalg.c2037 .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 Dcaamalg_qi2.c1713 .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 Ddes.h13 #define DES_BLOCK_SIZE 8 macro
17 #define DES3_EDE_BLOCK_SIZE DES_BLOCK_SIZE
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c262 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 Dstm32-cryp.c1337 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 Dskcipher.c402 .blocksize = DES_BLOCK_SIZE,
411 .blocksize = DES_BLOCK_SIZE,
412 .ivsize = DES_BLOCK_SIZE,
H A Daead.c705 .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 Dcipher.c3219 .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 Dcptvf_algs.c401 .ivsize = DES_BLOCK_SIZE,
419 .ivsize = DES_BLOCK_SIZE,
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c1020 .cra_blocksize = DES_BLOCK_SIZE,
1040 .cra_blocksize = DES_BLOCK_SIZE,
1052 .ivsize = DES_BLOCK_SIZE,
/linux/drivers/crypto/
H A Dsa2ul.c1996 .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 Dotx_cptvf_algs.c1286 .ivsize = DES_BLOCK_SIZE,