Searched defs:getL (Results 1 – 4 of 4) sorted by relevance
80 public BigInteger getL() in getL() method in DHParameter
56 public int getL() in getL() method in DSAParameterGenerationParameters
147 public int getL() in getL() method in DHParameters
26 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local