Searched refs:mbedtls_sha512_starts_ret (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | sha512.c | 122 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 D | md_wrap.c | 493 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 D | entropy.c | 212 ( 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 D | ssl_tls.c | 6075 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 D | sha512.h | 109 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );
|
Completed in 19 milliseconds