Lines Matching refs:pub
1155 #define cachehit(pub, sec, list) \ argument
1156 (memcmp(pub, (list)->public, sizeof (keybuf)) == 0 && \
1163 readcache(pub, sec, deskey, hash) in readcache() argument
1164 char *pub; in readcache()
1171 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);
1184 writecache(pub, sec, deskey, hash) in writecache() argument
1185 char *pub; in writecache()
1196 memcpy(new->public, pub, sizeof (keybuf));
1349 char *pub = p->keybuf3_val; in hash_keys3() local
1353 p->keybuf3_len, pub)); in hash_keys3()
1356 for (i = 0; i < s->keybuf3_len; i += 6, pub += 6, sec += 6) { in hash_keys3()
1357 hash ^= *pub; in hash_keys3()
1826 hash_keys(pub, sec) in hash_keys() argument
1827 char *pub; in hash_keys()
1833 for (i = 0; i < HEXKEYBYTES; i += 6, pub += 6, sec += 6) {
1834 hash ^= *pub;