Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/
Ddrv_symc.h36 #define DES_BLOCK_SIZE 8 macro
76 #define DES_BLOCK_SIZE 8 macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
Dcryp_symc.c542 hisi_ctx->block_size = DES_BLOCK_SIZE; in cryp_symc_config()
544 hisi_ctx->block_size = DES_BLOCK_SIZE; in cryp_symc_config()
708 if ((pack->num != 0x01) && (pack->len[0] < DES_BLOCK_SIZE)) { in cryp_symc_crypto()
1287 if (memcmp(&fkey[0], &fkey[DES_BLOCK_SIZE], DES_BLOCK_SIZE) == 0) { in cryp_tdes_chk_cpu_key()
1300 … if (memcmp(&fkey[DES_BLOCK_SIZE], &fkey[DES_BLOCK_SIZE * MUL_VAL_2], DES_BLOCK_SIZE) == 0) { in cryp_tdes_chk_cpu_key()