HomeSort by relevance Sort by last modified time
    Searched defs:hashbuf (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/src/
label_internal.h 59 * calculate the hash the hashbuf will hold a concatenation of all the files
66 unsigned char *hashbuf; /* buffer to hold specfiles */ member in struct:selabel_digest
  /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);

Completed in 2110 milliseconds