Searched refs:hash_len (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | pk_internal.h | 52 const unsigned char *hash, size_t hash_len, 57 const unsigned char *hash, size_t hash_len, 65 const unsigned char *hash, size_t hash_len, 71 const unsigned char *hash, size_t hash_len,
|
H A D | pk.h | 313 * \param hash_len Hash length or 0 (see notes) 326 * \note If hash_len is 0, then the length associated with md_alg 329 * \note md_alg may be MBEDTLS_MD_NONE, only if hash_len != 0 332 const unsigned char *hash, size_t hash_len, 346 * \param hash_len Hash length or 0 (see notes) 357 const unsigned char *hash, size_t hash_len, 370 * \param hash_len Hash length or 0 (see notes) 381 * \note If hash_len is 0, then the length associated with md_alg 384 * \note md_alg may be MBEDTLS_MD_NONE, only if hash_len != 0 392 const unsigned char *hash, size_t hash_len, [all...] |
H A D | ssl.h | 608 * from step 3, with `T = hash` and `tLen = hash_len`. 632 * \param hash_len Size of the \c hash buffer in bytes. 652 size_t hash_len );
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_cipher.h | 160 hi_u32 hash_len; /**< The length of hash data, just 32 bytes is valid data. */ member 175 hi_u32 hash_len; /**< The length of hash data, just 32 bytes is valid data. */ member 444 * @param hash_len [IN] type #hi_u32, BUF length of the hash result. The value must be greater than or 454 hi_u32 hi_cipher_hash_sha256(uintptr_t input, hi_u32 input_len, hi_u8 *hash, hi_u32 hash_len); 516 * @param hash_len [IN] type #hi_u32, Indicates the length of the hash data to be verified. 530 hi_u32 hi_cipher_rsa_verify_hash(const hi_cipher_rsa_verify *rsa_verify, const hi_u8 *hash, hi_u32 hash_len,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | hi_cipher.h | 129 hi_u32 hash_len; /* The length of hash data, just 32 bytes is valid data. */ member 143 hi_u32 hash_len; member 381 * @param hash_len [IN] type #hi_u32, BUF length of the hash result. The value must be greater than or 391 hi_u32 hi_cipher_hash_sha256(uintptr_t input, hi_u32 input_len, hi_u8 *hash, hi_u32 hash_len); 425 * @param hash_len [IN] type #hi_u32, Indicates the length of the hash data to be verified.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_check_boot_bin.c | 151 .hash_len = PKE_LEN_32_BYTES, in upg_check_boot_sub_key() 264 .hash_len = PKE_LEN_32_BYTES, in upg_check_boot_from_mem() 340 .hash_len = PKE_LEN_32_BYTES, in upg_check_unencrpt_boot_code()
|
H A D | upg_check_secure.c | 165 .hash_len = PKE_LEN_32_BYTES, in upg_secure_verify()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
H A D | boot_upg_tool.c | 205 .hash_len = PKE_LEN_32_BYTES, in boot_upg_lzma_secure_verify() 221 .hash_len = PKE_LEN_32_BYTES, in boot_upg_lzma_secure_verify()
|
H A D | boot_upg_check_secure.c | 183 .hash_len = PKE_LEN_32_BYTES, in boot_upg_secure_verify() 199 .hash_len = PKE_LEN_32_BYTES, in boot_upg_secure_verify()
|
Completed in 12 milliseconds