Home
last modified time | relevance | path

Searched refs:mbedtls_sha512_update (Results 1 – 8 of 8) sorted by relevance

/mbedtls-development/include/mbedtls/
A Dcompat-2.x.h54 #define mbedtls_sha512_update_ret mbedtls_sha512_update
A Dsha512.h124 int mbedtls_sha512_update( mbedtls_sha512_context *ctx,
/mbedtls-development/library/
A Dsha512.c299 int mbedtls_sha512_update( mbedtls_sha512_context *ctx, in mbedtls_sha512_update() function
444 if( ( ret = mbedtls_sha512_update( &ctx, input, ilen ) ) != 0 ) in mbedtls_sha512()
572 ret = mbedtls_sha512_update( &ctx, buf, buflen ); in mbedtls_sha512_self_test()
579 ret = mbedtls_sha512_update( &ctx, sha512_test_buf[j], in mbedtls_sha512_self_test()
A Dentropy.c186 if( ( ret = mbedtls_sha512_update( &ctx->accumulator, header, 2 ) ) != 0 ) in entropy_update()
188 ret = mbedtls_sha512_update( &ctx->accumulator, p, use_len ); in entropy_update()
369 if( ( ret = mbedtls_sha512_update( &ctx->accumulator, buf, in mbedtls_entropy_func()
A Dpsa_crypto_hash.c332 ret = mbedtls_sha512_update( &operation->ctx.sha512, in hash_update()
338 ret = mbedtls_sha512_update( &operation->ctx.sha512, in hash_update()
A Dmd.c492 return( mbedtls_sha512_update( ctx->md_ctx, input, ilen ) ); in mbedtls_md_update()
496 return( mbedtls_sha512_update( ctx->md_ctx, input, ilen ) ); in mbedtls_md_update()
A Dssl_tls.c2460 mbedtls_sha512_update( &ssl->handshake->fin_sha512, buf, len ); in ssl_update_checksum_start()
2486 mbedtls_sha512_update( &ssl->handshake->fin_sha512, buf, len ); in ssl_update_checksum_sha384()
/mbedtls-development/docs/
A D3.0-migration-guide.md320 | `mbedtls_sha512_update_ret` | `mbedtls_sha512_update` |

Completed in 19 milliseconds