Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
Dkapi_symc.c243 static hi_s32 kapi_symc_chk_des_3des_param(hi_cipher_alg alg, hi_cipher_work_mode mode, hi_u32 widt… in kapi_symc_chk_des_3des_param()
276 static hi_s32 kapi_symc_chk_aes_param(hi_cipher_alg alg, hi_cipher_work_mode mode, hi_u32 width) in kapi_symc_chk_aes_param()
300 static hi_s32 kapi_symc_chk_sm1_param(hi_cipher_alg alg, hi_cipher_work_mode mode, hi_u32 width, hi… in kapi_symc_chk_sm1_param()
331 static hi_s32 kapi_symc_chk_sm4_param(hi_cipher_alg alg, hi_cipher_work_mode mode) in kapi_symc_chk_sm4_param()
342 static hi_s32 kapi_symc_width_check(hi_cipher_alg alg, hi_cipher_work_mode mode, hi_u32 width, hi_u… in kapi_symc_width_check()
496 static hi_s32 kapi_symc_check_ccm_gcm_taglen(hi_cipher_alg alg, hi_cipher_work_mode work_mode, hi_u… in kapi_symc_check_ccm_gcm_taglen()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
Dcryp_symc.c238 static hi_void cryp_symc_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in cryp_symc_setmode()
256 static hi_void cryp_3des2dma_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in cryp_3des2dma_setmode()
477 static symc_klen cryp_symc_key_type(symc_alg alg, hi_u32 klen) in cryp_symc_key_type()
1201 static symc_func *cryp_get_symc(hi_u32 alg, hi_u32 mode) in cryp_get_symc()
1507 static hi_void cryp_register_symc_default(symc_func *func, symc_alg alg, symc_mode mode) in cryp_register_symc_default()
1890 static hi_s32 cryp_get_symc_alg(hi_cipher_alg alg, symc_alg *cryp_alg) in cryp_get_symc_alg()
1958 symc_func *cryp_get_symc_op(hi_cipher_alg alg, hi_cipher_work_mode mode) in cryp_get_symc_op()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_boot_bin.c72 hi_u32 upg_check_boot_subk_attr(HI_CONST hi_void *key, hi_u32 alg) in upg_check_boot_subk_attr()
129 hi_u32 upg_check_boot_sub_key(HI_CONST hi_u8 *pubk, HI_CONST hi_u8 *subk, hi_u32 alg) in upg_check_boot_sub_key()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/include/
Dcryp_symc.h156 symc_alg alg; /* Alg of Symmetric cipher */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_symc.c74 hi_s32 ext_mbedtls_symc_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in ext_mbedtls_symc_setmode()
Dext_sm4.c402 hi_void ext_sm4_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in ext_sm4_setmode()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/
Ddrv_symc.h161 char *alg; member
239 symc_alg alg; /* Symmetric cipher algorithm */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
Dhi_cipher_compat.h199 hi_cipher_alg alg; /* Cipher algorithm */ member
271 hi_cipher_alg alg; /* Cipher algorithm. */ member
Ddrv_cipher_kapi.h248 hi_cipher_alg alg; /* Symmetric cipher algorithm */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_symc_v200.c81 symc_alg alg; /* The alg of Symmetric cipher */ member
1466 hi_s32 drv_symc_node_check(symc_alg alg, symc_mode mode, hi_u32 klen, hi_u32 block_size, symc_multi… in drv_symc_node_check()
Ddrv_symc_v100.c1291 hi_s32 drv_symc_node_check(symc_alg alg, symc_mode mode, hi_u32 klen, hi_u32 block_size, symc_multi… in drv_symc_node_check()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
Dnameser.h124 char name[NS_MAXDNAME], alg[NS_MAXDNAME]; member