Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py3585 class octetstring(str): class
3591 o = octetstring('A')
3592 self.assertEqual(type(o), octetstring)
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp4470 std::unique_ptr<CBB> octetstring(new CBB()); in NativeCrypto_asn1_write_octetstring() local
4471 if (!CBB_add_asn1(cbb, octetstring.get(), CBS_ASN1_OCTETSTRING)) { in NativeCrypto_asn1_write_octetstring()
4475 …if (!CBB_add_bytes(octetstring.get(), reinterpret_cast<const uint8_t*>(bytes.get()), bytes.size())… in NativeCrypto_asn1_write_octetstring()