Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dsha256.h106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dsha256.h106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dsha256.h106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dsha256.h106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dsha256.h106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/optee_os/lib/libmbedtls/mbedtls/library/
A Dsha256.c103 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts_ret() function
145 mbedtls_sha256_starts_ret( ctx, is224 ); in mbedtls_sha256_starts()
448 if( ( ret = mbedtls_sha256_starts_ret( &ctx, is224 ) ) != 0 ) in mbedtls_sha256_ret()
553 if( ( ret = mbedtls_sha256_starts_ret( &ctx, k ) ) != 0 ) in mbedtls_sha256_self_test()
A Dentropy.c221 ( ret = mbedtls_sha256_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in entropy_update()
418 if( ( ret = mbedtls_sha256_starts_ret( &ctx->accumulator, 0 ) ) != 0 ) in mbedtls_entropy_func()
A Dmd.c509 return( mbedtls_sha256_starts_ret( ctx->md_ctx, 1 ) ); in mbedtls_md_starts()
511 return( mbedtls_sha256_starts_ret( ctx->md_ctx, 0 ) ); in mbedtls_md_starts()
A Dssl_tls.c2970 mbedtls_sha256_starts_ret( &ssl->handshake->fin_sha256, 0 ); in mbedtls_ssl_reset_checksum()
3664 mbedtls_sha256_starts_ret( &handshake->fin_sha256, 0 ); in ssl_handshake_params_init()

Completed in 21 milliseconds