Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dsha512.c106 #ifndef PUT_UINT64_BE
107 #define PUT_UINT64_BE(n,b,i) \ macro
445 PUT_UINT64_BE( high, ctx->buffer, 112 ); in mbedtls_sha512_finish_ret()
446 PUT_UINT64_BE( low, ctx->buffer, 120 ); in mbedtls_sha512_finish_ret()
454 PUT_UINT64_BE( ctx->state[0], output, 0 ); in mbedtls_sha512_finish_ret()
455 PUT_UINT64_BE( ctx->state[1], output, 8 ); in mbedtls_sha512_finish_ret()
456 PUT_UINT64_BE( ctx->state[2], output, 16 ); in mbedtls_sha512_finish_ret()
457 PUT_UINT64_BE( ctx->state[3], output, 24 ); in mbedtls_sha512_finish_ret()
458 PUT_UINT64_BE( ctx->state[4], output, 32 ); in mbedtls_sha512_finish_ret()
459 PUT_UINT64_BE( ctx->state[5], output, 40 ); in mbedtls_sha512_finish_ret()
[all …]
/third_party/mbedtls/programs/ssl/
Dssl_server2.c465 #define PUT_UINT64_BE(out_be,in_le,i) \ macro
2444 PUT_UINT64_BE( renego_period, opt.renego_period, 0 ); in main()