Searched refs:modulusBytes (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1278 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()
|