Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dsha256.c143 static const unsigned int k256[64] = { variable
196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()