Searched refs:modulusBytes (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1274 jbyteArray modulusBytes) { in NativeCrypto_getRSAPrivateKeyWrapper() argument 1276 JNI_TRACE("getRSAPrivateKeyWrapper(%p, %p)", javaKey, modulusBytes); in NativeCrypto_getRSAPrivateKeyWrapper() 1279 if (!arrayToBignumSize(env, modulusBytes, &cached_size)) { in NativeCrypto_getRSAPrivateKeyWrapper() 1294 if (!arrayToBignum(env, modulusBytes, &rsa->n)) { in NativeCrypto_getRSAPrivateKeyWrapper() 1318 JNI_TRACE("getRSAPrivateKeyWrapper(%p, %p) => %p", javaKey, modulusBytes, pkey.get()); in NativeCrypto_getRSAPrivateKeyWrapper()
|