/openssl/crypto/x509/ |
H A D | by_file.c | 91 int count = 0; in X509_load_cert_file_ex() local 147 count++; in X509_load_cert_file_ex() 162 return count; in X509_load_cert_file_ex() 173 int count = 0; in X509_load_crl_file() local 210 count++; in X509_load_crl_file() 228 return count; in X509_load_crl_file() 237 int i, count = 0; in X509_load_cert_crl_file_ex() local 259 count++; in X509_load_cert_crl_file_ex() 266 count++; in X509_load_cert_crl_file_ex() 269 if (count == 0) in X509_load_cert_crl_file_ex() [all …]
|
/openssl/apps/ |
H A D | speed.c | 808 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop() 875 for (count = 0; COND(c[D_RAND][testnum]); count++) in RAND_bytes_loop() 931 for (count = 0; COND(c[D_EVP][testnum]); count++) { in EVP_Update_loop_aead_enc() 1003 for (count = 0; COND(c[D_EVP][testnum]); count++) { in EVP_Update_loop_aead_dec() 1082 for (count = 0; COND(rsa_c[testnum][0]); count++) { in RSA_sign_loop() 1104 for (count = 0; COND(rsa_c[testnum][1]); count++) { in RSA_verify_loop() 1125 for (count = 0; COND(rsa_c[testnum][2]); count++) { in RSA_encrypt_loop() 1147 for (count = 0; COND(rsa_c[testnum][3]); count++) { in RSA_decrypt_loop() 1189 for (count = 0; COND(dsa_c[testnum][0]); count++) { in DSA_sign_loop() 1278 for (count = 0; COND(ecdh_c[testnum][0]); count++) in ECDH_EVP_derive_key_loop() [all …]
|
/openssl/test/ |
H A D | priority_queue_test.c | 61 count, orders[order], reserve ? "reserve" : "grow", in test_size_t_priority_queue_int() 65 if (!TEST_size_t_le(count, MAX_SAMPLES)) in test_size_t_priority_queue_int() 72 for (i = 0; i < count; i++) in test_size_t_priority_queue_int() 74 memcpy(sorted, values, sizeof(*sorted) * count); in test_size_t_priority_queue_int() 78 memcpy(values, sorted, sizeof(*values) * count); in test_size_t_priority_queue_int() 89 for (i = 0; i < count; i++) in test_size_t_priority_queue_int() 99 i = test_random() % count; in test_size_t_priority_queue_int() 107 memcpy(sorted, values, sizeof(*sorted) * count); in test_size_t_priority_queue_int() 135 int reserve, order, count, remove, random, popfree; in test_size_t_priority_queue() local 137 count = n % OSSL_NELEM(test_size_t_priority_counts); in test_size_t_priority_queue() [all …]
|
H A D | x509_check_cert_pkey_test.c | 117 int i, count = 0; in test_PEM_X509_INFO_read_bio() local 126 count++; in test_PEM_X509_INFO_read_bio() 128 count++; in test_PEM_X509_INFO_read_bio() 130 count++; in test_PEM_X509_INFO_read_bio() 133 return TEST_int_eq(count, expected); in test_PEM_X509_INFO_read_bio()
|
H A D | threadstest.c | 121 int count; in rwwriter_fn() local 126 for (count = 0; ; count++) { in rwwriter_fn() 147 *iterations = count; in rwwriter_fn() 184 count++; in rwreader_fn() 199 *iterations = count; in rwreader_fn() 317 int count; in writer_fn() local 323 for (count = 0; ; count++) { in writer_fn() 377 count++; in reader_fn() 529 unsigned *count; in thread_local_destructor() local 534 count = arg; in thread_local_destructor() [all …]
|
H A D | bio_readbuffer_test.c | 32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local 84 if (!TEST_mem_eq(buf, bytes, expected + count, bytes)) in test_readbuffer_file_bio() 86 count += bytes; in test_readbuffer_file_bio() 89 if (!TEST_int_eq(count, readbytes)) in test_readbuffer_file_bio()
|
H A D | provider_status_test.c | 29 int count; member 57 if (args->count == 0) in self_test_events() 59 args->count++; in self_test_events() 181 self_test_args.count = 0; in test_provider_status() 187 self_test_args.count = 0; in test_provider_status() 242 self_test_args.count = 0; in setup_tests()
|
/openssl/util/ |
H A D | check-format.pl | 376 if $count != $comment_indent; 380 if $count + $tweak != $comment_indent; 412 if (!$sloppy_cmt && $count != $ref_indent) { 428 return if $stmt_indent < $count && $count < $expr_indent && 436 if $count != $ref_indent && $count != $alt_indent; 562 $count = length($1); # actual indentation 574 $count = -1; # do not check indentation 619 if ($count > 0) { 622 $count--; 708 report("indent = $count != 0 for '#'") if $count != 0; [all …]
|
H A D | find-doc-nits | 789 my $count = 0; 793 if ++$count == 2; 795 $count = 0; 918 my $count = 0; 939 $count++; 944 err("# $count macros undocumented (count is approximate)") 945 if $count > 0; 952 my $count = 0; 960 $count++; 962 err("# $count lib$type names are not documented") [all …]
|
/openssl/crypto/perlasm/ |
H A D | cbc.pl | 49 $count="ebp"; 61 &mov($count, &wparam(2)); # length 108 &and($count,0xfffffff8); 148 &sub($count, 8); 154 &and($count, 7); 160 &mov($count,&DWP(0,"ecx",$count,4)); 161 &add($count,"edx"); 165 &jmp_ptr($count); 219 &and($count,0xfffffff8); 261 &sub($count, 8); [all …]
|
/openssl/crypto/ |
H A D | ebcdic.c | 337 void *ebcdic2ascii(void *dest, const void *srce, size_t count) 342 while (count-- != 0) { 349 void *ascii2ebcdic(void *dest, const void *srce, size_t count) 354 while (count-- != 0) {
|
/openssl/crypto/bn/asm/ |
H A D | s390x-mont.pl | 91 $count="%r14"; 151 lr $count,$num 173 brct $count,.L1st 203 lr $count,$num 227 brct $count,.Linner 247 lr $count,$num 254 brct $count,.Lsub 261 lgr $count,$num 271 brct $count,.Lcopy
|
/openssl/crypto/evp/ |
H A D | legacy_meth.h | 15 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 17 return fn##_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); \ 29 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 31 return fn##_update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
|
/openssl/apps/lib/ |
H A D | vms_decc_argv.c | 48 int i, count = *argc; in copy_argv() local 59 newargv = OPENSSL_malloc(sizeof(*newargv) * (count + 1)); in copy_argv() 67 for (i = 0; i < count; i++) in copy_argv()
|
/openssl/crypto/bio/ |
H A D | bss_dgram_pair.c | 42 r->idx[0] = r->idx[1] = r->count = 0; in ring_buf_init() 51 r->count = 0; in ring_buf_destroy() 67 max_len = r->len - r->count; in ring_buf_head_tail() 68 if (idx == 1 && max_len > r->count) in ring_buf_head_tail() 69 max_len = r->count; in ring_buf_head_tail() 107 r->count -= num_bytes; in ring_buf_push_pop() 109 r->count += num_bytes; in ring_buf_push_pop() 139 if (r->count > 0) { in ring_buf_resize() 508 saved_count = readb->rbuf.count; in dgram_pair_ctrl_pending() 532 l = b->rbuf.len - b->rbuf.count; in dgram_pair_ctrl_get_write_guarantee() [all …]
|
/openssl/engines/ |
H A D | e_ossltest.c | 66 size_t count); 95 size_t count); 124 size_t count); 153 size_t count); 158 size_t count); 575 size_t count) in digest_md5_update() argument 577 return EVP_MD_meth_get_update(EVP_md5())(ctx, data, count); in digest_md5_update() 599 size_t count) in digest_sha1_update() argument 623 size_t count) in digest_sha256_update() argument 647 size_t count) in digest_sha384_update() argument [all …]
|
/openssl/ssl/ |
H A D | pqueue.c | 15 int count; member 146 size_t count = 0; in pqueue_size() local 149 count++; in pqueue_size() 152 return count; in pqueue_size()
|
/openssl/doc/man3/ |
H A D | SSL_SESSION_free.pod | 27 SSL_SESSION_up_ref() increments the reference count on the given SSL_SESSION 30 SSL_SESSION_free() decrements the reference count of B<session> and removes 32 memory, if the reference count has reached 0. 44 count (usage information) correct and not delete an SSL_SESSION object 47 when an SSL_SESSION object was completely freed as the reference count 53 which the reference count was explicitly incremented (e.g.
|
H A D | X509_new.pod | 29 count of B<1>. Many X509 functions such as X509_check_purpose(), and 38 X509_free() decrements the reference count of B<X509> structure B<a> and 39 frees it up if the reference count is zero. If the argument is NULL, 42 X509_up_ref() increments the reference count of B<a>. 44 X509_chain_up_ref() increases the reference count of all certificates in 57 The function X509_chain_up_ref() doesn't just up the reference count of
|
/openssl/crypto/md5/ |
H A D | md5_sha1.c | 27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument 29 if (!MD5_Update(&mctx->md5, data, count)) in ossl_md5_sha1_update() 31 return SHA1_Update(&mctx->sha1, data, count); in ossl_md5_sha1_update()
|
/openssl/crypto/err/ |
H A D | err_mark.c | 65 int count = 0, top; in ERR_count_to_mark() local 74 ++count; in ERR_count_to_mark() 78 return count; in ERR_count_to_mark()
|
/openssl/dev/release-aux/ |
H A D | fixup-CHANGES.md-release.pl | 4 our $count = 1; # Only the first one 11 && $count-- > 0) {
|
H A D | fixup-NEWS.md-release.pl | 4 our $count = 1; # Only the first one 14 && $count-- > 0) {
|
H A D | fixup-NEWS.md-postrelease.pl | 4 our $count = 1; # Only the first one 14 && $count-- > 0) {
|
H A D | fixup-CHANGES.md-postrelease.pl | 4 our $count = 1; # Only the first one 14 && $count-- > 0) {
|