Searched refs:asn1_oid_get (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/tests/unit/ |
D | asn1_decoder_test.cpp | 38 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/ |
D | asn1_decoder.h | 32 bool asn1_oid_get(const uint8_t** oid, size_t* length);
|
/bootable/recovery/install/ |
D | asn1_decoder.cpp | 136 bool asn1_context::asn1_oid_get(const uint8_t** oid, size_t* length) { in asn1_oid_get() function in asn1_context
|