Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4711 struct CbsHandle { struct
4729 std::unique_ptr<CbsHandle> cbs(new CbsHandle()); in NativeCrypto_asn1_read_init() argument
4741 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); in NativeCrypto_asn1_read_sequence()
4744 std::unique_ptr<CbsHandle> seq(new CbsHandle()); in NativeCrypto_asn1_read_sequence()
4757 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); in NativeCrypto_asn1_read_next_tag_is()
4768 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); in NativeCrypto_asn1_read_tagged()
4771 std::unique_ptr<CbsHandle> tag(new CbsHandle()); in NativeCrypto_asn1_read_tagged()
4783 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); in NativeCrypto_asn1_read_octetstring()
4808 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); in NativeCrypto_asn1_read_uint64()
4822 CbsHandle* cbs = reinterpret_cast<CbsHandle*>(static_cast<uintptr_t>(cbsRef)); in NativeCrypto_asn1_read_null()
[all …]