Home
last modified time | relevance | path

Searched defs:hash_context (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c1328 static void HMAC_init(const uECC_HashContext *hash_context, const uint8_t *K) { in HMAC_init()
1340 static void HMAC_update(const uECC_HashContext *hash_context, in HMAC_update()
1346 static void HMAC_finish(const uECC_HashContext *hash_context, in HMAC_finish()
1365 static void update_V(const uECC_HashContext *hash_context, uint8_t *K, uint8_t *V) { in update_V()
1380 const uECC_HashContext *hash_context, in uECC_sign_deterministic()