/openssl-master/crypto/ |
A D | params_dup.c | 51 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 D | param_build.c | 351 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 D | app_rand.c | 38 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 D | pcy_tree.c | 244 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 D | conf_include_test.c | 44 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 D | filterprov.c | 167 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 D | c_rehash.in | 29 last if ( $flag eq '--'); 72 last; 144 last if ($is_crl); 147 last if ($is_cert);
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_cbc_hmac_sha1_hw.c | 137 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 D | cipher_aes_cbc_hmac_sha256_hw.c | 141 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 D | Simple.pm | 70 my $last = pop @algos; 71 plan skip_all => join(", ", @algos)." and $last are not supported by this OpenSSL build";
|
/openssl-master/Configurations/ |
A D | 15-android.conf | 30 last if defined $ndk; 48 last; 71 last; 92 last;
|
A D | 10-main.conf | 93 $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 D | e_aes_cbc_hmac_sha1.c | 189 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 D | e_aes_cbc_hmac_sha256.c | 185 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 D | ocsp_cl.c | 222 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 D | evpciph_aes_cts.txt | 43 # 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 D | srp_verifier.txt | 6 # The last value of an I is used as the default group for new users.
|
/openssl-master/include/internal/ |
A D | param_build_set.h | 25 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer,
|
/openssl-master/doc/man3/ |
A D | SSL_clear.pod | 40 reset operation however keeps several settings of the last sessions 41 (some of these settings were made automatically during the last
|
A D | SSL_CTX_use_serverinfo.pod | 62 last certificate installed. If e.g. the last item was a RSA certificate, the
|
A D | ERR_put_error.pod | 46 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 D | ERR_set_mark.pod | 24 ERR_clear_last_mark() removes the last mark added if there is one.
|
A D | ERR_load_strings.pod | 34 The last entry in the array is {0,0}.
|
/openssl-master/crypto/bio/ |
A D | bio_lib.c | 672 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 D | dso_win32.c | 209 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()
|