Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 204) sorted by relevance

123456789

/openssl/crypto/x509/
H A Dby_file.c91 int count = 0; in X509_load_cert_file_ex() local
142 count++; in X509_load_cert_file_ex()
157 return count; in X509_load_cert_file_ex()
168 int count = 0; in X509_load_crl_file() local
200 count++; in X509_load_crl_file()
218 return count; in X509_load_crl_file()
227 int i, count = 0; in X509_load_cert_crl_file_ex() local
249 count++; in X509_load_cert_crl_file_ex()
256 count++; in X509_load_cert_crl_file_ex()
259 if (count == 0) in X509_load_cert_crl_file_ex()
[all …]
/openssl/apps/
H A Dspeed.c799 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
866 for (count = 0; COND(c[D_RAND][testnum]); count++) in RAND_bytes_loop()
997 for (count = 0; COND(rsa_c[testnum][0]); count++) { in RSA_sign_loop()
1019 for (count = 0; COND(rsa_c[testnum][1]); count++) { in RSA_verify_loop()
1040 for (count = 0; COND(rsa_c[testnum][2]); count++) { in RSA_encrypt_loop()
1062 for (count = 0; COND(rsa_c[testnum][3]); count++) { in RSA_decrypt_loop()
1104 for (count = 0; COND(dsa_c[testnum][0]); count++) { in DSA_sign_loop()
1126 for (count = 0; COND(dsa_c[testnum][1]); count++) { in DSA_verify_loop()
1193 for (count = 0; COND(ecdh_c[testnum][0]); count++) in ECDH_EVP_derive_key_loop()
1269 for (count = 0; COND(sm2_c[testnum][0]); count++) { in SM2_sign_loop()
[all …]
/openssl/test/
H A Dpriority_queue_test.c61 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 Dx509_check_cert_pkey_test.c117 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 Dthreadstest.c121 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 Dbio_readbuffer_test.c32 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 Dprovider_status_test.c29 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 Dcheck-format.pl376 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 Dfind-doc-nits789 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 Dcbc.pl49 $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 Debcdic.c337 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 Ds390x-mont.pl91 $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 Dlegacy_meth.h15 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 Dvms_decc_argv.c48 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 Dbss_dgram_pair.c42 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 De_ossltest.c66 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 Dpqueue.c15 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 DSSL_SESSION_free.pod27 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 a 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 DX509_new.pod29 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 Dmd5_sha1.c27 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 Derr_mark.c65 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 Dfixup-CHANGES.md-release.pl4 our $count = 1; # Only the first one
11 && $count-- > 0) {
H A Dfixup-NEWS.md-release.pl4 our $count = 1; # Only the first one
14 && $count-- > 0) {
H A Dfixup-NEWS.md-postrelease.pl4 our $count = 1; # Only the first one
14 && $count-- > 0) {
H A Dfixup-CHANGES.md-postrelease.pl4 our $count = 1; # Only the first one
14 && $count-- > 0) {

Completed in 88 milliseconds

123456789