| 1507 | } |
| 1508 | |
| 1509 | static uint64_t dist_token_hash_prefix(const int *tokens, uint32_t n_tokens) { |
| 1510 | return dist_token_hash_update_span(DS4_DIST_TOKEN_HASH_INIT, tokens, n_tokens); |
| 1511 | } |
| 1512 | |
| 1513 | static int dist_session_token_hash_prefix( |
| 1514 | ds4_session *session, |
no test coverage detected