Home | History | Annotate | Download | only in bytestring

Lines Matching refs:der

591   // These parts need to be concatenated in DER form.
893 std::vector<uint8_t> der;
943 // Overflow. This is the DER representation of
960 EXPECT_EQ(Bytes(t.der), Bytes(out, len));
963 CBS_init(&cbs, t.der.data(), t.der.size());