Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 71) sorted by relevance

123

/openssl/util/
H A Dcheck-format-commit.sh145 $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 DParseC.pm134 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 DTS_RESP_CTX_new.pod26 and property query to NULL. This results in the default (NULL) library context
H A DASN1_TIME_set.pod98 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 DDTLSv1_get_timeout.pod20 Calling DTLSv1_get_timeout() results in I<*tv> being written with an amount of
H A DCMS_get0_type.pod26 flag and B<before> the structure is finalised, otherwise the results are
H A DUI_create_method.pod113 results in some temporary buffer, and finally have the reader just
114 fetch those results.
H A DCMS_compress.pod45 results.
H A DSSL_get_version.pod33 Prior to that the results returned from these functions may be unreliable.
H A DSSL_check_chain.pod76 TLS 1.3 and DTLS 1.2 the results for earlier versions of TLS and DTLS may not
H A DX509_new.pod35 and property query to NULL. This results in the default (NULL) library context
H A DPKCS7_encrypt.pod62 results.
H A DDSA_set_method.pod59 results. See L<DSA_meth_new(3)> for information on constructing custom DSA_METHOD
H A DDH_set_method.pod57 for the key can have unexpected results.
H A DSSL_want.pod35 error queue, the results are obtained by examining an internal state flag
H A DOPENSSL_riscvcap.pod15 vector. For Linux platform, when libcrypto is initialized, the results
H A DBIO_s_mem.pod119 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 DCMS_encrypt.pod72 results.
/openssl/crypto/property/
H A DREADME.md84 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 Devpciph_rc5.txt10 #provider ciphers have identical results.
/openssl/doc/man7/
H A DEVP_CIPHER-AES.pod69 means to obtain correct results there can be only one L<EVP_EncryptUpdate(3)>
/openssl/doc/designs/
H A Dxof.md209 - 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 DREADME-sparse_array.md48 index 0 results in the allocation of a top level node full of null pointers
/openssl/doc/man1/
H A Dopenssl-dgst.pod.in97 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 Dspeed.c364 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