Searched defs:t2d (Results 1 – 3 of 3) sorted by relevance
297 final long[] t2d; field in Ed25519.CachedXYT313 CachedXYT(long[] yPlusX, long[] yMinusX, long[] t2d) { in CachedXYT()371 CachedXYZT(long[] yPlusX, long[] yMinusX, long[] z, long[] t2d) { in CachedXYZT()569 long[] t2d = Arrays.copyOf(t.t2d, Field25519.LIMB_CNT); in select() local
366 if (const Texture2D *t2d = dynamic_cast<const Texture2D *>(&cfg)) in glInit() local
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...