Home
last modified time | relevance | path

Searched refs:SHA256_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c44 #define SHA256_HASH_SIZE 32 macro
122 uint8_t file_hash[SHA256_HASH_SIZE];
692 if (hex2bin(artifact->hashes.sha256, SHA256_HASH_SIZE << 1, hb_context->dl.file_hash, in hawkbit_parse_deployment()
693 sizeof(hb_context->dl.file_hash)) != SHA256_HASH_SIZE) { in hawkbit_parse_deployment()