Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dsha512.c96 #define sha512_put_uint64_be PUT_UINT64_BE macro
446 sha512_put_uint64_be( high, ctx->buffer, 112 ); in mbedtls_sha512_finish_ret()
447 sha512_put_uint64_be( low, ctx->buffer, 120 ); in mbedtls_sha512_finish_ret()
455 sha512_put_uint64_be( ctx->state[0], output, 0 ); in mbedtls_sha512_finish_ret()
456 sha512_put_uint64_be( ctx->state[1], output, 8 ); in mbedtls_sha512_finish_ret()
457 sha512_put_uint64_be( ctx->state[2], output, 16 ); in mbedtls_sha512_finish_ret()
458 sha512_put_uint64_be( ctx->state[3], output, 24 ); in mbedtls_sha512_finish_ret()
459 sha512_put_uint64_be( ctx->state[4], output, 32 ); in mbedtls_sha512_finish_ret()
460 sha512_put_uint64_be( ctx->state[5], output, 40 ); in mbedtls_sha512_finish_ret()
466 sha512_put_uint64_be( ctx->state[6], output, 48 ); in mbedtls_sha512_finish_ret()
[all …]

Completed in 4 milliseconds