Home
last modified time | relevance | path

Searched refs:tag_holder (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4909 std::unique_ptr<CBB> tag_holder(new CBB()); in NativeCrypto_asn1_write_tag() local
4910 if (!CBB_add_asn1(cbb, tag_holder.get(), in NativeCrypto_asn1_write_tag()
4915 JNI_TRACE("asn1_write_tag(%p) => %p", cbb, tag_holder.get()); in NativeCrypto_asn1_write_tag()
4916 return reinterpret_cast<uintptr_t>(tag_holder.release()); in NativeCrypto_asn1_write_tag()