Searched refs:oidStr (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4633 static jint NativeCrypto_OBJ_txt2nid(JNIEnv* env, jclass, jstring oidStr) { argument
4634 JNI_TRACE("OBJ_txt2nid(%p)", oidStr);
4636 ScopedUtfChars oid(env, oidStr);
4646 static jstring NativeCrypto_OBJ_txt2nid_longName(JNIEnv* env, jclass, jstring oidStr) { argument
4647 JNI_TRACE("OBJ_txt2nid_longName(%p)", oidStr);
4649 ScopedUtfChars oid(env, oidStr);
5622 static jstring NativeCrypto_OBJ_txt2nid_oid(JNIEnv* env, jclass, jstring oidStr) { argument
5623 JNI_TRACE("OBJ_txt2nid_oid(%p)", oidStr);
5625 ScopedUtfChars oid(env, oidStr);
6206 ScopedLocalRef<jstring> oidStr(en
[all...]

Completed in 78 milliseconds