Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Dder_tests.c524 static const unsigned char rsa_printable[] = "Test User 1"; local
728 DO(der_encode_printable_string(rsa_printable, strlen((char*)rsa_printable), buf[0], &x));
733 DO(der_length_printable_string(rsa_printable, strlen((char*)rsa_printable), &y));
740 …if (y != strlen((char*)rsa_printable) || memcmp(buf[1], rsa_printable, strlen((char*)rsa_printable