/openssl/test/testutil/ |
H A D | format_output.c | 23 static void test_diff_header(const char *left, const char *right) in test_diff_header() argument 26 test_printf_stderr("+++ %s\n", right); in test_diff_header() 40 const char *left, const char *right, in test_fail_string_common() argument 60 test_diff_header(left, right); in test_fail_string_common() 68 test_diff_header(left, right); in test_fail_string_common() 129 const char *left, const char *right, in test_fail_string_message() argument 288 test_diff_header(left, right); in test_fail_bignum_common() 297 test_diff_header(left, right); in test_fail_bignum_common() 368 const char *left, const char *right, in test_fail_bignum_message() argument 445 test_diff_header(left, right); in test_fail_memory_common() [all …]
|
H A D | tu_local.h | 23 const char *left, const char *right, 28 const char *left, const char *right, 34 const char *left, const char *right, 39 const char *left, const char *right, 44 const char *left, const char *right,
|
H A D | tests.c | 27 const char *left, const char *right, in test_fail_message_prefix() argument 34 if (left != NULL && right != NULL) in test_fail_message_prefix() 35 test_printf_stderr("'%s %s %s' failed", left, op, right); in test_fail_message_prefix() 70 const char *right, const char *op, 76 const char *left, const char *right, in test_fail_message_va() argument 79 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_message_va() 89 const char *left, const char *right, in test_fail_message() argument 95 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message()
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 118 ! parameter 2 right 615 ! parameter 2 original right 617 ! parameter 4 right ip 753 ! parameter 3 destination right 802 ! parameter 3 destination right 927 ! parameter 3 source right 1398 ! addr left right temp label 1437 ! parameter 2 original right 1439 ! parameter 4 right ip 1639 ! parameter 2 original right [all …]
|
/openssl/crypto/ |
H A D | params_dup.c | 138 static int compare_params(const void *left, const void *right) in compare_params() argument 141 const OSSL_PARAM *r = *(const OSSL_PARAM **)right; in compare_params()
|
/openssl/doc/man3/ |
H A D | BN_set_bit.pod | 46 BN_rshift() shifts B<a> right by B<n> bits and places the result in 48 B<a> right by one and places the result in B<r> (C<r=a/2>).
|
H A D | X509_check_host.pod | 92 one subject alternative name of the right type (DNS name or email 98 names of the right type (DNS name or email address as appropriate); the default
|
H A D | OPENSSL_s390xcap.pod | 24 processed from left to right (whitespace is ignored):
|
H A D | OSSL_LIB_CTX.pod | 53 is a full library context in its own right, but will have all the same providers
|
/openssl/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.md | 14 If you're asking about how to use OpenSSL, this isn't the right
|
H A D | bug_report.md | 14 If you're asking about how to use OpenSSL, this isn't the right
|
/openssl/test/ |
H A D | drbgtest.c | 296 static int compare_drbg_fork_result(const void *left, const void *right) in compare_drbg_fork_result() argument 300 const drbg_fork_result *r = right; in compare_drbg_fork_result() 319 static int compare_rand_chunk(const void *left, const void *right) in compare_rand_chunk() argument 321 return memcmp(left, right, 2); in compare_rand_chunk()
|
H A D | README.ssltest.md | 284 in a build with a different configuration, you may need to generate the right
|
/openssl/test/quic-openssl-docker/ |
H A D | Dockerfile | 5 # Set the environment variable LD_LIBRARY_PATH to ensure we get the right libraries
|
/openssl/doc/HOWTO/ |
H A D | certificates.txt | 61 certificate request in the right format and you will have to use one 101 right for your applications, simply concatenating the certificate and
|
/openssl/ |
H A D | SUPPORT.md | 10 In this case the [openssl-users] mailing list is the right place for you.
|
H A D | README-ENGINES.md | 315 A quick test done right before the release showed that trying "openssl speed
|
/openssl/doc/man7/ |
H A D | proxy-certificates.pod | 150 right time. You also need to fill in the defaults when the EE 180 * array, one bit for each possible right.
|
H A D | openssl-threads.pod | 30 Failure to match B<I<object>_up_ref>() calls with the right number of
|
H A D | passphrase-encoding.pod | 138 It's possible that its byte sequence is exactly right.
|
/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 91 By declaring the variable as an C<OPTION_CHOICE>, with the right warning 135 A program should declare its options right after the enumeration,
|
/openssl/doc/designs/quic-design/ |
H A D | debugging.md | 92 as QUIC. To do this, right click on the Protocol column and select “Decode
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 288 the package the right to use and distribute the Package in a more-or-less 289 customary fashion, plus the right to make reasonable modifications.
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 687 * supplied routines *almost* do the right thing but need some extra help at
|
/openssl/doc/man5/ |
H A D | config.pod | 559 The escaping isn't quite right: if you want to use sequences like B<\n>
|