Home
last modified time | relevance | path

Searched refs:sm1_round (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
Dhi_cipher_compat.h256 hi_cipher_sm1_round sm1_round; /* SM1 round number, should be 8, 10, 12 or 14. */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/
Ddrv_symc.h249 hi_u32 sm1_round; /* SM1 round number */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_symc_v100.c701 ctx.sm1_round = 0; in drv_cipher_aes_test()
1359 crypto_unused(ctx->sm1_round); in drv_symc_cfg()
Ddrv_symc_v200.c1536 crypto_unused(ctx_cfg->sm1_round); in drv_symc_cfg()
1542 cipher_ctrl.bits.sym_chn_sm1_round_num = ctx_cfg->sm1_round; in drv_symc_cfg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
Dcryp_symc.c302 hisi_ctx->sm1_round = round; in cryp_symc_sm1_setround()