Searched refs:PUT_UINT64_BE (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha512.c | 74 #ifndef PUT_UINT64_BE 75 #define PUT_UINT64_BE(n,b,i) \ macro 388 PUT_UINT64_BE( high, msglen, 0 ); in mbedtls_sha512_finish() 389 PUT_UINT64_BE( low, msglen, 8 ); in mbedtls_sha512_finish() 407 PUT_UINT64_BE( ctx->state[0], output, 0 ); in mbedtls_sha512_finish() 408 PUT_UINT64_BE( ctx->state[1], output, 8 ); in mbedtls_sha512_finish() 409 PUT_UINT64_BE( ctx->state[2], output, 16 ); in mbedtls_sha512_finish() 410 PUT_UINT64_BE( ctx->state[3], output, 24 ); in mbedtls_sha512_finish() 411 PUT_UINT64_BE( ctx->state[4], output, 32 ); in mbedtls_sha512_finish() 412 PUT_UINT64_BE( ctx->state[5], output, 40 ); in mbedtls_sha512_finish() [all …]
|
/hal_espressif-latest/components/mbedtls/port/sha/block/ |
D | esp_sha512.c | 54 #ifndef PUT_UINT64_BE 55 #define PUT_UINT64_BE(n,b,i) \ macro 267 PUT_UINT64_BE( high, msglen, 0 ); in mbedtls_sha512_finish() 268 PUT_UINT64_BE( low, msglen, 8 ); in mbedtls_sha512_finish()
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | esp_sha512.c | 53 #ifndef PUT_UINT64_BE 54 #define PUT_UINT64_BE(n,b,i) \ macro 270 PUT_UINT64_BE( high, msglen, 0 ); in mbedtls_sha512_finish() 271 PUT_UINT64_BE( low, msglen, 8 ); in mbedtls_sha512_finish()
|