OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashbuf
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
gssapi.c
581
gss_buffer_desc
hashbuf
, hash_outbuf;
local
582
gss_buffer_t hash_in = &
hashbuf
, hash_out = &hash_outbuf;
593
hashbuf
.length = ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash);
594
hashbuf
.value = (char *)(iph1->pl_hash + 1);
597
hashbuf
.length);
/external/dropbear/
packet.c
40
static int checkmac(buffer*
hashbuf
, buffer* readbuf);
313
/* Checks the mac in
hashbuf
, for the data in readbuf.
Completed in 173 milliseconds