Home
last modified time | relevance | path

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

/btstack/3rd-party/micro-ecc/
H A DuECC.h188 typedef struct uECC_HashContext { struct
189 void (*init_hash)(struct uECC_HashContext *context); argument
190 void (*update_hash)(struct uECC_HashContext *context, argument
193 void (*finish_hash)(struct uECC_HashContext *context, uint8_t *hash_result); argument
197 } uECC_HashContext; argument