Searched refs:before (Results 1 – 25 of 236) sorted by relevance
12345678910
/openssl-master/util/ |
A D | fix-deprecation | 65 my $before = $1; 82 $before .= $capture; 94 || $before !~ /^\s*$/s)) { 99 print $before;
|
A D | find-doc-nits | 428 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 D | gentemplate.pm | 116 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 D | EVP_MAC-KMAC.pod | 67 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 D | EVP_KDF-HKDF.pod | 59 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 D | openssl_user_macros.pod.in | 14 before including any header file that depends on it>, either in the 16 source before including any headers.
|
/openssl-master/doc/man3/ |
A D | BIO_set_callback.pod | 73 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 D | EVP_DigestSignInit.pod | 28 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 D | BN_CTX_start.pod | 26 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 D | EVP_PKEY_sign.pod | 27 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 D | SSL_alloc_buffers.pod | 44 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 D | OPENSSL_config.pod | 26 OPENSSL_no_config() disables configuration. If called before OPENSSL_config() 42 initialization (that is before starting any threads).
|
A D | RAND_get0_primary.pod | 54 at initialization time, before creating additional threads. 61 L<RAND_set_DRBG_type(3)> call before accessing the random number generation
|
A D | OSSL_CMP_exec_certreq.pod | 82 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 D | SSL_CTX_set_tlsext_servername_callback.pod | 77 =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 D | X509_cmp_time.pod | 64 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 D | EVP_DigestVerifyInit.pod | 27 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 D | HMAC.pod | 96 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 D | bio_local.h | 30 # 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 D | Makefile | 8 @echo Remember to check and manually fix the mistakes before merging
|
A D | README.md | 19 additional editing before they can be added to the manual pages in
|
/openssl-master/doc/ |
A D | openssl-c-indent.el | 42 (substatement-open before after) ; From "gnu" style
|
/openssl-master/test/ |
A D | cmp_hdr_test.c | 165 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 D | deprecation.pod | 42 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 D | evpmac_cmac_des.txt | 13 # The keyword Availablein must appear before the test name if needed.
|
Completed in 31 milliseconds
12345678910