Home
last modified time | relevance | path

Searched refs:content_sh256 (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.h77 hi_u8 content_sh256[SHA_256_LENGTH]; member
H A Dload_crypto.c255 if (memcmp(key_content->content_sh256, hash, SHA_256_LENGTH) != HI_ERR_SUCCESS) { in crypto_load_key_content()
367 key_content->content_sh256, SHA_256_LENGTH) != HI_ERR_SUCCESS) { in crypto_gen_key_content()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.h79 hi_u8 content_sh256[SHA_256_LENGTH]; member
H A Dkernel_crypto.c275 if (memcmp(key_content->content_sh256, hash, SHA_256_LENGTH) != HI_ERR_SUCCESS) { in crypto_load_key_content()
366 key_content->content_sh256, SHA_256_LENGTH) != HI_ERR_SUCCESS) { in crypto_gen_key_content()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.h77 hi_u8 content_sh256[SHA_256_LENGTH]; /* Ciphertext of the preceding three data hash calculation results */ member
H A Dcrypto.c382 if (memcmp(key_content->content_sh256, hash, SHA_256_LENGTH) != HI_ERR_SUCCESS) { in crypto_load_key_content()
419 key_content->content_sh256, SHA_256_LENGTH) != HI_ERR_SUCCESS) { in crypto_gen_key_content()

Completed in 5 milliseconds