Searched refs:str2 (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | localetest.c | 95 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 D | OID.pm | 223 my $str2 = join(',', @{$name2oid{$name}->{nums}}); 226 unless $str1 eq $str2;
|
/openssl/apps/ |
H A D | ca.c | 1461 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 D | speed.c | 125 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); 4764 static void pkey_print_message(const char *str, const char *str2, unsigned int bits, in pkey_print_message() argument 4769 : "Doing %u bits %s %s ops for %ds: ", bits, str, str2, tm); in pkey_print_message() 4775 static void kskey_print_message(const char *str, const char *str2, int tm) in kskey_print_message() argument 4779 : "Doing %s %s ops for %ds: ", str, str2, tm); in kskey_print_message()
|
Completed in 26 milliseconds