Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dsha512.h113 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dsha512.h113 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dsha512.h113 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dsha512.h113 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dsha512.h113 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 );
/optee_os/lib/libmbedtls/mbedtls/library/
A Dsha512.c126 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts_ret() function
178 mbedtls_sha512_starts_ret( ctx, is384 ); in mbedtls_sha512_starts()
504 if( ( ret = mbedtls_sha512_starts_ret( &ctx, is384 ) ) != 0 ) in mbedtls_sha512_ret()
636 if( ( ret = mbedtls_sha512_starts_ret( &ctx, k ) ) != 0 ) in mbedtls_sha512_self_test()
A Dentropy.c212 ( ret = mbedtls_sha512_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in entropy_update()
397 if( ( ret = mbedtls_sha512_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in mbedtls_entropy_func()
A Dmd.c516 return( mbedtls_sha512_starts_ret( ctx->md_ctx, 1 ) ); in mbedtls_md_starts()
519 return( mbedtls_sha512_starts_ret( ctx->md_ctx, 0 ) ); in mbedtls_md_starts()
A Dssl_tls.c2978 mbedtls_sha512_starts_ret( &ssl->handshake->fin_sha512, 1 ); in mbedtls_ssl_reset_checksum()
3673 mbedtls_sha512_starts_ret( &handshake->fin_sha512, 1 ); in ssl_handshake_params_init()

Completed in 24 milliseconds