Searched defs:hexkeybytes (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c81 int hexkeybytes = (keylen+3)/4; local
84 for (s = keyout + hexkeybytes; p >= keyin; p--, s--) {
/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c254 const int hexkeybytes = BITS2NIBBLES(keylen); local
258 const int bufsize = do_chksum ? hexkeybytes + keychecksumsize + 1 :
259 hexkeybytes + 1;
268 (void) memcpy(hexkeybuf, secret, hexkeybytes);
271 (void) memcpy(hexkeybuf + hexkeybytes, secret,
280 hexkeybytes);
287 (void) memcpy(hexkeybuf + hexkeybytes,
359 const int hexkeybytes = BITS2NIBBLES(keylen); local
391 if (memcmp(secret, &(secret[hexkeybytes]),
403 hexkeybytes);
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogin.c119 int rootfd, bakfd, hexkeybytes; local
159 hexkeybytes = ((keylen + 7) / 8) * 2;
181 if ((strlen(keyent) == hexkeybytes) &&
H A Dchkey.c738 int rootfd, bakfd, hexkeybytes; local
778 hexkeybytes = ((keylen + 7) / 8) * 2;
800 if ((strlen(keyent) == hexkeybytes) &&

Completed in 48 milliseconds