Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-websocket.c32 #define FIXED_DIGEST_LEN 20 macro
183 gsize digest_len = FIXED_DIGEST_LEN; in compute_accept_key()
184 guchar digest[FIXED_DIGEST_LEN]; in compute_accept_key()
201 g_assert (digest_len == FIXED_DIGEST_LEN); in compute_accept_key()