Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dasn1_decoder_test.cpp38 ASSERT_FALSE(ctx.asn1_oid_get(&junk, &length)); in TEST()
62 ASSERT_FALSE(ptr->asn1_oid_get(&oid, &length)); in TEST()
73 ASSERT_TRUE(ptr->asn1_oid_get(&oid, &length)); in TEST()
90 ASSERT_TRUE(ctx.asn1_oid_get(&oid, &length)); in TEST()
108 ASSERT_FALSE(ptr->asn1_oid_get(&oid, &length)); in TEST()
118 ASSERT_TRUE(ptr->asn1_oid_get(&oid, &length)); in TEST()
136 ASSERT_FALSE(ptr->asn1_oid_get(&oid, &length)); in TEST()
146 ASSERT_TRUE(ptr->asn1_oid_get(&oid, &length)); in TEST()
156 ASSERT_FALSE(ctx.asn1_oid_get(&oid, &length)); in TEST()
164 ASSERT_FALSE(ctx.asn1_oid_get(&oid, &length)); in TEST()
[all …]
/bootable/recovery/install/include/private/
Dasn1_decoder.h32 bool asn1_oid_get(const uint8_t** oid, size_t* length);
/bootable/recovery/install/
Dasn1_decoder.cpp136 bool asn1_context::asn1_oid_get(const uint8_t** oid, size_t* length) { in asn1_oid_get() function in asn1_context