Lines Matching refs:hexkeybytes
254 const int hexkeybytes = BITS2NIBBLES(keylen); in xencrypt_g() local
258 const int bufsize = do_chksum ? hexkeybytes + keychecksumsize + 1 : in xencrypt_g()
259 hexkeybytes + 1; in xencrypt_g()
268 (void) memcpy(hexkeybuf, secret, hexkeybytes); in xencrypt_g()
271 (void) memcpy(hexkeybuf + hexkeybytes, secret, in xencrypt_g()
280 hexkeybytes); in xencrypt_g()
287 (void) memcpy(hexkeybuf + hexkeybytes, in xencrypt_g()
359 const int hexkeybytes = BITS2NIBBLES(keylen); in xdecrypt_g() local
391 if (memcmp(secret, &(secret[hexkeybytes]), in xdecrypt_g()
403 hexkeybytes); in xdecrypt_g()
410 if (memcmp(&(secret[hexkeybytes]), in xdecrypt_g()
417 secret[hexkeybytes] = '\0'; in xdecrypt_g()