Searched defs:x509CrlRef (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 3896 static jbyteArray NativeCrypto_get_X509_CRL_signature(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_get_X509_CRL_signature() 3971 static jlongArray NativeCrypto_X509_CRL_get_REVOKED(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_X509_CRL_get_REVOKED() 3999 static jbyteArray NativeCrypto_i2d_X509_CRL(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_i2d_X509_CRL() 4005 static void NativeCrypto_X509_CRL_free(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_X509_CRL_free() 4018 static void NativeCrypto_X509_CRL_print(JNIEnv* env, jclass, jlong bioRef, jlong x509CrlRef) { in NativeCrypto_X509_CRL_print() 4043 static jstring NativeCrypto_get_X509_CRL_sig_alg_oid(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_get_X509_CRL_sig_alg_oid() 4056 static jbyteArray NativeCrypto_get_X509_CRL_sig_alg_parameter(JNIEnv* env, jclass, jlong x509CrlRef… in NativeCrypto_get_X509_CRL_sig_alg_parameter() 4074 static jbyteArray NativeCrypto_X509_CRL_get_issuer_name(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_X509_CRL_get_issuer_name() 4080 static long NativeCrypto_X509_CRL_get_version(JNIEnv*, jclass, jlong x509CrlRef) { in NativeCrypto_X509_CRL_get_version() 4136 static jlong NativeCrypto_X509_CRL_get_ext(JNIEnv* env, jclass, jlong x509CrlRef, jstring oid) { in NativeCrypto_X509_CRL_get_ext() [all …]
|