Searched defs:keyptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.c47 const uchar_t *keyptr; local
53 keyptr = hashedKey;
56 keyptr = key;
61 kipad[i] = (i < klen ? keyptr[i] : 0) ^ 0x36;
79 const uchar_t *keyptr; local
85 keyptr = hashedKey;
88 keyptr = key;
93 kopad[i] = (i < klen ? keyptr[i] : 0) ^ 0x5c;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetkeymap.c165 _keyfunc(char **keyptr, char **lastkey) argument
167 for (; keyptr <= lastkey; keyptr++, codeptr++)
168 if (*keyptr) {
169 p->_sends = (*keyptr);
171 funckey[(unsigned char)(*keyptr)[0]] |= _KEY;
179 _keyfunc2(char **keyptr, char **lastkey) argument
183 for (; *keyptr && keyptr <= lastkey; keyptr
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c190 char *keyptr; local
201 if ((keyptr = getkey(k)) != NULL) {
203 if ((err = hexascii_to_octet(keyptr, strlen(keyptr),

Completed in 73 milliseconds