Home | History | Annotate | Download | only in cpp

Lines Matching refs:oidString

4091 static X509_EXTENSION *X509Type_get_ext(JNIEnv* env, T* x509Type, jstring oidString) {
4099 ScopedUtfChars oid(env, oidString);
4124 static jbyteArray X509Type_get_ext_oid(JNIEnv* env, T* x509Type, jstring oidString) {
4126 oidString);
4128 JNI_TRACE("X509Type_get_ext_oid(%p, %p) => fetching extension failed", x509Type, oidString);
4132 JNI_TRACE("X509Type_get_ext_oid(%p, %p) => %p", x509Type, oidString, ext->value);
4912 jstring oidString) {
4914 JNI_TRACE("X509_delete_ext(%p, %p)", x509, oidString);
4918 JNI_TRACE("X509_delete_ext(%p, %p) => x509 == null", x509, oidString);
4922 ScopedUtfChars oid(env, oidString);
4924 JNI_TRACE("X509_delete_ext(%p, %p) => oidString == null", x509, oidString);
5175 jstring oidString) {
5177 JNI_TRACE("X509_get_ext_oid(%p, %p)", x509, oidString);
5178 return X509Type_get_ext_oid<X509, X509_get_ext_by_OBJ, X509_get_ext>(env, x509, oidString);
5182 jstring oidString) {
5184 JNI_TRACE("X509_CRL_get_ext_oid(%p, %p)", crl, oidString);
5186 oidString);
5190 jstring oidString) {
5192 JNI_TRACE("X509_REVOKED_get_ext_oid(%p, %p)", revoked, oidString);
5194 env, revoked, oidString);