Searched refs:keyJavaBytes (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 999 jobject pubkeyRef, jbyteArray keyJavaBytes) { in NativeCrypto_EVP_PKEY_new_EC_KEY() argument 1001 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p)", groupRef, pubkeyRef, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1008 JNI_TRACE("EVP_PKEY_new_EC_KEY(%p, %p, %p) <- ptr", group, pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1011 if (keyJavaBytes != nullptr) { in NativeCrypto_EVP_PKEY_new_EC_KEY() 1012 key = arrayToBignum(env, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1026 keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1034 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1043 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1051 pubkey, keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() 1061 keyJavaBytes); in NativeCrypto_EVP_PKEY_new_EC_KEY() [all …]
|