Searched refs:SHA256_DIGEST_SIZE (Results 1 – 5 of 5) sorted by relevance
11 #ifndef SHA256_DIGEST_SIZE12 #define SHA256_DIGEST_SIZE (32) macro18 uint8_t digest[SHA256_DIGEST_SIZE + 1] = { 0 }; in cal_passwd()
47 #define SHA256_DIGEST_SIZE 32 macro
89 #define SHA256_DIGEST_SIZE (32) macro377 utils_sha256_update(&context, output, SHA256_DIGEST_SIZE); /* then results of 1st hash */ in utils_hmac_sha256()
5 #define SHA256_DIGEST_SIZE (32) macro306 core_sha256_update(&context, output, SHA256_DIGEST_SIZE); /* then results of 1st hash */ in core_hmac_sha256()
16 #define SHA256_DIGEST_SIZE (32) macro311 SHA256_DIGEST_SIZE); /* then results of 1st hash */ in utils_hmac_sha256()
Completed in 8 milliseconds