Searched refs:hash_output (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pkcs12.c | 270 unsigned char *pwd_block, unsigned char *hash_output, int use_salt, in calculate_hashes() argument 308 if ((ret = mbedtls_md_finish(&md_ctx, hash_output)) != 0) { in calculate_hashes() 314 if ((ret = mbedtls_md(md_info, hash_output, hlen, hash_output)) in calculate_hashes() 336 unsigned char hash_output[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs12_derivation() local 381 pwd_block, hash_output, use_salt, use_password, hlen, in mbedtls_pkcs12_derivation() 387 memcpy(p, hash_output, use_len); in mbedtls_pkcs12_derivation() 396 pkcs12_fill_buffer(hash_block, v, hash_output, hlen); in mbedtls_pkcs12_derivation() 432 mbedtls_platform_zeroize(hash_output, sizeof(hash_output)); in mbedtls_pkcs12_derivation()
|