Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/
Dhawkbit.c46 #define SHA256_HASH_SIZE 32 macro
75 uint8_t file_hash[SHA256_HASH_SIZE];
504 if (hex2bin(artifact->hashes.sha256, SHA256_HASH_SIZE << 1, hb_context.dl.file_hash, in hawkbit_parse_deployment()
505 sizeof(hb_context.dl.file_hash)) != SHA256_HASH_SIZE) { in hawkbit_parse_deployment()