Lines Matching defs:hash
273 unsigned char hash[32];
280 memset(hash, 0, sizeof(hash));
300 /* First compute the SHA256 hash for the input blob */
301 mbedtls_sha256_ret(input, ilen, hash, 0);
303 /* Then calculate the hash signature */
308 MBEDTLS_MD_SHA256, 0, hash, buf);
350 unsigned char hash[32];
357 memset(hash, 0, sizeof(hash));
384 /* Compute the SHA256 hash for the input buffer */
385 mbedtls_sha256_ret(input, ilen, hash, 0);
392 hash, signature);
1317 unsigned char hash[32];
1336 MAX_RSA_DER_BYTE_LEN, hash, 0);
1341 fprintf(stdout, "%02X", hash[i]);