Home
last modified time | relevance | path

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

/crypto/
Danubis.c469 u32 inter[ANUBIS_MAX_N]; in anubis_setkey() local
534 inter[i] = T0[(kappa[j--] >> 24) ]; in anubis_setkey()
537 inter[i] ^= T1[(kappa[j--] >> 16) & 0xff]; in anubis_setkey()
540 inter[i] ^= T2[(kappa[j--] >> 8) & 0xff]; in anubis_setkey()
543 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in anubis_setkey()
545 kappa[0] = inter[0] ^ rc[r]; in anubis_setkey()
547 kappa[i] = inter[i]; in anubis_setkey()
579 u32 inter[4]; in anubis_crypt() local
593 inter[0] = in anubis_crypt()
599 inter[1] = in anubis_crypt()
[all …]