Home
last modified time | relevance | path

Searched defs:modulusBits (Results 1 – 8 of 8) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLRSAKeyPairGenerator.java45 private int modulusBits = 2048; field in OpenSSLRSAKeyPairGenerator
DNativeCrypto.java116 static native long RSA_generate_key_ex(int modulusBits, byte[] publicExponent); in RSA_generate_key_ex()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLRSAKeyPairGenerator.java48 private int modulusBits = 2048; field in OpenSSLRSAKeyPairGenerator
DNativeCrypto.java121 static native long RSA_generate_key_ex(int modulusBits, byte[] publicExponent); in RSA_generate_key_ex()
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpngmontexpstuff_sse2.h72 __INLINE cpSize numofVariable_sse2(int modulusBits) in numofVariable_sse2()
Dpcpngmontexpstuff_avx512.h71 __INLINE cpSize numofVariable_avx512(int modulusBits) in numofVariable_avx512()
Dpcpngmontexpstuff_avx2.h72 __INLINE cpSize numofVariable_avx2(int modulusBits) in numofVariable_avx2()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1377 static jlong NativeCrypto_RSA_generate_key_ex(JNIEnv* env, jclass, jint modulusBits, in NativeCrypto_RSA_generate_key_ex()