Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2949 jbyteArray modulusBytes) { argument
2950 JNI_TRACE("getRSAPrivateKeyWrapper(%p, %p)", javaKey, modulusBytes);
2961 if (!arrayToBignum(env, modulusBytes, &rsa->n)) {
2968 if (!arrayToBignumSize(env, modulusBytes, &cached_size)) {