Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dsha512.h144 int mbedtls_sha512_finish_ret( mbedtls_sha512_context *ctx,
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dsha512.c406 int mbedtls_sha512_finish_ret( mbedtls_sha512_context *ctx, in mbedtls_sha512_finish_ret() function
477 mbedtls_sha512_finish_ret( ctx, output ); in mbedtls_sha512_finish()
510 if( ( ret = mbedtls_sha512_finish_ret( &ctx, output ) ) != 0 ) in mbedtls_sha512_ret()
658 if( ( ret = mbedtls_sha512_finish_ret( &ctx, sha512sum ) ) != 0 ) in mbedtls_sha512_self_test()
Dentropy.c384 if( ( ret = mbedtls_sha512_finish_ret( &ctx->accumulator, buf ) ) != 0 ) in mbedtls_entropy_func()
Dmd.c604 return( mbedtls_sha512_finish_ret( ctx->md_ctx, output ) ); in mbedtls_md_finish()
Dpsa_crypto.c2795 ret = mbedtls_sha512_finish_ret( &operation->ctx.sha512, hash ); in psa_hash_finish()
2800 ret = mbedtls_sha512_finish_ret( &operation->ctx.sha512, hash ); in psa_hash_finish()
Dssl_tls.c1838 mbedtls_sha512_finish_ret( &sha512, hash ); in ssl_calc_verify_tls_sha384()
3266 finish_sha384_t finish = (finish_sha384_t)mbedtls_sha512_finish_ret; in ssl_calc_finished_tls_sha384()
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_shax.function184 mbedtls_sha512_finish_ret( NULL, buf ) );
186 mbedtls_sha512_finish_ret( &ctx, NULL ) );