Searched refs:px (Results 1 - 12 of 12) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_check_boot_bin.h | 90 hi_u8 px[ECC_32_BYTES]; /* pubkey x */ member 108 hi_u8 px[ECC_32_BYTES]; /* X */ member
|
H A D | upg_check_boot_bin.c | 148 .px = root_key->px, in upg_check_boot_sub_key() 261 .px = key_part1, in upg_check_boot_from_mem() 337 .px = key_part1, in upg_check_unencrpt_boot_code() 405 *pubk1 = sub_key->px; in upg_get_boot_sign_key()
|
H A D | upg_check_secure.c | 162 .px = param->key_n, in upg_secure_verify() 305 hi_u32 key_length = 0; /* 2 key length: (px+py) or (key_n+key_e) */ in upg_check_upg_file_head() 338 param.key_len = (key_length / 2); /* 2: ken len include (px+py) or (key_n+key_e) */ in upg_check_upg_file_head()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | hi_cipher.h | 124 const hi_u8 *px; /* Ecdh X coordinates of the generated public key, the caller ensures it is padded with leading member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
H A D | burn_file.h | 84 hi_u8 px[ECC_32_BYTES]; /**< Pubkey x.CNcomment:ECC密钥x。CNend */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_upg_file.h | 91 hi_u8 px[ECC_32_BYTES]; /**< Pubkey x.CNcomment:ECC密钥x。CNend */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_upg_file.h | 80 hi_u8 px[ECC_32_BYTES]; /**< Pubkey x.CNcomment:ECC密钥x。CNend */ member
|
H A D | hi_cipher.h | 170 const hi_u8 *px; /**< Ecdh X coordinates of the generated public key, the caller ensures it is padded with leading member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/ |
H A D | drv_pke_common.h | 433 const hi_u8 *px; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
H A D | boot_upg_tool.c | 202 .px = param->key_n, in boot_upg_lzma_secure_verify()
|
H A D | boot_upg_check_secure.c | 180 .px = param->key_n, in boot_upg_secure_verify()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | make_upg_file.py | 67 ("px", hi_u8*32),
296 key_bin[0:(sizeof(ecc_key.px) + sizeof(ecc_key.py))] = key
|
Completed in 11 milliseconds