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

  /external/dropbear/libtomcrypt/testprof/
der_tests.c 134 static const char printable_str[] = "printable"; local
151 LTC_SET_ASN1(static_list[0], 0, LTC_ASN1_PRINTABLE_STRING, (void *)printable_str, strlen(printable_str));
213 /* we expect printable_str */
224 if (l->size != strlen(printable_str) || memcmp(printable_str, l->data, l->size)) {
416 /* we expect printable_str */
437 /* we expect printable_str */
    [all...]

Completed in 131 milliseconds