Home
last modified time | relevance | path

Searched refs:mbedtls_sha512_update_ret (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dsha512.c304 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 Dentropy.c216 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 Dmd_wrap.c499 return( mbedtls_sha512_update_ret( (mbedtls_sha512_context *) ctx, in sha384_update_wrap()
A Dssl_tls.c6093 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 Dsha512.h124 int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx,

Completed in 32 milliseconds