Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/source/
Dhmac.c37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey() function
81 rekey(ctx->key, key, key_size); in tc_hmac_set_key()
87 rekey(ctx->key, in tc_hmac_set_key()