Searched refs:mbedtls_sha512_update_ret (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | sha512.c | 304 int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx, in mbedtls_sha512_update_ret() function 358 mbedtls_sha512_update_ret( ctx, input, ilen ); in mbedtls_sha512_update() 460 if( ( ret = mbedtls_sha512_update_ret( &ctx, input, ilen ) ) != 0 ) in mbedtls_sha512_ret() 591 ret = mbedtls_sha512_update_ret( &ctx, buf, buflen ); in mbedtls_sha512_self_test() 598 ret = mbedtls_sha512_update_ret( &ctx, sha512_test_buf[j], in mbedtls_sha512_self_test()
|
A D | entropy.c | 216 if( ( ret = mbedtls_sha512_update_ret( &ctx->accumulator, header, 2 ) ) != 0 ) in entropy_update() 218 ret = mbedtls_sha512_update_ret( &ctx->accumulator, p, use_len ); in entropy_update() 391 if( ( ret = mbedtls_sha512_update_ret( &ctx->accumulator, buf, in mbedtls_entropy_func()
|
A D | md_wrap.c | 499 return( mbedtls_sha512_update_ret( (mbedtls_sha512_context *) ctx, in sha384_update_wrap()
|
A D | ssl_tls.c | 6093 mbedtls_sha512_update_ret( &ssl->handshake->fin_sha512, buf, len ); in ssl_update_checksum_start() 6121 mbedtls_sha512_update_ret( &ssl->handshake->fin_sha512, buf, len ); in ssl_update_checksum_sha384()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | sha512.h | 124 int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx,
|
Completed in 32 milliseconds