Searched refs:kMinimumRsaExponent (Results 1 – 1 of 1) sorted by relevance
30 const int kMinimumRsaExponent = 3; variable66 if (public_exponent < kMinimumRsaExponent || public_exponent % 2 != 1) { in GenerateKey()