Home
last modified time | relevance | path

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

123

/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/man7/
H A DEVP_MD-SHAKE.pod61 16 (bytes) which results in a security strength of only 64 bits. To ensure the
65 32 (bytes) which results in a security strength of only 128 bits. To ensure the
/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 DSSL_get_version.pod28 after the initial handshake has been completed. Prior to that the results
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 DOSSL_CMP_exec_certreq.pod47 The functions return their respective main results directly, while there are
48 also accessor functions for retrieving various results and status information
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 DBIO_s_mem.pod107 Calling BIO_set_mem_buf() on a secmem or dgram BIO will give undefined results,
111 can give undefined results including a program crash. There are two notable
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 DSSL_CTX_set_msg_callback.pod91 If processing a received protocol message results in an error,
H A DCMS_encrypt.pod72 results.
H A DERR_get_error.pod107 results. They should no longer be used and are therefore deprecated.
H A DUI_STRING.pod49 B<UI_STRING> objects as well as adding results to some of them.
/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/apps/
H A Dspeed.c331 static double results[ALGOR_NUM][SIZE_NUM]; variable
3155 if (results[k][testnum] > 10000 && !mr) in speed_main()
3156 printf(" %11.2fk", results[k][testnum] / 1e3); in speed_main()
3158 printf(mr ? ":%.2f" : " %11.2f ", results[k][testnum]); in speed_main()
3400 results[alg][run_no] = ((double)count) / time_used * lengths[run_no]; in print_result()
3492 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi()
3690 results[D_EVP][j] = ((double)count) / d * mblengths[j]; in multiblock_speed()
3700 fprintf(stdout, ":%.2f", results[D_EVP][j]); in multiblock_speed()
3712 if (results[D_EVP][j] > 10000) in multiblock_speed()
3713 fprintf(stdout, " %11.2fk", results[D_EVP][j] / 1e3); in multiblock_speed()
[all …]
/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

Completed in 91 milliseconds

123