Searched refs:keyJavaBytes (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 985 jobject pubkeyRef, jbyteArray keyJavaBytes) { in NativeCrypto_EVP_PKEY_new_EC_KEY() argument 987 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p)", groupRef, pubkeyRef, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 994 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p) <- ptr", group, pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 997 if (keyJavaBytes != nullptr) { in NativeCrypto_EVP_PKEY_new_EC_KEY() 999 if (!arrayToBignum(env, keyJavaBytes, &keyRef)) { in NativeCrypto_EVP_PKEY_new_EC_KEY() 1013 keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1021 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1030 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1038 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1048 keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() [all …]
|