Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Dder_tests.c19 static const unsigned char oct_str[] = { 1, 2, 3, 4 }; in der_set_test() local
28 LTC_SET_ASN1(list, 0, LTC_ASN1_OCTET_STRING, oct_str, sizeof(oct_str)); in der_set_test()
51 if (memcmp(strs[0], oct_str, sizeof(oct_str))) { in der_set_test()
140 static const unsigned char oct_str[] = { 1, 2, 3, 4 }; in der_flexi_test() local
159 LTC_SET_ASN1(static_list[2], 0, LTC_ASN1_OCTET_STRING, (void *)oct_str, 4); in der_flexi_test()
332 if (l->size != sizeof(oct_str) || memcmp(oct_str, l->data, l->size)) { in der_flexi_test()