Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 236) sorted by relevance

12345678910

/openssl-master/util/
A Dfix-deprecation65 my $before = $1;
82 $before .= $capture;
94 || $before !~ /^\s*$/s)) {
99 print $before;
A Dfind-doc-nits428 my $before = shift;
431 and $contents =~ /=head1 $before/;
432 err($id, "$section should appear before $before section")
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
/openssl-master/Configurations/
A Dgentemplate.pm116 my @before = ();
119 print STDERR "DEBUG[expanddepends]\\ ", join(' ', @before), "\n"
128 if (grep { $extlessx eq extensionlesslib($_) } @before
145 push @before, @middle;
147 print STDERR "DEBUG[expanddepends]< ", join(' ', @before), "\n"
149 @before;
/openssl-master/doc/man7/
A DEVP_MAC-KMAC.pod67 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
68 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
70 set before it instead.
98 * Setup parameters required before calling EVP_MAC_init()
117 * before EVP_MAC_final().
A DEVP_KDF-HKDF.pod59 In this mode the digest, key, salt and info values must be set before a key is
69 The digest, key and salt values must be set before a key is derived otherwise
78 The digest, key and info values must be set before a key is derived otherwise
A Dopenssl_user_macros.pod.in14 before including any header file that depends on it>, either in the
16 source before including any headers.
/openssl-master/doc/man3/
A DBIO_set_callback.pod73 the callback is called twice, once before and once after the actual
97 called before the actual BIO operation 1 is placed in B<ret>, if
122 is called before the free operation.
132 is called before the read and
151 is called before the write and
170 is called before the operation and
189 is called before the operation and
207 is called before the call and
A DEVP_DigestSignInit.pod28 Input data is digested first before the signing takes place.
38 I<params>, if not NULL, are set on the context before returning.
49 I<ctx> must be created with EVP_MD_CTX_new() before calling this function. If
54 EVP_PKEY_CTX value before being passed to EVP_DigestSignInit_ex()
126 the I<siglen> parameter. If I<sig> is not NULL then before the call the
134 called again without reinitialising the EVP_MD_CTX. If I<sig> is NULL before the
136 buffer. If I<sig> is non-NULL before the call then I<siglen> should contain the
A DBN_CTX_start.pod26 calls must be made before calling any other functions that use the
29 Finally, BN_CTX_end() must be called before returning from the function.
A DEVP_PKEY_sign.pod27 sets the passed parameters I<params> on the context before returning.
33 before the call the I<siglen> parameter should contain the length of the
71 * NB: assumes signing_key and md are set up before the next
A DSSL_alloc_buffers.pod44 value is also returned if the buffers had been freed before calling
47 This value is also returned if the buffers had been allocated before calling
A DOPENSSL_config.pod26 OPENSSL_no_config() disables configuration. If called before OPENSSL_config()
42 initialization (that is before starting any threads).
A DRAND_get0_primary.pod54 at initialization time, before creating additional threads.
61 L<RAND_set_DRBG_type(3)> call before accessing the random number generation
A DOSSL_CMP_exec_certreq.pod82 Otherwise (when according to I<ctx> a 'waiting' status has been received before)
92 before trying again. The caller is free to sleep for the given number of seconds
93 or for some other time and/or to do anything else before retrying by calling
94 OSSL_CMP_try_certreq() again with the same parameter values as before.
A DSSL_CTX_set_tlsext_servername_callback.pod77 =item On the client, before the handshake
103 =item On the server, before the handshake
105 The function will always return NULL before the handshake
121 Note that the ClientHello callback occurs before a servername extension from the
A DX509_cmp_time.pod64 reference time is before, else 0 to indicate that the reference time is in range
65 (implying that the end time is not before the start time if both are present).
A DEVP_DigestVerifyInit.pod27 Input data is digested first before the signature verification takes place.
37 I<params>, if not NULL, are set on the context before returning.
48 B<ctx> must be created with EVP_MD_CTX_new() before calling this function. If
53 an EVP_PKEY_CTX value before being passed to EVP_DigestVerifyInit_ex()
A DHMAC.pod96 reused. I<ctx> must have been created with HMAC_CTX_new() before the first use
154 HMAC_CTX_cleanup() existed in OpenSSL before version 1.1.0.
159 OpenSSL before version 1.0.0.
/openssl-master/crypto/bio/
A Dbio_local.h30 # error internal/cryptlib.h included before bio_local.h
33 # error openssl/bio.h included before bio_local.h
/openssl-master/doc/life-cycles/
A DMakefile8 @echo Remember to check and manually fix the mistakes before merging
A DREADME.md19 additional editing before they can be added to the manual pages in
/openssl-master/doc/
A Dopenssl-c-indent.el42 (substatement-open before after) ; From "gnu" style
/openssl-master/test/
A Dcmp_hdr_test.c165 time_t hdrtime, before, after, now; in execute_HDR_update_messageTime_test() local
174 before = mktime(&tmptm); in execute_HDR_update_messageTime_test()
183 if (!TEST_time_t_le(before, hdrtime)) in execute_HDR_update_messageTime_test()
/openssl-master/doc/internal/man7/
A Ddeprecation.pod42 versions before that are three numbers (such as C<1_1_0>), while they are
94 RSA_new_method(), the following should be found very early (before including
117 RSA_size(), the following should be found very early (before including any
/openssl-master/test/recipes/30-test_evp_data/
A Devpmac_cmac_des.txt13 # The keyword Availablein must appear before the test name if needed.

Completed in 31 milliseconds

12345678910