Searched refs:PUT_UINT64_BE (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | sha512.c | 81 #ifndef PUT_UINT64_BE 405 PUT_UINT64_BE( high, ctx->buffer, 112 ); in mbedtls_sha512_finish_ret() 406 PUT_UINT64_BE( low, ctx->buffer, 120 ); in mbedtls_sha512_finish_ret() 414 PUT_UINT64_BE( ctx->state[0], output, 0 ); in mbedtls_sha512_finish_ret() 415 PUT_UINT64_BE( ctx->state[1], output, 8 ); in mbedtls_sha512_finish_ret() 416 PUT_UINT64_BE( ctx->state[2], output, 16 ); in mbedtls_sha512_finish_ret() 417 PUT_UINT64_BE( ctx->state[3], output, 24 ); in mbedtls_sha512_finish_ret() 418 PUT_UINT64_BE( ctx->state[4], output, 32 ); in mbedtls_sha512_finish_ret() 419 PUT_UINT64_BE( ctx->state[5], output, 40 ); in mbedtls_sha512_finish_ret() 423 PUT_UINT64_BE( ctx->state[6], output, 48 ); in mbedtls_sha512_finish_ret() [all …]
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_server2.c | 420 #define PUT_UINT64_BE(out_be,in_le,i) \ macro 2375 PUT_UINT64_BE( renego_period, opt.renego_period, 0 ); in main()
|
Completed in 9 milliseconds