Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/
A Dawss_crypt.c11 #ifndef SHA256_DIGEST_SIZE
12 #define SHA256_DIGEST_SIZE (32) macro
18 uint8_t digest[SHA256_DIGEST_SIZE + 1] = { 0 }; in cal_passwd()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/secure_boot/mincrypt/
A Dsha256.h47 #define SHA256_DIGEST_SIZE 32 macro
/AliOS-Things-master/components/mqtt/example/
A Daiot_mqtt_sign.c89 #define SHA256_DIGEST_SIZE (32) macro
377 utils_sha256_update(&context, output, SHA256_DIGEST_SIZE); /* then results of 1st hash */ in utils_hmac_sha256()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_sha256.c5 #define SHA256_DIGEST_SIZE (32) macro
306 core_sha256_update(&context, output, SHA256_DIGEST_SIZE); /* then results of 1st hash */ in core_hmac_sha256()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_sha256.c16 #define SHA256_DIGEST_SIZE (32) macro
311 SHA256_DIGEST_SIZE); /* then results of 1st hash */ in utils_hmac_sha256()

Completed in 8 milliseconds