Home
last modified time | relevance | path

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

/lib/source/
A Dhmac.c77 (void)tc_sha256_final(&dummy_state.key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
85 (void)tc_sha256_final(&ctx->key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
134 (void) tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
141 (void)tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
A Dsha256.c87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final() function
/lib/include/tinycrypt/
A Dsha256.h123 int tc_sha256_final(uint8_t *digest, TCSha256State_t s);

Completed in 6 milliseconds