Searched refs:hash_output (Results 1 – 1 of 1) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | pkcs12.c | 258 unsigned char hash_output[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs12_derivation() local 307 if( ( ret = mbedtls_md_finish( &md_ctx, hash_output ) ) != 0 ) in mbedtls_pkcs12_derivation() 313 if( ( ret = mbedtls_md( md_info, hash_output, hlen, hash_output ) ) != 0 ) in mbedtls_pkcs12_derivation() 318 memcpy( p, hash_output, use_len ); in mbedtls_pkcs12_derivation() 326 pkcs12_fill_buffer( hash_block, v, hash_output, hlen ); in mbedtls_pkcs12_derivation() 358 mbedtls_zeroize( hash_output, sizeof( hash_output ) ); in mbedtls_pkcs12_derivation()
|