Home
last modified time | relevance | path

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

/openssl/test/
H A Dlocaletest.c95 char str1[] = "SubjectPublicKeyInfo", str2[] = "subjectpublickeyinfo"; in setup_tests() local
104 res = strcasecmp(str1, str2); in setup_tests()
107 if (!TEST_false(OPENSSL_strcasecmp(str1, str2))) in setup_tests()
/openssl/util/perl/OpenSSL/
H A DOID.pm223 my $str2 = join(',', @{$name2oid{$name}->{nums}});
226 unless $str1 eq $str2;
/openssl/apps/
H A Dca.c1461 ASN1_STRING *str, *str2; in do_body() local
1549 str = str2 = NULL; in do_body()
1612 str2 = X509_NAME_ENTRY_get_data(push); in do_body()
1614 if (ASN1_STRING_cmp(str, str2) != 0) in do_body()
1622 ((str2 == NULL) ? "NULL" : (char *)str2->data), in do_body()
H A Dspeed.c125 static void pkey_print_message(const char *str, const char *str2,
127 static void kskey_print_message(const char *str, const char *str2, int tm);
4525 static void pkey_print_message(const char *str, const char *str2, unsigned int bits, in pkey_print_message() argument
4530 : "Doing %u bits %s %s ops for %ds: ", bits, str, str2, tm); in pkey_print_message()
4536 static void kskey_print_message(const char *str, const char *str2, int tm) in kskey_print_message() argument
4540 : "Doing %s %s ops for %ds: ", str, str2, tm); in kskey_print_message()

Completed in 30 milliseconds