Home
last modified time | relevance | path

Searched defs:cbsRef (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java660 static native long asn1_read_sequence(long cbsRef) throws IOException; in asn1_read_sequence()
666 static native boolean asn1_read_next_tag_is(long cbsRef, int tag) throws IOException; in asn1_read_next_tag_is()
673 static native long asn1_read_tagged(long cbsRef) throws IOException; in asn1_read_tagged()
678 static native byte[] asn1_read_octetstring(long cbsRef) throws IOException; in asn1_read_octetstring()
684 static native long asn1_read_uint64(long cbsRef) throws IOException; in asn1_read_uint64()
689 static native void asn1_read_null(long cbsRef) throws IOException; in asn1_read_null()
695 static native String asn1_read_oid(long cbsRef) throws IOException; in asn1_read_oid()
700 static native boolean asn1_read_is_empty(long cbsRef); in asn1_read_is_empty()
707 static native void asn1_read_free(long cbsRef); in asn1_read_free()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DNativeCrypto.java689 static native long asn1_read_sequence(long cbsRef) throws IOException; in asn1_read_sequence()
695 static native boolean asn1_read_next_tag_is(long cbsRef, int tag) throws IOException; in asn1_read_next_tag_is()
702 static native long asn1_read_tagged(long cbsRef) throws IOException; in asn1_read_tagged()
707 static native byte[] asn1_read_octetstring(long cbsRef) throws IOException; in asn1_read_octetstring()
713 static native long asn1_read_uint64(long cbsRef) throws IOException; in asn1_read_uint64()
718 static native void asn1_read_null(long cbsRef) throws IOException; in asn1_read_null()
724 static native String asn1_read_oid(long cbsRef) throws IOException; in asn1_read_oid()
729 static native boolean asn1_read_is_empty(long cbsRef); in asn1_read_is_empty()
736 static native void asn1_read_free(long cbsRef); in asn1_read_free()
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc5794 static jlong NativeCrypto_asn1_read_sequence(JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_sequence()
5810 jlong cbsRef, jint tag) { in NativeCrypto_asn1_read_next_tag_is()
5821 static jlong NativeCrypto_asn1_read_tagged(JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_tagged()
5836 static jbyteArray NativeCrypto_asn1_read_octetstring(JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_octetstring()
5861 static jlong NativeCrypto_asn1_read_uint64(JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_uint64()
5875 static void NativeCrypto_asn1_read_null(JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_null()
5886 static jstring NativeCrypto_asn1_read_oid(JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_oid()
5912 jlong cbsRef) { in NativeCrypto_asn1_read_is_empty()
5922 static void NativeCrypto_asn1_read_free(CONSCRYPT_UNUSED JNIEnv* env, jclass, jlong cbsRef) { in NativeCrypto_asn1_read_free()