Searched refs: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() argument 3897 X509_CRL* crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(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() argument 3972 X509_CRL* crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509CrlRef)); in NativeCrypto_X509_CRL_get_REVOKED() 3999 static jbyteArray NativeCrypto_i2d_X509_CRL(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_i2d_X509_CRL() argument 4000 X509_CRL* crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509CrlRef)); in NativeCrypto_i2d_X509_CRL() 4005 static void NativeCrypto_X509_CRL_free(JNIEnv* env, jclass, jlong x509CrlRef) { in NativeCrypto_X509_CRL_free() argument 4006 X509_CRL* crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(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() argument 4020 X509_CRL* crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509CrlRef)); in NativeCrypto_X509_CRL_print() [all …]
|