Searched refs:khash (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dhashlib.c100 n->khash = e->khash;
128 /* The `khash' check below requires that strings that compare equally with
182 if (hv == list->khash && STREQ (list->key, string))
197 list->khash = hv;
227 if (hv == temp->khash && STREQ (temp->key, string))
270 item->khash = hv;
H A Dhashlib.h38 unsigned int khash; /* What key hashes to */ member in struct:bucket_contents
/macosx-10.10/Security-57031.1.35/Security/include/security_comcryption/
H A DcomcryptPriv.c178 unsigned char khash = (unsigned char)keyHash(key, keyLen); local
180 cbuf->nybbleDex = khash;
190 * New queue init 23 Dec - init from khash
192 unsigned short sbyte = ct ^ khash;
199 // note cbuf->nybbleDex = khash on return...
/macosx-10.10/Security-57031.1.35/Security/libsecurity_comcryption/lib/
H A DcomcryptPriv.c178 unsigned char khash = (unsigned char)keyHash(key, keyLen); local
180 cbuf->nybbleDex = khash;
190 * New queue init 23 Dec - init from khash
192 unsigned short sbyte = ct ^ khash;
199 // note cbuf->nybbleDex = khash on return...

Completed in 105 milliseconds