Home | History | Annotate | Download | only in sha3

Lines Matching defs:secret

43 #define	secret	/* can't use in variable-time operations, should zero */
54 static inline secret uint64_t
55 rol64(secret uint64_t v, unsigned c)
62 keccakf1600_theta(secret uint64_t A[25])
64 secret uint64_t C0, C1, C2, C3, C4;
85 keccakf1600_rho_pi(secret uint64_t A[25])
87 secret uint64_t T, U;
121 keccakf1600_chi(secret uint64_t A[25])
123 secret uint64_t B0, B1, B2, B3, B4;
141 keccakf1600_round(secret uint64_t A[25])
150 keccakf1600(secret uint64_t A[25])