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

1234567

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c94 struct _krb5_checksum_type *ct = crypto->et->checksum; local
99 result.cksumtype = ct->type;
100 ret = krb5_data_alloc(&result.checksum, ct->checksumsize);
106 ret = (*ct->checksum)(context, NULL, in->data, in->length, 0, &result);
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-11-stable/share/man/man4/man4.i386/
H A DMakefile11 ct.4 \
/freebsd-11-stable/usr.bin/last/
H A Dlast.c249 char ct[80]; local
279 (void) strftime(ct, sizeof(ct), "%+", tm);
282 xo_emit(ctf(" begins {:begins/%s}\n"), ct);
367 char ct[80]; local
377 (void) strftime(ct, sizeof(ct), d_first ?
399 xo_emit(ctf(" {:login-time/%s%c/%s}"), ct, tt == NULL ? '\n' : ' ');
411 (void) strftime(ct, sizeof(ct), "
426 (long)delta / 86400, ct); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h174 CompilerType ct);
177 CompilerType ct);
178 lldb::TypeSP CreateSimpleType(llvm::codeview::TypeIndex ti, CompilerType ct);
181 CompilerType ct);
184 CompilerType ct);
187 CompilerType ct);
190 CompilerType ct);
193 CompilerType ct);
196 CompilerType ct);
199 size_t size, CompilerType ct);
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h27 typedef struct ct { struct
29 struct ct *next;
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c23 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct,
26 u8 ct, const u8 *in_data,
121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, argument
131 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) {
133 ct);
396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, argument
405 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) {
407 ct);
445 return tls_process_client_key_exchange(conn, ct, in_data,
807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, argument
884 tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, const u8 *in_data, size_t *in_len) argument
1045 tls_process_change_cipher_spec(struct tlsv1_server *conn, u8 ct, const u8 *in_data, size_t *in_len) argument
1095 tls_process_client_finished(struct tlsv1_server *conn, u8 ct, const u8 *in_data, size_t *in_len) argument
1269 tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, const u8 *buf, size_t *len) argument
[all...]
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-11-stable/contrib/expat/xmlwf/
H A DMakefile.am51 ct.c \
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-internal-enc.c23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) argument
88 PUTU32(ct , s0);
90 PUTU32(ct + 4, s1);
92 PUTU32(ct + 8, s2);
94 PUTU32(ct + 12, s3);
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); }
/freebsd-11-stable/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-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h89 #define vnevent_create(vp, ct) do { } while (0)
90 #define vnevent_link(vp, ct) do { } while (0)
91 #define vnevent_remove(vp, dvp, name, ct) do { } while (0)
92 #define vnevent_rmdir(vp, dvp, name, ct) do { } while (0)
93 #define vnevent_rename_src(vp, dvp, name, ct) do { } while (0)
94 #define vnevent_rename_dest(vp, dvp, name, ct) do { } while (0)
95 #define vnevent_rename_dest_dir(vp, ct) do { } while (0)
100 #define chklock(vp, op, offset, size, mode, ct) (0)
249 #define VOP_FSYNC(vp, flag, cr, ct) zfs_vop_fsync((vp), (flag), (cr))
262 #define VOP_CLOSE(vp, oflags, count, offset, cr, ct) \
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c175 static void cfiscsi_target_release(struct cfiscsi_target *ct);
1207 struct cfiscsi_target *ct; local
1213 ct = cs->cs_target;
1215 i = ctl_add_initiator(&ct->ct_port, -1, 0, name);
1403 struct cfiscsi_target *ct; local
1406 ct = (struct cfiscsi_target *)arg;
1407 softc = ct->ct_softc;
1410 if (ct->ct_online) {
1414 ct->ct_online = 1;
1431 struct cfiscsi_target *ct; local
1471 struct cfiscsi_target *ct = (struct cfiscsi_target *)arg; local
1484 struct cfiscsi_target *ct; local
2096 struct cfiscsi_target *ct; local
2210 struct cfiscsi_target *ct; local
2329 cfiscsi_target_hold(struct cfiscsi_target *ct) argument
2336 cfiscsi_target_release(struct cfiscsi_target *ct) argument
2361 struct cfiscsi_target *ct; local
2382 struct cfiscsi_target *ct, *newct; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/unbound/validator/
H A Dval_nsec3.c728 * @param ct: cached hashes table.
737 rbtree_type* ct, uint8_t* nm, size_t nmlen,
750 r = nsec3_hash_name(ct, env->scratch, env->scratch_buffer,
821 * @param ct: cached hashes table.
830 rbtree_type* ct, uint8_t* nm, size_t nmlen,
843 r = nsec3_hash_name(ct, env->scratch, env->scratch_buffer,
869 * @param ct: cached hashes table.
876 rbtree_type* ct, struct query_info* qinfo, struct ce_response* ce)
891 if(find_matching_nsec3(env, flt, ct, nm, nmlen,
929 * @param ct
736 find_matching_nsec3(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, uint8_t* nm, size_t nmlen, struct ub_packed_rrset_key** rrset, int* rr) argument
829 find_covering_nsec3(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, uint8_t* nm, size_t nmlen, struct ub_packed_rrset_key** rrset, int* rr) argument
875 nsec3_find_closest_encloser(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo, struct ce_response* ce) argument
942 nsec3_prove_closest_encloser(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo, int prove_does_not_exist, struct ce_response* ce) argument
1022 nsec3_do_prove_nameerror(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo) argument
1069 rbtree_type ct; local
1092 nsec3_do_prove_nodata(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo) argument
1228 rbtree_type ct; local
1247 rbtree_type ct; local
1322 rbtree_type ct; local
1411 rbtree_type ct; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dstdlib_ext.h97 * @ct: The characters to search for
101 char * strtok(char * s,const char * ct);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Drestore.c45 int ct = pOpts->optCt; local
51 for (; ct-- > 0; pOD++) {
176 int ct = pOpts->optCt; local
204 } while (p++, --ct > 0);
H A Dreset.c50 int ct = pOpts->presetOptCt; local
55 if (--ct <= 0)
/freebsd-11-stable/sys/dev/hptmv/
H A Dmv.c85 os_memcmp(const void *cs, const void *ct, unsigned len) argument
87 return memcmp(cs, ct, len);
/freebsd-11-stable/sys/sys/
H A Dclock.h189 void clock_print_ct(const struct clocktime *ct, int nsdig);
200 void clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct);
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c580 ct7_entry_t *ct = (ct7_entry_t *) storage; local
581 ct->ct_header.rqs_entry_type = RQSTYPE_CTIO7;
582 ct->ct_nphdl = CT7_OK;
583 ct->ct_syshandle = bus;
584 ct->ct_flags = CT7_SENDSTATUS;
587 ct2_entry_t *ct = (ct2_entry_t *) storage; local
588 ct->ct_header.rqs_entry_type = RQSTYPE_CTIO2;
589 ct->ct_status = CT_OK;
590 ct->ct_syshandle = bus;
591 ct
1032 isp_handle_ctio2(ispsoftc_t *isp, ct2_entry_t *ct) argument
1187 isp_handle_ctio7(ispsoftc_t *isp, ct7_entry_t *ct) argument
[all...]
/freebsd-11-stable/usr.bin/localedef/
H A Dctype.c301 _FileRuneEntry *ct = NULL; local
424 ct[rl.runetype_ext_nranges-1].max = wc;
427 ct = realloc(ct,
428 sizeof (*ct) * rl.runetype_ext_nranges);
429 ct[rl.runetype_ext_nranges - 1].min = wc;
430 ct[rl.runetype_ext_nranges - 1].max = wc;
431 ct[rl.runetype_ext_nranges - 1].map = ctn->ctype;
468 (wr_category(ct, sizeof (*ct) * r
[all...]
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dtcb_common.c125 int tcb_strmatch_nc(char *cs, char *ct) { argument
127 if (tolower(*cs++) != tolower(*ct++)) return (FALSE);
128 return (!(*ct)); /*return TRUE if *ct NULL at same time as *cs==NULL*/
139 tcb_strncmp_nc(char *cs, char *ct, int n) argument
147 for (i = 0; i < n && 0 == ret && !(EOS == *cs && EOS == *ct); ++i) {
151 ret = tolower(*cs++) - tolower(*ct++);
157 tcb_startswith_nc(char *cs, char *ct) argument
158 { /* return true if cs start with ct */
159 return (0 == tcb_strncmp_nc(cs, ct, (in
[all...]

Completed in 307 milliseconds

1234567