/openssl-master/test/testutil/ |
A D | format_output.c | 24 static void test_diff_header(const char *left, const char *right) in test_diff_header() argument 27 test_printf_stderr("+++ %s\n", right); in test_diff_header() 41 const char *left, const char *right, in test_fail_string_common() argument 61 test_diff_header(left, right); in test_fail_string_common() 69 test_diff_header(left, right); in test_fail_string_common() 130 const char *left, const char *right, in test_fail_string_message() argument 289 test_diff_header(left, right); in test_fail_bignum_common() 298 test_diff_header(left, right); in test_fail_bignum_common() 369 const char *left, const char *right, in test_fail_bignum_message() argument 446 test_diff_header(left, right); in test_fail_memory_common() [all …]
|
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,
|
A D | tests.c | 28 const char *left, const char *right, in test_fail_message_prefix() argument 35 if (left != NULL && right != NULL) in test_fail_message_prefix() 36 test_printf_stderr("'%s %s %s' failed", left, op, right); in test_fail_message_prefix() 71 const char *right, const char *op, 77 const char *left, const char *right, in test_fail_message_va() argument 80 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_message_va() 90 const char *left, const char *right, in test_fail_message() argument 96 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message()
|
/openssl-master/crypto/des/asm/ |
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-master/doc/man3/ |
A D | BN_set_bit.pod | 43 BN_rshift() shifts B<a> right by B<n> bits and places the result in 45 B<a> right by one and places the result in B<r> (C<r=a/2>).
|
A D | X509_check_host.pod | 91 one subject alternative name of the right type (DNS name or email 97 names of the right type (DNS name or email address as appropriate); the default
|
A D | OPENSSL_s390xcap.pod | 24 processed from left to right (whitespace is ignored):
|
A D | OSSL_LIB_CTX.pod | 51 is a full library context in its own right, but will have all the same providers
|
A D | EVP_EncryptInit.pod | 1562 /* Don't set key or IV right away; we want to check lengths */
|
/openssl-master/crypto/ |
A D | params_dup.c | 140 static int compare_params(const void *left, const void *right) in compare_params() argument 143 const OSSL_PARAM *r = *(const OSSL_PARAM **)right; in compare_params()
|
/openssl-master/test/ |
A D | drbgtest.c | 294 static int compare_drbg_fork_result(const void * left, const void * right) in compare_drbg_fork_result() argument 298 const drbg_fork_result *r = right; in compare_drbg_fork_result() 317 static int compare_rand_chunk(const void * left, const void * right) in compare_rand_chunk() argument 319 return memcmp(left, right, 2); in compare_rand_chunk()
|
A D | README.ssltest.md | 284 in a build with a different configuration, you may need to generate the right
|
/openssl-master/doc/HOWTO/ |
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-master/ |
A D | SUPPORT.md | 10 In this case the [openssl-users] mailing list is the right place for you.
|
A D | NOTES-WINDOWS.md | 111 start the command prompt by right-clicking on it and choosing "Run as
|
A D | README-ENGINES.md | 314 A quick test done right before the release showed that trying "openssl speed
|
A D | CHANGES.md | 1768 was not quite right. The behaviour was not consistent between resumption 2229 * Fixed X509_NAME_ENTRY_set to get multi-valued RDNs right in all cases. 7088 the right response is stapled. Also change SSL_get_certificate() 8026 the right response is stapled. Also change SSL_get_certificate() 17588 As soon as we've got the new code right (possibly it already is?), 18020 * ctx_size was not built with the right compiler during "make links". Fixed.
|
/openssl-master/doc/man7/ |
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.
|
A D | openssl-threads.pod | 30 Failure to match B<I<object>_up_ref>() calls with the right number of
|
A D | passphrase-encoding.pod | 138 It's possible that its byte sequence is exactly right.
|
A D | provider-base.pod | 644 * To ensure we get the function signature right, forward declare
|
/openssl-master/doc/internal/man3/ |
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-master/external/perl/Text-Template-1.56/ |
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-master/doc/man5/ |
A D | config.pod | 548 The escaping isn't quite right: if you want to use sequences like B<\n>
|
/openssl-master/include/openssl/ |
A D | asn1t.h.in | 687 * supplied routines *almost* do the right thing but need some extra help at
|