Searched refs:x509Type (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5707 static jbyteArray get_X509Type_serialNumber(JNIEnv* env, T* x509Type, ASN1_INTEGER* (*get_serial_fu… argument 5708 JNI_TRACE("get_X509Type_serialNumber(%p)", x509Type); 5710 if (x509Type == nullptr) { 5712 JNI_TRACE("get_X509Type_serialNumber(%p) => x509Type == null", x509Type); 5716 ASN1_INTEGER* serialNumber = get_serial_func(x509Type); 5719 JNI_TRACE("X509_get_serialNumber(%p) => threw exception", x509Type); 5725 JNI_TRACE("X509_get_serialNumber(%p) => threw exception", x509Type); 5729 JNI_TRACE("X509_get_serialNumber(%p) => %p", x509Type, serialArray.get()); 5816 static jbyteArray get_X509Type_signature(JNIEnv* env, T* x509Type, void (*get_signature_func)(T*, A… argument 5817 JNI_TRACE("get_X509Type_signature(%p)", x509Type); [all …]
|