Home
last modified time | relevance | path

Searched refs:mbedtls_sha1_starts (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcompat-2.x.h33 #define mbedtls_sha1_starts_ret mbedtls_sha1_starts
H A Dsha1.h111 int mbedtls_sha1_starts(mbedtls_sha1_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha1.c50 int mbedtls_sha1_starts(mbedtls_sha1_context *ctx) in mbedtls_sha1_starts() function
363 if ((ret = mbedtls_sha1_starts(&ctx)) != 0) { in mbedtls_sha1()
426 if ((ret = mbedtls_sha1_starts(&ctx)) != 0) { in mbedtls_sha1_self_test()
H A Dpsa_crypto_hash.c118 ret = mbedtls_sha1_starts(&operation->ctx.sha1); in mbedtls_psa_hash_setup()
H A Dmd.c541 return mbedtls_sha1_starts(ctx->md_ctx); in mbedtls_md_starts()