Searched refs:tc_sha256_final (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac.c | 78 (void)tc_sha256_final(&dummy_state.key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key() 86 (void)tc_sha256_final(&ctx->key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key() 135 (void) tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final() 142 (void)tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
|
D | sha256.c | 87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | hmac.c | 77 (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()
|
D | sha256.c | 87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | sha256.h | 123 int tc_sha256_final(uint8_t *digest, TCSha256State_t s);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | sha256.h | 123 int tc_sha256_final(uint8_t *digest, TCSha256State_t s);
|