Searched refs:mbedtls_sha256_update_ret (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | sha256.h | 123 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | sha256.c | 273 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx, in mbedtls_sha256_update_ret() function 328 mbedtls_sha256_update_ret( ctx, input, ilen ); in mbedtls_sha256_update() 428 if( ( ret = mbedtls_sha256_update_ret( &ctx, input, ilen ) ) != 0 ) in mbedtls_sha256_ret() 539 ret = mbedtls_sha256_update_ret( &ctx, buf, buflen ); in mbedtls_sha256_self_test() 547 ret = mbedtls_sha256_update_ret( &ctx, sha256_test_buf[j], in mbedtls_sha256_self_test()
|
A D | entropy.c | 225 if( ( ret = mbedtls_sha256_update_ret( &ctx->accumulator, header, 2 ) ) != 0 ) in entropy_update() 227 ret = mbedtls_sha256_update_ret( &ctx->accumulator, p, use_len ); in entropy_update() 420 if( ( ret = mbedtls_sha256_update_ret( &ctx->accumulator, buf, in mbedtls_entropy_func()
|
A D | md.c | 556 return( mbedtls_sha256_update_ret( ctx->md_ctx, input, ilen ) ); in mbedtls_md_update()
|
A D | ssl_tls.c | 3083 mbedtls_sha256_update_ret( &ssl->handshake->fin_sha256, buf, len ); in ssl_update_checksum_start() 3114 mbedtls_sha256_update_ret( &ssl->handshake->fin_sha256, buf, len ); in ssl_update_checksum_sha256()
|
Completed in 18 milliseconds