Searched refs:count (Results 1 - 25 of 3861) sorted by last modified time

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_enc.c256 int len,i,idx,count; local
263 count=0;
265 if ((m<<TLS1_PRF_DGST_SHIFT) & digest_mask) count++;
267 len=slen/count;
268 if (count == 1)
H A Dssl.h1440 * Returns length (0 == no Finished so far), copies up to 'count' bytes. */
1441 size_t SSL_get_finished(const SSL *s, void *buf, size_t count);
1442 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count);
1948 SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
H A Dssl_lib.c390 SSL_CTX_free(s->ctx); /* decrement reference count */
520 fprintf(stderr,"SSL_free, bad reference count\n");
733 size_t SSL_get_finished(const SSL *s, void *buf, size_t count) argument
740 if (count > ret)
741 count = ret;
742 memcpy(buf, s->s3->tmp.finish_md, count);
748 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count) argument
755 if (count > ret)
756 count = ret;
757 memcpy(buf, s->s3->tmp.peer_finish_md, count);
[all...]
H A Dssltest.c1157 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, argument
1160 long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
1551 int doit(SSL *s_ssl, SSL *c_ssl, long count) argument
1554 long cw_num=count,cr_num=count;
1555 long sw_num=count,sr_num=count;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c389 if (arg->count == 0)
391 arg->count=20;
392 arg->data=(char **)OPENSSL_malloc(sizeof(char *)*arg->count);
396 for (i=0; i<arg->count; i++)
410 if (num >= arg->count)
413 int tlen = arg->count + 20;
419 arg->count = tlen;
421 for (i = num; i < arg->count; i++)
H A Dcrl2p7.c304 int count=0; local
331 count++;
336 ret=count;
H A Ds_server.c2270 { static count=0; if (++count == 100) { count=0; SSL_renegotiate(con); } } local
2922 { static count=0; if (++count == 13) { SSL_renegotiate(con); } } local
3014 unsigned int count = 0; local
3027 (++count < MAX_SESSION_ID_ATTEMPTS));
3028 if(count >= MAX_SESSION_ID_ATTEMPTS)
H A Dapps.h217 int count; member in struct:args_st
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dprintenv.lua18 if count == nil then
19 count = 1
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dif_arp.c67 * add "inuse/lock" bit (or ref. count) along with valid bit
362 int count = 0; local
380 count++;
384 ARP_STATADD(ARP_STAT_DFRDROPPED, count);
942 u_int32_t count = 0, index = 0; local
1009 &count, index)) {
1498 int result, count = 20; local
1504 while (count--) {
1619 db_expr_t count, const char *modif)
1617 db_show_arptab(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) argument
H A Dip_carp.c355 int count = 0; local
366 count = carp_addrcount(
369 if ((cmd == RTM_ADD && count != 1) ||
370 (cmd == RTM_DELETE && count != 0))
1229 int count = 0; local
1240 count++;
1244 return (count);
1249 u_int32_t *count, u_int32_t index)
1262 if (*count == 0)
1263 *count
1248 carp_iamatch(struct in_ifaddr *ia, u_char *src, u_int32_t *count, u_int32_t index) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_fil_netbsd.c344 ipfilterattach(int count) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_wm.c377 int sc_tbi_nrxcfg; /* count of ICR_RXCFG */
378 int sc_tbi_lastnrxcfg; /* count of ICR_RXCFG (on last tick) */
1354 * setting the max memory read byte count
4599 /* Reset TBI's RXCFG count */
7560 int32_t count = 0; local
7620 } while (count++ < ICH_FLASH_CYCLE_REPEAT_COUNT);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_syscalls.c1178 size_t count, maxcount; local
1184 count = 0;
1190 if (sfsp && count < maxcount) {
1205 count++;
1223 count++;
1225 if (sfsp && count > maxcount)
1228 *retval = count;
2920 syscallarg(size_t) count;
2945 aiov.iov_len = SCARG(uap, count);
2952 auio.uio_resid = SCARG(uap, count);
[all...]
H A Dkern_exec.c1554 exec_add(struct execsw *esp, int count) argument
1559 if (count == 0) {
1565 for (i = 0; i < count; i++) {
1579 for (i = 0; i < count; i++) {
1595 exec_remove(struct execsw *esp, int count) argument
1602 if (count == 0) {
1608 for (i = 0; i < count; i++) {
1623 for (i = 0; i < count; i++) {
2131 int error, tnprocs, count; local
2157 count
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c672 int sum, rnd, count; local
674 /* find the last record with the same priority and count the
687 for(count = 0, tt = ss; ; tt++) {
690 count += (*tt)->u.srv->weight;
691 if(count >= rnd)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_crypt.c80 static int gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count);
171 c->count=0;
198 c->count=0;
217 assert(c->count%8 == 0 && c->count <= 1024);
218 if (c->key_meshing && c->count==1024)
223 c->count = c->count%1024 + 8;
231 assert(c->count%8 == 0 && c->count <
533 gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
[all...]
H A Dgost_lcl.h139 unsigned int count; member in struct:ossl_gost_cipher_ctx
154 unsigned int count; member in struct:ossl_gost_imit_ctx
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dcbc.pl42 $count="ebp";
54 &mov($count, &wparam(2)); # length
101 &and($count,0xfffffff8);
141 &sub($count, 8);
146 &mov($count, &wparam(2)); # length
147 &and($count, 7);
153 &mov($count,&DWP(0,"ecx",$count,4));
154 &add($count,"edx");
157 #&mov($count,
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-parisc.pl114 my ($label,$count)=@_;
133 addib,<> -1,$count,$label ; $count is always small
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Ddigest.c245 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) argument
248 return FIPS_digestupdate(ctx, data, count);
250 return ctx->update(ctx,data,count);
351 int EVP_Digest(const void *data, size_t count, argument
360 && EVP_DigestUpdate(&ctx, data, count)
H A Devp.h91 /* Default PKCS#5 iteration count */
167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
274 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
560 int EVP_Digest(const void *data, size_t count,
574 int datal, int count, unsigned char *key,unsigned char *iv);
H A Dm_dss.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
75 { return SHA1_Update(ctx->md_data,data,count); }
H A Dm_dss1.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
77 { return SHA1_Update(ctx->md_data,data,count); }
H A Dm_sha1.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
78 { return SHA1_Update(ctx->md_data,data,count); }
110 static int update224(EVP_MD_CTX *ctx,const void *data,size_t count) argument
111 { return SHA224_Update(ctx->md_data,data,count); }
112 static int update256(EVP_MD_CTX *ctx,const void *data,size_t count) argument
113 { return SHA256_Update(ctx->md_data,data,count); }
164 static int update384(EVP_MD_CTX *ctx,const void *data,size_t count) argument
165 { return SHA384_Update(ctx->md_data,data,count); }
166 static int update512(EVP_MD_CTX *ctx,const void *data,size_t count) argument
167 { return SHA512_Update(ctx->md_data,data,count); }
[all...]

Completed in 371 milliseconds

1234567891011>>