Lines Matching defs:hash_output
270 unsigned char *pwd_block, unsigned char *hash_output, int use_salt,
308 if ((ret = mbedtls_md_finish(&md_ctx, hash_output)) != 0) {
314 if ((ret = mbedtls_md(md_info, hash_output, hlen, hash_output))
336 unsigned char hash_output[MBEDTLS_MD_MAX_SIZE];
381 pwd_block, hash_output, use_salt, use_password, hlen,
387 memcpy(p, hash_output, use_len);
395 // Concatenating copies of hash_output into hash_block (B)
396 pkcs12_fill_buffer(hash_block, v, hash_output, hlen);
432 mbedtls_platform_zeroize(hash_output, sizeof(hash_output));