Searched refs:hashbuf (Results 1 – 2 of 2) sorted by relevance
581 gss_buffer_desc hashbuf, hash_outbuf; in gssapi_unwraphash() local582 gss_buffer_t hash_in = &hashbuf, hash_out = &hash_outbuf; in gssapi_unwraphash()593 hashbuf.length = ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash); in gssapi_unwraphash()594 hashbuf.value = (char *)(iph1->pl_hash + 1); in gssapi_unwraphash()597 hashbuf.length); in gssapi_unwraphash()
40 static int checkmac(buffer* hashbuf, buffer* readbuf);