Searched defs:oid (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/tests/unit/
H A Dasn1_decoder_test.cpp60 const uint8_t* oid; local
62 ASSERT_FALSE(ptr->asn1_oid_get(&oid, &length));
71 const uint8_t* oid; local
73 ASSERT_TRUE(ptr->asn1_oid_get(&oid, &length));
75 ASSERT_EQ(0x01U, *oid);
88 const uint8_t* oid; local
90 ASSERT_TRUE(ctx.asn1_oid_get(&oid, &length));
92 ASSERT_EQ(0xA5U, *oid);
106 const uint8_t* oid; local
108 ASSERT_FALSE(ptr->asn1_oid_get(&oid,
116 const uint8_t* oid; local
134 const uint8_t* oid; local
144 const uint8_t* oid; local
154 const uint8_t* oid; local
162 const uint8_t* oid; local
170 const uint8_t* oid; local
[all...]
/bootable/recovery/
H A Dasn1_decoder.cpp138 bool asn1_context::asn1_oid_get(const uint8_t** oid, size_t* length) { argument
145 *oid = p_;

Completed in 78 milliseconds