Home
last modified time | relevance | path

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

1234567

/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
128 count++; in test_PEM_X509_INFO_read_bio()
130 count++; in test_PEM_X509_INFO_read_bio()
132 count++; in test_PEM_X509_INFO_read_bio()
135 return TEST_int_eq(count, expected); in test_PEM_X509_INFO_read_bio()
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.c28 int count; member
56 if (args->count == 0) in self_test_events()
58 args->count++; in self_test_events()
168 self_test_args.count = 0; in test_provider_status()
174 self_test_args.count = 0; in test_provider_status()
229 self_test_args.count = 0; in setup_tests()
/openssl/apps/
H A Dspeed.c656 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
723 for (count = 0; COND(c[D_RAND][testnum]); count++) in RAND_bytes_loop()
842 for (count = 0; COND(rsa_c[testnum][0]); count++) { in RSA_sign_loop()
864 for (count = 0; COND(rsa_c[testnum][1]); count++) { in RSA_verify_loop()
886 for (count = 0; COND(ffdh_c[testnum][0]); count++) { in FFDH_derive_key_loop()
906 for (count = 0; COND(dsa_c[testnum][0]); count++) { in DSA_sign_loop()
928 for (count = 0; COND(dsa_c[testnum][1]); count++) { in DSA_verify_loop()
996 for (count = 0; COND(ecdh_c[testnum][0]); count++) in ECDH_EVP_derive_key_loop()
1058 for (count = 0; COND(sm2_c[testnum][0]); count++) { in SM2_sign_loop()
1093 for (count = 0; COND(sm2_c[testnum][1]); count++) { in SM2_verify_loop()
[all …]
/openssl/util/
H A Dcheck-format.pl298 if $count != $comment_indent;
302 if $count + $tweak != $comment_indent;
334 if (!$sloppy_cmt && $count != $ref_indent) {
350 return if $stmt_indent < $count && $count < $expr_indent &&
358 if $count != $ref_indent && $count != $alt_indent;
484 $count = length($1); # actual indentation
496 $count = -1; # do not check indentation
541 if ($count > 0) {
544 $count--;
726 report("indent = $count != 0 for '#'") if $count != 0;
[all …]
H A Dfind-doc-nits785 my $count = 0;
789 if ++$count == 2;
791 $count = 0;
914 my $count = 0;
935 $count++;
940 err("# $count macros undocumented (count is approximate)")
941 if $count > 0;
948 my $count = 0;
956 $count++;
958 err("# $count lib$type names are not documented")
[all …]
/openssl/crypto/x509/
H A Dby_file.c94 int i, count = 0; in X509_load_cert_file_ex() local
131 count++; in X509_load_cert_file_ex()
135 ret = count; in X509_load_cert_file_ex()
163 int i, count = 0; in X509_load_crl_file() local
189 count++; in X509_load_crl_file()
193 ret = count; in X509_load_crl_file()
222 int i, count = 0; in X509_load_cert_crl_file_ex() local
242 count++; in X509_load_cert_crl_file_ex()
247 count++; in X509_load_cert_crl_file_ex()
250 if (count == 0) in X509_load_cert_crl_file_ex()
[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/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
151 size_t count = 0; in pqueue_size() local
154 count++; in pqueue_size()
157 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 B<a> is NULL nothing is done.
41 X509_up_ref() increments the reference count of B<a>.
43 X509_chain_up_ref() increases the reference count of all certificates in
55 The function X509_chain_up_ref() doesn't just up the reference count of
H A DPKCS5_PBKDF2_HMAC.pod5 …DF2_HMAC, PKCS5_PBKDF2_HMAC_SHA1 - password based derivation routines with salt and iteration count
22 PKCS5_PBKDF2_HMAC() derives a key from a password using a salt and iteration count
34 B<iter> is the iteration count and its value should be greater than or
35 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
48 and an iteration count.
H A DEVP_BytesToKey.pod13 const unsigned char *data, int datal, int count,
22 B<datal> bytes which is used to derive the keying data. B<count> is the
23 iteration count to use. The derived key and IV will be written to B<key>
31 Increasing the B<count> parameter slows down the algorithm which makes it
47 D_i = HASH^count(D_(i-1) || data || salt)
/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/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) {
/openssl/include/openssl/
H A Debcdic.h33 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
34 void *ascii2ebcdic(void *dest, const void *srce, size_t count);

Completed in 67 milliseconds

1234567