Searched refs:ct (Results 51 - 75 of 145) sorted by relevance

123456

/freebsd-10.0-release/crypto/heimdal/lib/kafs/
H A Dcommon.c70 kafs_settoken_rxkad(const char *cell, struct ClearToken *ct, argument
89 sizeof_x = sizeof(*ct);
92 memcpy(t, ct, sizeof_x);
120 _kafs_fixup_viceid(struct ClearToken *ct, uid_t uid) argument
132 if (!ODD(ct->EndTimestamp - ct->BeginTimestamp))
133 ct->EndTimestamp--;
137 if (ODD(ct->EndTimestamp - ct->BeginTimestamp))
138 ct
[all...]
H A Dafskrb5.c101 kt->ct.AuthHandle = kvno;
102 memcpy(kt->ct.HandShakeKey, cred->session.keyvalue.data, 8);
103 kt->ct.ViceId = uid;
104 kt->ct.BeginTimestamp = cred->times.starttime;
105 kt->ct.EndTimestamp = cred->times.endtime;
107 _kafs_fixup_viceid(&kt->ct, uid);
232 ret = kafs_settoken_rxkad(cell, &kt.ct, kt.ticket, kt.ticket_len);
352 ret = kafs_settoken_rxkad(cell, &kt.ct, kt.ticket, kt.ticket_len);
/freebsd-10.0-release/usr.bin/mt/
H A Dmt.c525 const struct compression_types *ct; local
532 for (ct = comp_types; ct->name; ct++)
533 if (ct->comp_number == comp)
536 if (ct->comp_number == 0xf0f0f0f0) {
540 return(ct->name);
546 const struct compression_types *ct; local
549 for (ct = comp_types; ct
[all...]
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
115 #define PUTU32(ct, st) { \
116 (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); \
117 (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
H A Daes-internal-dec.c75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], argument
87 s0 = GETU32(ct ) ^ rk[0];
88 s1 = GETU32(ct + 4) ^ rk[1];
89 s2 = GETU32(ct + 8) ^ rk[2];
90 s3 = GETU32(ct + 12) ^ rk[3];
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_sha1.c185 apr_byte_t ct[4], *cp; local
191 ct[0] = cp[0];
192 ct[1] = cp[1];
193 ct[2] = cp[2];
194 ct[3] = cp[3];
195 cp[0] = ct[3];
196 cp[1] = ct[2];
197 cp[2] = ct[1];
198 cp[3] = ct[0];
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_nsec3.c775 * @param ct: cached hashes table.
784 rbtree_t* ct, uint8_t* nm, size_t nmlen,
797 r = nsec3_hash_name(ct, env->scratch, env->scratch_buffer,
868 * @param ct: cached hashes table.
877 rbtree_t* ct, uint8_t* nm, size_t nmlen,
890 r = nsec3_hash_name(ct, env->scratch, env->scratch_buffer,
916 * @param ct: cached hashes table.
923 rbtree_t* ct, struct query_info* qinfo, struct ce_response* ce)
938 if(find_matching_nsec3(env, flt, ct, nm, nmlen,
976 * @param ct
783 find_matching_nsec3(struct module_env* env, struct nsec3_filter* flt, rbtree_t* ct, uint8_t* nm, size_t nmlen, struct ub_packed_rrset_key** rrset, int* rr) argument
876 find_covering_nsec3(struct module_env* env, struct nsec3_filter* flt, rbtree_t* ct, uint8_t* nm, size_t nmlen, struct ub_packed_rrset_key** rrset, int* rr) argument
922 nsec3_find_closest_encloser(struct module_env* env, struct nsec3_filter* flt, rbtree_t* ct, struct query_info* qinfo, struct ce_response* ce) argument
989 nsec3_prove_closest_encloser(struct module_env* env, struct nsec3_filter* flt, rbtree_t* ct, struct query_info* qinfo, int prove_does_not_exist, struct ce_response* ce) argument
1069 nsec3_do_prove_nameerror(struct module_env* env, struct nsec3_filter* flt, rbtree_t* ct, struct query_info* qinfo) argument
1116 rbtree_t ct; local
1139 nsec3_do_prove_nodata(struct module_env* env, struct nsec3_filter* flt, rbtree_t* ct, struct query_info* qinfo) argument
1275 rbtree_t ct; local
1294 rbtree_t ct; local
1368 rbtree_t ct; local
1457 rbtree_t ct; local
[all...]
/freebsd-10.0-release/contrib/ntp/libopts/
H A Drestore.c65 int ct = pOpts->optCt; local
71 for (; ct-- > 0; pOD++) {
205 int ct = pOpts->optCt; local
233 } while (p++, --ct > 0);
H A Denvironment.c219 int ct; local
234 ct = pOpts->presetOptCt;
241 for (;ct-- > 0; st.pOD++) {
H A Dconfigfile.c212 int ct = pAL->useCt; local
215 if (ct == 0) {
225 while (--ct >= 0) {
289 int ct = pAL->useCt; local
292 if (ct == 0) {
297 while (--ct >= 0) {
352 int ct = pAL->useCt; local
365 } while (--ct > 0);
413 int ct = pAL->useCt; local
416 while (ct
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Drestore.c65 int ct = pOpts->optCt; local
71 for (; ct-- > 0; pOD++) {
205 int ct = pOpts->optCt; local
233 } while (p++, --ct > 0);
H A Denvironment.c219 int ct; local
234 ct = pOpts->presetOptCt;
241 for (;ct-- > 0; st.pOD++) {
H A Dconfigfile.c212 int ct = pAL->useCt; local
215 if (ct == 0) {
225 while (--ct >= 0) {
289 int ct = pAL->useCt; local
292 if (ct == 0) {
297 while (--ct >= 0) {
352 int ct = pAL->useCt; local
365 } while (--ct > 0);
413 int ct = pAL->useCt; local
416 while (ct
[all...]
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_record.c287 u8 ct; local
298 ct = in_data[0];
301 "length %d", ct, in_data[1], in_data[2], (int) rlen);
336 if (ct != TLS_CONTENT_TYPE_HANDSHAKE &&
337 ct != TLS_CONTENT_TYPE_CHANGE_CIPHER_SPEC &&
338 ct != TLS_CONTENT_TYPE_ALERT &&
339 ct != TLS_CONTENT_TYPE_APPLICATION_DATA) {
341 "content type 0x%x", ct);
/freebsd-10.0-release/sys/dev/hptmv/
H A Dmv.c95 os_memcmp(const void *cs, const void *ct, unsigned len) argument
97 return memcmp(cs, ct, len);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c317 struct _krb5_checksum_type *ct,
322 if(ct->flags & F_DERIVED)
324 else if(ct->flags & F_VARIANT) {
347 struct _krb5_checksum_type *ct,
358 if (ct->flags & F_DISABLED) {
362 keyed_checksum = (ct->flags & F_KEYED) != 0;
367 ct->name);
371 ret = get_checksum_key(context, crypto, usage, ct, &dkey);
376 result->cksumtype = ct->type;
377 ret = krb5_data_alloc(&result->checksum, ct
314 get_checksum_key(krb5_context context, krb5_crypto crypto, unsigned usage, struct _krb5_checksum_type *ct, struct _krb5_key_data **key) argument
346 create_checksum(krb5_context context, struct _krb5_checksum_type *ct, krb5_crypto crypto, unsigned usage, void *data, size_t len, Checksum *result) argument
384 arcfour_checksum_p(struct _krb5_checksum_type *ct, krb5_crypto crypto) argument
399 struct _krb5_checksum_type *ct = NULL; local
440 struct _krb5_checksum_type *ct; local
531 struct _krb5_checksum_type *ct; local
557 struct _krb5_checksum_type *ct = NULL; local
582 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
597 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
612 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
627 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Defi.c139 struct efi_cfgtbl *ct; local
145 ct = efi_cfgtbl;
147 if (!bcmp(&ct->ct_uuid, uuid, sizeof(*uuid)))
148 return ((void *)IA64_PHYS_TO_RR7(ct->ct_data));
149 ct++;
/freebsd-10.0-release/contrib/ntp/parseutil/
H A Ddcfd.c1284 clocktime_t ct; local
1290 ct.day = 1;
1291 ct.month = 1;
1292 ct.year = year;
1293 ct.hour = ct.minute = ct.second = ct.usecond = 0;
1294 ct.utcoffset = 0;
1295 ct
[all...]
/freebsd-10.0-release/usr.bin/tabs/
H A Dtabs.c82 const char *cr, *ct, *st, *ML; local
143 if ((ct = tgetstr("ct", &ap)) == NULL)
154 putp(ct);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh46 for ct in $ctids
48 line=$(svcs -o fmri,ctid | grep " $ct\$")
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dcommands.c929 struct setlist *ct;
937 for (ct = Setlist; ct->name; ct++)
938 printf("%-15s %s\n", ct->name, ct->help);
945 ct = getset(argv[1]);
946 if (ct == 0) {
976 } else if (Ambiguous((void *)ct)) {
980 } else if (ct
926 struct setlist *ct; local
996 struct setlist *ct; local
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c853 struct setlist *ct;
861 for (ct = Setlist; ct->name; ct++)
862 printf("%-15s %s\r\n", ct->name, ct->help);
869 ct = getset(argv[1]);
870 if (ct == 0) {
900 } else if (Ambiguous(ct)) {
904 } else if (ct
850 struct setlist *ct; local
920 struct setlist *ct; local
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dtsget104 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
105 if (lc($ct) ne "application/timestamp-reply"
106 && lc($ct) ne "application/timestamp-response") {
107 $error_string = "unexpected content type returned: $ct";
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c160 static void cfiscsi_target_release(struct cfiscsi_target *ct);
1413 struct cfiscsi_target *ct; local
1433 ct = cfiscsi_target_find(softc, cihp->target_name);
1434 if (ct == NULL) {
1460 cfiscsi_target_release(ct);
1464 cs->cs_target = ct;
2080 cfiscsi_target_hold(struct cfiscsi_target *ct) argument
2083 refcount_acquire(&ct->ct_refcount);
2087 cfiscsi_target_release(struct cfiscsi_target *ct) argument
2092 softc = ct
2112 struct cfiscsi_target *ct; local
2131 struct cfiscsi_target *ct, *newct; local
2186 cfiscsi_target_set_lun(struct cfiscsi_target *ct, unsigned long lun_id, unsigned long ctl_lun_id) argument
2221 cfiscsi_target_unset_lun(struct cfiscsi_target *ct, unsigned long lun_id) argument
2239 struct cfiscsi_target *ct; local
2281 struct cfiscsi_target *ct; local
[all...]
/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c230 char **c1, **c2, **ct, **cb; local
258 for (ct = c2; *ct; ++ct) {
259 if (strcmp(*c1, *ct) == 0) {
275 for (ct = c1; *ct; ++ct) {
276 if (strcmp(*c2, *ct) == 0) {
301 for (ct
[all...]

Completed in 341 milliseconds

123456