Home
last modified time | relevance | path

Searched refs:modulusBytes (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1278 jbyteArray modulusBytes) { in NativeCrypto_getRSAPrivateKeyWrapper() argument
1280 JNI_TRACE("getRSAPrivateKeyWrapper(%p, %p)", javaKey, modulusBytes); in NativeCrypto_getRSAPrivateKeyWrapper()
1283 if (!arrayToBignumSize(env, modulusBytes, &cached_size)) { in NativeCrypto_getRSAPrivateKeyWrapper()
1298 if (!arrayToBignum(env, modulusBytes, &rsa->n)) { in NativeCrypto_getRSAPrivateKeyWrapper()
1322 JNI_TRACE("getRSAPrivateKeyWrapper(%p, %p) => %p", javaKey, modulusBytes, pkey.get()); in NativeCrypto_getRSAPrivateKeyWrapper()