Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc5370 CBB seq_contents; in NativeCrypto_ASN1_seq_pack_X509() local
5375 if (!CBB_add_asn1(result.get(), &seq_contents, CBS_ASN1_SEQUENCE)) { in NativeCrypto_ASN1_seq_pack_X509()
5384 if (len < 0 || !CBB_add_space(&seq_contents, &buf, static_cast<size_t>(len)) || in NativeCrypto_ASN1_seq_pack_X509()