Searched refs:mbedtls_md4_update_ret (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/3rdparty/mbedtls/ |
H A D | md4.c | 283 int mbedtls_md4_update_ret( mbedtls_md4_context *ctx, in mbedtls_md4_update_ret() function 339 mbedtls_md4_update_ret( ctx, input, ilen ); in mbedtls_md4_update() 372 ret = mbedtls_md4_update_ret( ctx, (unsigned char *)md4_padding, padn ); in mbedtls_md4_finish_ret() 376 if( ( ret = mbedtls_md4_update_ret( ctx, msglen, 8 ) ) != 0 ) in mbedtls_md4_finish_ret() 413 if( ( ret = mbedtls_md4_update_ret( &ctx, input, ilen ) ) != 0 ) in mbedtls_md4_ret()
|
H A D | md_wrap.c | 171 return( mbedtls_md4_update_ret( (mbedtls_md4_context *) ctx, input, ilen ) ); in md4_update_wrap()
|
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | md4.h | 162 int mbedtls_md4_update_ret( mbedtls_md4_context *ctx,
|