Searched refs:ScopedUtfChars (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/ |
D | scoped_utf_chars.h | 32 class ScopedUtfChars { 34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function 43 ~ScopedUtfChars() { in ~ScopedUtfChars() 67 ScopedUtfChars(const ScopedUtfChars&); 68 void operator=(const ScopedUtfChars&);
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1673 ScopedUtfChars curveName(env, curveNameJava); in NativeCrypto_EC_GROUP_new_by_curve_name() 2569 ScopedUtfChars algorithmChars(env, algorithm); in NativeCrypto_EVP_get_digestbyname() 3144 ScopedUtfChars scoped_alg(env, algorithm); in NativeCrypto_EVP_get_cipherbyname() 4446 ScopedUtfChars oid(env, oidString); in X509Type_get_ext() 4979 ScopedUtfChars oid_chars(env, oid); in NativeCrypto_asn1_write_oid() 5456 ScopedUtfChars oid(env, oidString); in NativeCrypto_X509_delete_ext() 7157 ScopedUtfChars identityHint(env, identityHintJava); in NativeCrypto_SSL_use_psk_identity_hint() 7260 ScopedUtfChars c(env, cipherSuite.get()); in NativeCrypto_SSL_set_cipher_lists() 7298 ScopedUtfChars c(env, cipherSuite.get()); in NativeCrypto_SSL_set_cipher_lists() 7441 ScopedUtfChars hostnameChars(env, hostname); in NativeCrypto_SSL_set_tlsext_host_name() [all …]
|