Home | History | Annotate | Download | only in native

Lines Matching refs:X509_check_issued

5125     JNI_TRACE("X509_check_issued(%p, %p)", x509_1, x509_2);
5127 int ret = X509_check_issued(x509_1, x509_2);
5128 JNI_TRACE("X509_check_issued(%p, %p) => %d", x509_1, x509_2, ret);
9725 NATIVE_METHOD(NativeCrypto, X509_check_issued, "(JJ)I"),