Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_starts (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcompat-2.x.h37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
H A Dsha256.h95 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.c124 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 1); in mbedtls_psa_hash_setup()
130 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 0); in mbedtls_psa_hash_setup()
H A Dsha256.c248 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts() function
797 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256()
909 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256_common_self_test()
H A Dmd.c545 return mbedtls_sha256_starts(ctx->md_ctx, 1); in mbedtls_md_starts()
549 return mbedtls_sha256_starts(ctx->md_ctx, 0); in mbedtls_md_starts()
/optee_os/lib/libmbedtls/core/
H A Dhash.c190 mbedtls_sha256_starts(&hs, 0); in hash_sha256_check()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4152 * Fix the entropy.c module to not call mbedtls_sha256_starts() or