Lines Matching refs:hash
40 /* Have SHA1 hash support */
392 coap_ws_build_key_hash(coap_session_t *session, char *hash, size_t max_hash_len) {
411 hash, max_hash_len)) {
461 char hash[30];
467 if (!coap_ws_build_key_hash(session, hash, sizeof(hash))) {
470 if (strcmp(hash, value) != 0) {
613 char hash[30];
615 if (!coap_ws_build_key_hash(session, hash, sizeof(hash))) {
618 snprintf(buf, sizeof(buf), COAP_WS_RESPONSE, hash);