HomeSort by: relevance | last modified time | path
    Searched refs:x509_format_tests (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
x509_time_test.c 52 static TESTDATA_FORMAT x509_format_tests[] = { variable
305 if (x509_format_tests[idx].set_string) {
314 result = ASN1_TIME_set_string_X509(t, x509_format_tests[idx].data);
316 if (!TEST_int_eq(result, x509_format_tests[idx].expected)) {
318 idx, x509_format_tests[idx].expected, result);
323 if (t != NULL && x509_format_tests[idx].expected_type != -1) {
324 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) {
326 idx, x509_format_tests[idx].expected_type, t->type);
332 if (t != NULL && x509_format_tests[idx].expected_string) {
334 x509_format_tests[idx].expected_string
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
x509_time_test.c 52 static TESTDATA_FORMAT x509_format_tests[] = { variable
506 if (x509_format_tests[idx].set_string) {
515 result = ASN1_TIME_set_string_X509(t, x509_format_tests[idx].data);
517 if (!TEST_int_eq(result, x509_format_tests[idx].expected)) {
519 idx, x509_format_tests[idx].expected, result);
524 if (t != NULL && x509_format_tests[idx].expected_type != -1) {
525 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) {
527 idx, x509_format_tests[idx].expected_type, t->type);
533 if (t != NULL && x509_format_tests[idx].expected_string) {
535 x509_format_tests[idx].expected_string
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
x509_time_test.c 52 static TESTDATA_FORMAT x509_format_tests[] = { variable
357 if (x509_format_tests[idx].set_string) {
366 result = ASN1_TIME_set_string_X509(t, x509_format_tests[idx].data);
368 if (!TEST_int_eq(result, x509_format_tests[idx].expected)) {
370 idx, x509_format_tests[idx].expected, result);
375 if (t != NULL && x509_format_tests[idx].expected_type != -1) {
376 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) {
378 idx, x509_format_tests[idx].expected_type, t->type);
384 if (t != NULL && x509_format_tests[idx].expected_string) {
386 x509_format_tests[idx].expected_string
    [all...]

Completed in 26 milliseconds