Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dgssapi.c581 gss_buffer_desc hashbuf, hash_outbuf; in gssapi_unwraphash() local
582 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()
/external/dropbear/
Dpacket.c40 static int checkmac(buffer* hashbuf, buffer* readbuf);