Lines Matching full:oid_str
142 static const unsigned long oid_str[] = { 1, 2, 840, 113549 };163 LTC_SET_ASN1(static_list[3], 0, LTC_ASN1_OBJECT_IDENTIFIER,(void *)oid_str, 4);375 /* we expect oid_str */386 if (l->size != sizeof(oid_str)/sizeof(oid_str[0]) || memcmp(oid_str, l->data, l->size*sizeof(oid_str[0]))) {