Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc989 jobject pubkeyRef, jbyteArray keyJavaBytes) { in NativeCrypto_EVP_PKEY_new_EC_KEY() argument
991 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p)", groupRef, pubkeyRef, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
998 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p) <- ptr", group, pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
1001 if (keyJavaBytes != nullptr) { in NativeCrypto_EVP_PKEY_new_EC_KEY()
1003 if (!arrayToBignum(env, keyJavaBytes, &keyRef)) { in NativeCrypto_EVP_PKEY_new_EC_KEY()
1017 keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
1025 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
1034 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
1042 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
1052 keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY()
[all …]