Searched refs:ihash (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dhmac.c114 unsigned char *xorkey, *ihash; local
155 if ((ihash = (unsigned char *) MALLOC(hashsize)) == NULL) {
160 FREE(ihash, hashsize);
182 hashout.data = (char *) ihash;
213 (void) memset(ihash, 0, hashsize);
216 FREE(ihash, hashsize);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c101 static uint_t ihash(const void *, uint_t);
126 NULL, ihash, offsetof(struct physical_interface, phyi_link),
149 ihash(const void *arg, size_t voffs) function

Completed in 60 milliseconds