Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dsha512.c122 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts_ret() function
164 mbedtls_sha512_starts_ret( ctx, is384 ); in mbedtls_sha512_starts()
457 if( ( ret = mbedtls_sha512_starts_ret( &ctx, is384 ) ) != 0 ) in mbedtls_sha512_ret()
582 if( ( ret = mbedtls_sha512_starts_ret( &ctx, k ) ) != 0 ) in mbedtls_sha512_self_test()
A Dmd_wrap.c493 return( mbedtls_sha512_starts_ret( (mbedtls_sha512_context *) ctx, 1 ) ); in sha384_starts_wrap()
560 return( mbedtls_sha512_starts_ret( (mbedtls_sha512_context *) ctx, 0 ) ); in sha512_starts_wrap()
A Dentropy.c212 ( ret = mbedtls_sha512_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in entropy_update()
389 if( ( ret = mbedtls_sha512_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in mbedtls_entropy_func()
A Dssl_tls.c6075 mbedtls_sha512_starts_ret( &ssl->handshake->fin_sha512, 1 ); in mbedtls_ssl_reset_checksum()
6679 mbedtls_sha512_starts_ret( &handshake->fin_sha512, 1 ); in ssl_handshake_params_init()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dsha512.h109 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );

Completed in 19 milliseconds