Searched defs:modulusBits (Results 1 – 8 of 8) sorted by relevance
45 private int modulusBits = 2048; field in OpenSSLRSAKeyPairGenerator
116 static native long RSA_generate_key_ex(int modulusBits, byte[] publicExponent); in RSA_generate_key_ex()
48 private int modulusBits = 2048; field in OpenSSLRSAKeyPairGenerator
121 static native long RSA_generate_key_ex(int modulusBits, byte[] publicExponent); in RSA_generate_key_ex()
72 __INLINE cpSize numofVariable_sse2(int modulusBits) in numofVariable_sse2()
71 __INLINE cpSize numofVariable_avx512(int modulusBits) in numofVariable_avx512()
72 __INLINE cpSize numofVariable_avx2(int modulusBits) in numofVariable_avx2()
1377 static jlong NativeCrypto_RSA_generate_key_ex(JNIEnv* env, jclass, jint modulusBits, in NativeCrypto_RSA_generate_key_ex()