HomeSort by relevance Sort by last modified time
    Searched full:oid_str (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtomcrypt/testprof/
der_tests.c 142 static const unsigned long oid_str[] = { 1, 2, 840, 113549 }; local
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]))) {
    [all...]

Completed in 48 milliseconds