Home
last modified time | relevance | path

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

/hypervisor/lib/crypto/mbedtls/
A Dmd_wrap.c41 static int32_t sha256_finish_wrap( void *ctx, uint8_t *output ) in sha256_finish_wrap() argument
44 output ) ); in sha256_finish_wrap()
65 uint8_t *output ) in sha256_wrap() argument
67 return( mbedtls_sha256_ret( input, ilen, output, 0 ) ); in sha256_wrap()
A Dsha256.c308 int32_t mbedtls_sha256_finish_ret(mbedtls_sha256_context *ctx, uint8_t output[32]) in mbedtls_sha256_finish_ret()
352 put_unint32_be(ctx->state[0], output, 0); in mbedtls_sha256_finish_ret()
353 put_unint32_be(ctx->state[1], output, 4); in mbedtls_sha256_finish_ret()
354 put_unint32_be(ctx->state[2], output, 8); in mbedtls_sha256_finish_ret()
355 put_unint32_be(ctx->state[3], output, 12); in mbedtls_sha256_finish_ret()
356 put_unint32_be(ctx->state[4], output, 16); in mbedtls_sha256_finish_ret()
357 put_unint32_be(ctx->state[5], output, 20); in mbedtls_sha256_finish_ret()
358 put_unint32_be(ctx->state[6], output, 24); in mbedtls_sha256_finish_ret()
361 put_unint32_be(ctx->state[7], output, 28); in mbedtls_sha256_finish_ret()
372 int32_t mbedtls_sha256_ret(const uint8_t *input, size_t ilen, uint8_t output[32], int32_t is224) in mbedtls_sha256_ret()
[all …]
A Dmd_internal.h59 int32_t (*finish_func)( void *ctx, uint8_t *output );
63 uint8_t *output );
A Dsha256.h109 uint8_t output[32] );
142 uint8_t output[32],
A Dmd.h196 int32_t mbedtls_md_hmac_finish(mbedtls_md_context_t *ctx, uint8_t *output);
221 const uint8_t *input, size_t ilen, uint8_t *output);
A Dmd.c143 int32_t mbedtls_md_hmac_finish(mbedtls_md_context_t *ctx, uint8_t *output) in mbedtls_md_hmac_finish() argument
172 (uint8_t *) output); in mbedtls_md_hmac_finish()
182 uint8_t *output) in mbedtls_md_hmac() argument
204 ret = mbedtls_md_hmac_finish(&ctx, output); in mbedtls_md_hmac()
A DChangeLog150 output binary as part of redundant code elimination optimizations.
177 algorithms section is too short. In builds with debug output, the overread
178 data is output with the debug data.
520 * Fix incorrect unit in benchmark output. #850
1469 * On a 0-length input, base64_encode() did not correctly set output length
1577 * Fix DER output of gen_key app (found by Gergely Budai)
1601 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found
1679 error if the output buffer was just 1 byte too small.
2510 * Debug output of MPI's now the same independent of underlying
2622 * Changed ARC4 to use separate input/output buffer
[all …]
/hypervisor/scripts/makefile/
A Dconfig.mk208 …locators/main.py --board $(HV_BOARD_XML) --scenario $(HV_SCENARIO_XML) --output $(HV_ALLOCATION_XM…

Completed in 11 milliseconds