Searched refs:results (Results 1 – 25 of 71) sorted by relevance
123
/openssl/util/ |
H A D | check-format-commit.sh | 145 $TOPDIR/util/check-format.pl $j > $TEMPDIR/results.txt 161 ' $TEMPDIR/results.txt >>$TEMPDIR/results-filtered.txt 164 cat $TEMPDIR/results-filtered.txt 167 if [ -s $TEMPDIR/results-filtered.txt ]
|
/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 134 my @results = (); 137 push @results, $1; # Handle the simple case 148 push @results, $1; 156 push @results, '!'.$1; # Handle the simple case 167 push @results, '!'.$1; 179 …t STDERR "DEBUG[",$opts{debug_type},"]: Added preprocessor conds: '", join("', '", @results), "'\n" 181 push @preprocessor_conds, [ @results ];
|
/openssl/doc/man3/ |
H A D | TS_RESP_CTX_new.pod | 26 and property query to NULL. This results in the default (NULL) library context
|
H A D | ASN1_TIME_set.pod | 98 ASN1_TIME_print() functions to get consistent (i.e. GMT) results. 165 results to ASN1_TIME_set() (or equivalent). This can cause problems as the 166 time_t value can overflow on some systems resulting in unexpected results. 193 printing to get GMT results.
|
H A D | DTLSv1_get_timeout.pod | 20 Calling DTLSv1_get_timeout() results in I<*tv> being written with an amount of
|
H A D | CMS_get0_type.pod | 26 flag and B<before> the structure is finalised, otherwise the results are
|
H A D | UI_create_method.pod | 113 results in some temporary buffer, and finally have the reader just 114 fetch those results.
|
H A D | CMS_compress.pod | 45 results.
|
H A D | SSL_get_version.pod | 33 Prior to that the results returned from these functions may be unreliable.
|
H A D | SSL_check_chain.pod | 76 TLS 1.3 and DTLS 1.2 the results for earlier versions of TLS and DTLS may not
|
H A D | X509_new.pod | 35 and property query to NULL. This results in the default (NULL) library context
|
H A D | PKCS7_encrypt.pod | 62 results.
|
H A D | DSA_set_method.pod | 59 results. See L<DSA_meth_new(3)> for information on constructing custom DSA_METHOD
|
H A D | DH_set_method.pod | 57 for the key can have unexpected results.
|
H A D | SSL_want.pod | 35 error queue, the results are obtained by examining an internal state flag
|
H A D | OPENSSL_riscvcap.pod | 15 vector. For Linux platform, when libcrypto is initialized, the results
|
H A D | BIO_s_mem.pod | 119 Calling BIO_set_mem_buf() on a secmem or dgram BIO will give undefined results, 123 can give undefined results including a program crash. There are two notable
|
H A D | CMS_encrypt.pod | 72 results.
|
/openssl/crypto/property/ |
H A D | README.md | 84 The results are cached. 86 The caching of query results has to be efficient but it must also be robust
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_rc5.txt | 10 #provider ciphers have identical results.
|
/openssl/doc/man7/ |
H A D | EVP_CIPHER-AES.pod | 69 means to obtain correct results there can be only one L<EVP_EncryptUpdate(3)>
|
/openssl/doc/designs/ |
H A D | xof.md | 209 - There are no additional memory copies of buffered results. 267 - Uses memcpy to store partial results for a single blob of squeezed data of
|
/openssl/crypto/ |
H A D | README-sparse_array.md | 48 index 0 results in the allocation of a top level node full of null pointers
|
/openssl/doc/man1/ |
H A D | openssl-dgst.pod.in | 97 16 (bytes) which results in a security strength of only 64 bits. To ensure the 101 32 (bytes) which results in a security strength of only 128 bits. To ensure the
|
/openssl/apps/ |
H A D | speed.c | 364 static double results[ALGOR_NUM][SIZE_NUM]; variable 4249 if (results[k][testnum] > 10000 && !mr) in speed_main() 4250 printf(" %11.2fk", results[k][testnum] / 1e3); in speed_main() 4252 printf(mr ? ":%.2f" : " %11.2f ", results[k][testnum]); in speed_main() 4584 results[alg][run_no] = ((double)count) / time_used * lengths[run_no]; in print_result() 4698 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi() 4928 results[D_EVP][j] = ((double)count) / d * mblengths[j]; in multiblock_speed() 4938 fprintf(stdout, ":%.2f", results[D_EVP][j]); in multiblock_speed() 4950 if (results[D_EVP][j] > 10000) in multiblock_speed() 4951 fprintf(stdout, " %11.2fk", results[D_EVP][j] / 1e3); in multiblock_speed() [all …]
|
Completed in 91 milliseconds
123