Home
last modified time | relevance | path

Searched defs:user_key (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/
Dsm4test.c22 const uint8_t user_key[16] = { in test_sm4() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_sm4.c131 static hi_s32 sm4_set_encrypt_key(const hi_u8 *user_key, const hi_s32 bits, sm4_key *key) in sm4_set_encrypt_key()
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Dzuc.c149 void zuc_init(ZUC_STATE *state, const uint8_t *user_key, const uint8_t *iv) in zuc_init()