Home
last modified time | relevance | path

Searched refs:cklen (Results 1 – 25 of 88) sorted by relevance

1234

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/crypto_tests/
H A Dt_kperf.c54 size_t outlen, cklen; in main() local
88 krb5_c_checksum_length(NULL, cktype, &cklen); in main()
90 sum.length = cklen; in main()
91 sum.contents = calloc(1, cklen); in main()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/crypto_tests/
H A Dt_kperf.c54 size_t outlen, cklen; in main() local
88 krb5_c_checksum_length(NULL, cktype, &cklen); in main()
90 sum.length = cklen; in main()
91 sum.contents = calloc(1, cklen); in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/d2g/dhcp4client/
H A Dpktsock_linux.go99 cklen := len(p)
101 for i := 0; i < (cklen - 1); i += 2 {
104 if cklen&1 == 1 {
105 s += uint32(p[cklen-1])
/dports/audio/libaiff/libaiff-5.0/
H A Daifx.c142 uint32_t cklen; in read_aifx_marker() local
147 if (!find_iff_chunk(AIFF_MARK, r, &cklen)) in read_aifx_marker()
149 if (cklen < 2) in read_aifx_marker()
197 uint32_t cklen; in get_aifx_instrument() local
207 if (!find_iff_chunk(AIFF_INST, r, &cklen)) in get_aifx_instrument()
209 if (cklen != 20) in get_aifx_instrument()
H A Dlibaiff.c1018 uint32_t cklen, curpos; in AIFF_EndWritingMarkers() local
1028 cklen = (uint32_t) (w->len); in AIFF_EndWritingMarkers()
1029 cklen -= (uint32_t) (w->markerOffSet); in AIFF_EndWritingMarkers()
1030 cklen = ARRANGE_BE32(cklen); in AIFF_EndWritingMarkers()
1054 if (fwrite(&cklen, 1, 4, w->fd) < 4 in AIFF_EndWritingMarkers()
/dports/textproc/gpp/gpp-2.24/src/
H A Dgpp.c2086 cklen=1; in ParsePossibleMeta()
2100 else if (idequal(C->buf+cklen,nameend-cklen,"else")) in ParsePossibleMeta()
2106 else if (idequal(C->buf+cklen,nameend-cklen,"exec")) in ParsePossibleMeta()
2110 else if (idequal(C->buf+cklen,nameend-cklen,"ifeq")) in ParsePossibleMeta()
2114 else if (idequal(C->buf+cklen,nameend-cklen,"eval")) in ParsePossibleMeta()
2116 else if (idequal(C->buf+cklen,nameend-cklen,"if")) in ParsePossibleMeta()
2118 else if (idequal(C->buf+cklen,nameend-cklen,"mode")) in ParsePossibleMeta()
2120 else if (idequal(C->buf+cklen,nameend-cklen,"line")) in ParsePossibleMeta()
2122 else if (idequal(C->buf+cklen,nameend-cklen,"file")) in ParsePossibleMeta()
2124 else if (idequal(C->buf+cklen,nameend-cklen,"elif")) in ParsePossibleMeta()
[all …]
/dports/devel/libopkele/libopkele-2.0.4/lib/
H A Dbasic_op.cc94 int cklen = DH_compute_key(ckptr,c_pub,dh); in associate() local
95 if(cklen<0) in associate()
97 if(cklen && (*ckptr)&0x80) { in associate()
98 (*(--ckptr)) = 0; ++cklen; } in associate()
100 SHA1(ckptr,cklen,key_digest); d_len = SHA_DIGEST_LENGTH; in associate()
102 SHA256(ckptr,cklen,key_digest); d_len = SHA256_DIGEST_LENGTH; in associate()
H A Dbasic_rp.cc45 int cklen = DH_compute_key(ckptr,s_pub,dh); in dh_get_secret() local
46 if(cklen<0) in dh_get_secret()
48 if(cklen && (*ckptr)&0x80) { in dh_get_secret()
49 (*(--ckptr))=0; ++cklen; } in dh_get_secret()
52 secret.enxor_from_base64((*d_fun)(ckptr,cklen,key_digest),om.get_field("enc_mac_key")); in dh_get_secret()
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSLIFile_priv.h42 guint32 cklen; /* chunk (whole file - 8) length */ member
53 guint32 cklen; /* number of bytes in chunk */ member
159 guint32 cklen; /* number of bytes in chunk */ member
H A DIpatchSLIWriter.c617 siig.cklen = IPATCH_SLI_SIIG_SIZE; /* group header */ in ipatch_sli_writer_write_group()
618 siig.cklen += ig->len * IPATCH_SLI_INST_SIZE; /* instrument headers */ in ipatch_sli_writer_write_group()
619 siig.cklen += allzones * IPATCH_SLI_ZONE_SIZE; /* zone headers */ in ipatch_sli_writer_write_group()
620 siig.cklen += samples->len * IPATCH_SLI_SMPL_SIZE; /* sample headers */ in ipatch_sli_writer_write_group()
622 if(siig.cklen >= IPATCH_SLI_HEAD_SIZE) in ipatch_sli_writer_write_group()
629 siig.cklen += smpdata_size; /* sample data */ in ipatch_sli_writer_write_group()
707 ipatch_file_buf_write_u32(handle, siig->cklen); in ipatch_sli_writer_write_siig()
951 ipatch_file_buf_write_u32(handle, sidp->cklen); in ipatch_sli_writer_write_sidp()
H A DIpatchSLIReader.c299 if(siig.cklen > size - pos) /* verify chunk size */ in ipatch_sli_load_level_0()
387 if(!ipatch_file_seek(reader->handle, pos + siig.cklen, G_SEEK_SET, err)) in ipatch_sli_load_level_0()
412 siig->cklen = ipatch_file_buf_read_u32(handle); in ipatch_sli_load_siig()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/
H A Dipraw_test.go200 cklen := len(b)
202 for i := 0; i < cklen-1; i += 2 {
205 if cklen&1 == 1 {
206 s += uint32(b[cklen-1])
H A Dprotoconn_test.go374 cklen := len(b)
376 for i := 0; i < cklen-1; i += 2 {
379 if cklen&1 == 1 {
380 s += uint32(b[cklen-1])
/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSUtil.cpp556 SS_WORD32 cklen = *((SS_WORD32*)&array[koffset + i * 8]); in translate() local
560 cklen = reorder_bytes (cklen); in translate()
563 SString key((char*)&array[ckoffs], cklen); in translate()
/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Ddev_c6sup1.c264 m_uint32_t nvram_addr,cklen; in c6sup1_nvram_push_config() local
296 cklen = (vm->nvram_size*1024) - (vm->nvram_rom_space + 0x08); in c6sup1_nvram_push_config()
297 cksum = nvram_cksum((m_uint16_t *)(ios_ptr+0x08),cklen); in c6sup1_nvram_push_config()
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dserver.h182 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DChecksumFs.java380 int ckoff, int cklen) in writeChunk() argument
383 sums.write(checksum, ckoff, cklen); in writeChunk()
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dserver.h197 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dserver.h205 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dserver.h205 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dserver.h203 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dserver-t.h207 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dserver.h205 int cklen; /* the len of the cookie, to speed up checks */ member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DDFSOutputStream.java1813 byte[] checksum, int ckoff, int cklen) throws IOException { in writeChunk() argument
1817 writeChunkImpl(b, offset, len, checksum, ckoff, cklen); in writeChunk()
1824 byte[] checksum, int ckoff, int cklen) throws IOException { in writeChunkImpl() argument
1833 if (cklen != 0 && cklen != getChecksumSize()) { in writeChunkImpl()
1835 getChecksumSize() + " but found to be " + cklen); in writeChunkImpl()
1851 currentPacket.writeChecksum(checksum, ckoff, cklen); in writeChunkImpl()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dserver-t.h208 int cklen; /* the len of the cookie, to speed up checks */ member

1234