Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_starts_ret (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/mbedtls/platform/yoc/include/
A Dsha256_alt.h76 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/AliOS-Things-master/components/mbedtls/library/
A Dsha256.c108 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts_ret() function
150 mbedtls_sha256_starts_ret( ctx, is224 ); in mbedtls_sha256_starts()
425 if( ( ret = mbedtls_sha256_starts_ret( &ctx, is224 ) ) != 0 ) in mbedtls_sha256_ret()
530 if( ( ret = mbedtls_sha256_starts_ret( &ctx, k ) ) != 0 ) in mbedtls_sha256_self_test()
A Dmd_wrap.c396 return( mbedtls_sha256_starts_ret( (mbedtls_sha256_context *) ctx, 1 ) ); in sha224_starts_wrap()
463 return( mbedtls_sha256_starts_ret( (mbedtls_sha256_context *) ctx, 0 ) ); in sha256_starts_wrap()
A Dentropy.c221 ( ret = mbedtls_sha256_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in entropy_update()
410 if( ( ret = mbedtls_sha256_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in mbedtls_entropy_func()
A Dssl_tls.c6072 mbedtls_sha256_starts_ret( &ssl->handshake->fin_sha256, 0 ); in mbedtls_ssl_reset_checksum()
6675 mbedtls_sha256_starts_ret( &handshake->fin_sha256, 0 ); in ssl_handshake_params_init()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dsha256.h108 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dsha256_alt.c84 int mbedtls_sha256_starts_ret(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts_ret() function
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduhashlib.c79 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts macro
90 mbedtls_sha256_starts_ret((mbedtls_sha256_context *)&o->state, 0); in uhashlib_sha256_make_new()

Completed in 22 milliseconds