Home
last modified time | relevance | path

Searched refs:keyptr (Results 1 – 3 of 3) sorted by relevance

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