Home
last modified time | relevance | path

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

12345

/openssl/crypto/
H A Dparams_dup.c50 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer, in ossl_param_set_secure_block() argument
53 last->key = NULL; in ossl_param_set_secure_block()
54 last->data_size = secure_buffer_sz; in ossl_param_set_secure_block()
55 last->data = secure_buffer; in ossl_param_set_secure_block()
56 last->data_type = OSSL_PARAM_ALLOCATED_END; in ossl_param_set_secure_block()
105 OSSL_PARAM *last, *dst; in OSSL_PARAM_dup() local
134 last = ossl_param_dup(src, dst, buf, NULL); in OSSL_PARAM_dup()
136 ossl_param_set_secure_block(last, buf[OSSL_PARAM_BUF_SECURE].alloc, in OSSL_PARAM_dup()
H A Dparam_build.c378 OSSL_PARAM *params, *last; in OSSL_PARAM_BLD_to_param() local
398 last = param_bld_convert(bld, params, blk, s); in OSSL_PARAM_BLD_to_param()
399 ossl_param_set_secure_block(last, s, ss); in OSSL_PARAM_BLD_to_param()
/openssl/apps/lib/
H A Dapp_rand.c44 int last, ret = 1; in loadfiles() local
47 last = 0; in loadfiles()
51 last = 1; in loadfiles()
58 if (last) in loadfiles()
/openssl/crypto/x509/
H 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/test/
H 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()
H 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/tools/
H A Dc_rehash.in29 last if ( $flag eq '--');
72 last;
170 last if ($is_crl);
173 last if ($is_cert);
/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm70 my $last = pop @algos;
71 plan skip_all => join(", ", @algos)." and $last are not supported by this OpenSSL build";
/openssl/providers/implementations/ciphers/
H 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 …]
H 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/Configurations/
H A D15-android.conf30 last if defined $ndk;
48 last;
71 last;
92 last;
H 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/crypto/ocsp/
H 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/crypto/evp/
H A De_aes_cbc_hmac_sha1.c190 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt()
191 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_1_multi_block_encrypt()
193 last -= x4 - 1; in tls1_1_multi_block_encrypt()
220 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_1_multi_block_encrypt()
266 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_1_multi_block_encrypt()
296 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_1_multi_block_encrypt()
854 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha1_ctrl() local
883 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha1_ctrl()
884 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha1_ctrl()
886 last -= x4 - 1; in aesni_cbc_hmac_sha1_ctrl()
[all …]
H 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/test/recipes/30-test_evp_data/
H 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/crypto/bio/
H A Dbss_mem.c88 struct buf_mem_dgram_st *last; /* last dgram in the linked list */ member
289 bbm->last = NULL; in mem_read()
340 bbm->last->next = dgram; in mem_write()
341 bbm->last = dgram; in mem_write()
H A Dbio_lib.c766 BIO *b, *last; in BIO_get_retry_BIO() local
768 b = last = bio; in BIO_get_retry_BIO()
772 last = b; in BIO_get_retry_BIO()
778 *reason = last->retry_reason; in BIO_get_retry_BIO()
779 return last; in BIO_get_retry_BIO()
/openssl/apps/demoSRP/
H A Dsrp_verifier.txt6 # The last value of an I is used as the default group for new users.
/openssl/include/internal/
H A Dparam_build_set.h25 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer,
/openssl/doc/man3/
H 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
H A DSSL_CTX_use_serverinfo.pod62 last certificate installed. If e.g. the last item was a RSA certificate, the
H A DERR_set_mark.pod24 ERR_clear_last_mark() removes the last mark added if there is one.
H A DERR_put_error.pod48 arguments as additional data with the error code added last.
54 last error queue entry, after inserting the optional separator string if it is
60 it is split over sufficiently many new copies of the last error queue entry.
/openssl/crypto/dso/
H 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 74 milliseconds

12345