Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 107) sorted by relevance

12345

/openssl-master/crypto/
A Dparams_dup.c51 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer, in ossl_param_set_secure_block() argument
54 last->key = NULL; in ossl_param_set_secure_block()
55 last->data_size = secure_buffer_sz; in ossl_param_set_secure_block()
56 last->data = secure_buffer; in ossl_param_set_secure_block()
57 last->data_type = OSSL_PARAM_ALLOCATED_END; in ossl_param_set_secure_block()
106 OSSL_PARAM *last, *dst; in OSSL_PARAM_dup() local
133 last = ossl_param_dup(src, dst, buf, NULL); in OSSL_PARAM_dup()
135 ossl_param_set_secure_block(last, buf[OSSL_PARAM_BUF_SECURE].alloc, in OSSL_PARAM_dup()
A Dparam_build.c351 OSSL_PARAM *params, *last; in OSSL_PARAM_BLD_to_param() local
371 last = param_bld_convert(bld, params, blk, s); in OSSL_PARAM_BLD_to_param()
372 ossl_param_set_secure_block(last, s, ss); in OSSL_PARAM_BLD_to_param()
/openssl-master/apps/lib/
A Dapp_rand.c38 int last, ret = 1; in loadfiles() local
41 last = 0; in loadfiles()
45 last = 1; in loadfiles()
52 if (last) in loadfiles()
/openssl-master/crypto/x509/
A Dpcy_tree.c244 X509_POLICY_LEVEL *last = curr - 1; in tree_link_matching_nodes() local
248 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) { in tree_link_matching_nodes()
251 if (ossl_policy_node_match(last, node, data->valid_policy)) { in tree_link_matching_nodes()
257 if (!matched && last->anyPolicy) { in tree_link_matching_nodes()
324 const X509_POLICY_LEVEL *last = curr - 1; in tree_link_unmatched() local
327 if ((last->flags & X509_V_FLAG_INHIBIT_MAP) in tree_link_unmatched()
362 X509_POLICY_LEVEL *last = curr - 1; in tree_link_any() local
364 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) { in tree_link_any()
365 node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_any()
371 if (last->anyPolicy && in tree_link_any()
[all …]
/openssl-master/test/
A Dconf_include_test.c44 char *last = NULL; in change_path() local
51 last = p++; in change_path()
53 if (last == NULL) in change_path()
55 last[DIRSEP_PRESERVE] = 0; in change_path()
A Dfilterprov.c167 int algnum = 0, last = 0, ret = 0; in filter_provider_set_filter() local
187 for (name = filterstrtmp; !last; name = (sep == NULL ? NULL : sep + 1)) { in filter_provider_set_filter()
192 last = 1; in filter_provider_set_filter()
/openssl-master/tools/
A Dc_rehash.in29 last if ( $flag eq '--');
72 last;
144 last if ($is_crl);
147 last if ($is_cert);
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_cbc_hmac_sha1_hw.c137 unsigned int frag, last, packlen, i; in tls1_multi_block_encrypt() local
153 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_multi_block_encrypt()
155 last -= x4 - 1; in tls1_multi_block_encrypt()
182 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_multi_block_encrypt()
228 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_multi_block_encrypt()
258 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_multi_block_encrypt()
719 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
746 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
747 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
749 last -= x4 - 1; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
[all …]
A Dcipher_aes_cbc_hmac_sha256_hw.c141 unsigned int frag, last, packlen, i; in tls1_multi_block_encrypt() local
157 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_multi_block_encrypt()
159 last -= x4 - 1; in tls1_multi_block_encrypt()
187 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_multi_block_encrypt()
236 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_multi_block_encrypt()
266 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_multi_block_encrypt()
772 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
798 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
799 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
801 last -= x4 - 1; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
[all …]
/openssl-master/util/perl/OpenSSL/Test/
A DSimple.pm70 my $last = pop @algos;
71 plan skip_all => join(", ", @algos)." and $last are not supported by this OpenSSL build";
/openssl-master/Configurations/
A D15-android.conf30 last if defined $ndk;
48 last;
71 last;
92 last;
A D10-main.conf93 $wcelflag.=" /machine:X86"; last; };
97 $wcelflag.=" /machine:THUMB"; last; };
99 $wcelflag.=" /machine:ARM"; last; };
102 $wcelflag.=" /machine:MIPSFPU"; last; };
105 $wcelflag.=" /machine:MIPS16"; last; };
108 $wcelflag.=" /machine:MIPS"; last; };
110 $wcelflag.=" /machine:MIPS"; last; };
113 $wcelflag.=" /machine:$wcetgt"; last; };
115 $wcelflag.=" /machine:$wcetgt"; last; };
/openssl-master/crypto/evp/
A De_aes_cbc_hmac_sha1.c189 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt()
190 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_1_multi_block_encrypt()
192 last -= x4 - 1; in tls1_1_multi_block_encrypt()
219 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_1_multi_block_encrypt()
265 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_1_multi_block_encrypt()
295 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_1_multi_block_encrypt()
847 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha1_ctrl() local
876 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha1_ctrl()
877 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha1_ctrl()
879 last -= x4 - 1; in aesni_cbc_hmac_sha1_ctrl()
[all …]
A De_aes_cbc_hmac_sha256.c185 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt()
186 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_1_multi_block_encrypt()
188 last -= x4 - 1; in tls1_1_multi_block_encrypt()
215 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_1_multi_block_encrypt()
264 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_1_multi_block_encrypt()
294 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_1_multi_block_encrypt()
828 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha256_ctrl() local
860 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha256_ctrl()
861 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha256_ctrl()
863 last -= x4 - 1; in aesni_cbc_hmac_sha256_ctrl()
[all …]
/openssl-master/crypto/ocsp/
A Docsp_cl.c222 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) in OCSP_resp_find() argument
230 if (last < 0) in OCSP_resp_find()
231 last = 0; in OCSP_resp_find()
233 last++; in OCSP_resp_find()
235 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++) { in OCSP_resp_find()
/openssl-master/test/recipes/30-test_evp_data/
A Devpciph_aes_cts.txt43 # have the last 2 blocks swapped compared to CS3.
79 # 64 bytes input (CS1 is equivalent to CBC when the last block in full)
196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full)
260 # 32 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
287 # 64 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
/openssl-master/apps/demoSRP/
A Dsrp_verifier.txt6 # The last value of an I is used as the default group for new users.
/openssl-master/include/internal/
A Dparam_build_set.h25 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer,
/openssl-master/doc/man3/
A DSSL_clear.pod40 reset operation however keeps several settings of the last sessions
41 (some of these settings were made automatically during the last
A DSSL_CTX_use_serverinfo.pod62 last certificate installed. If e.g. the last item was a RSA certificate, the
A DERR_put_error.pod46 arguments as additional data with the error code added last.
52 last error queue entry, after inserting the optional separator string if it is
58 it is split over sufficiently many new copies of the last error queue entry.
A DERR_set_mark.pod24 ERR_clear_last_mark() removes the last mark added if there is one.
A DERR_load_strings.pod34 The last entry in the array is {0,0}.
/openssl-master/crypto/bio/
A Dbio_lib.c672 BIO *b, *last; in BIO_get_retry_BIO() local
674 b = last = bio; in BIO_get_retry_BIO()
678 last = b; in BIO_get_retry_BIO()
684 *reason = last->retry_reason; in BIO_get_retry_BIO()
685 return last; in BIO_get_retry_BIO()
/openssl-master/crypto/dso/
A Ddso_win32.c209 char last; in win32_splitter() local
233 last = filename[0]; in win32_splitter()
234 switch (last) { in win32_splitter()
289 while (last); in win32_splitter()

Completed in 47 milliseconds

12345