Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Dder_tests.c142 static const unsigned long oid_str[] = { 1, 2, 840, 113549 }; in der_flexi_test() local
163 LTC_SET_ASN1(static_list[3], 0, LTC_ASN1_OBJECT_IDENTIFIER,(void *)oid_str, 4); in der_flexi_test()
386 …if (l->size != sizeof(oid_str)/sizeof(oid_str[0]) || memcmp(oid_str, l->data, l->size*sizeof(oid_s… in der_flexi_test()