Searched refs:hash_output (Results 1 – 1 of 1) sorted by relevance
/mbedtls-development/library/ |
A D | pkcs12.c | 208 unsigned char hash_output[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs12_derivation() local 257 if( ( ret = mbedtls_md_finish( &md_ctx, hash_output ) ) != 0 ) in mbedtls_pkcs12_derivation() 263 if( ( ret = mbedtls_md( md_info, hash_output, hlen, hash_output ) ) != 0 ) in mbedtls_pkcs12_derivation() 268 memcpy( p, hash_output, use_len ); in mbedtls_pkcs12_derivation() 276 pkcs12_fill_buffer( hash_block, v, hash_output, hlen ); in mbedtls_pkcs12_derivation() 308 mbedtls_platform_zeroize( hash_output, sizeof( hash_output ) ); in mbedtls_pkcs12_derivation()
|
Completed in 3 milliseconds