Searched refs:timestamp (Results 126 - 150 of 206) sorted by relevance

123456789

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_priv.c142 replaydata->timestamp = privmsg_enc_part->timestamp;
244 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp)))
254 replay.ctime = replaydata.timestamp;
273 outdata->timestamp = replaydata.timestamp;
H A Drd_safe.c158 replaydata->timestamp = message->timestamp;
247 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp)))
257 replay.ctime = replaydata.timestamp;
276 outdata->timestamp = replaydata.timestamp;
H A Dint-proto.h119 krb5_timestamp *timestamp,
137 krb5_timestamp *timestamp,
150 krb5_timestamp timestamp,
H A Dmk_cred.c96 credenc.timestamp = replaydata->timestamp;
227 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
231 outdata->timestamp = replaydata.timestamp;
284 replay.ctime = replaydata.timestamp;
H A Dstr_conv.c220 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen)
223 time_t timestamp2 = timestamp;
240 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad)
245 time_t timestamp2 = timestamp;
219 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen) argument
239 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad) argument
H A Dgc_via_tkt.c194 krb5_timestamp *timestamp,
204 *timestamp = 0;
253 timestamp, nonce, subkey, retreq);
268 krb5_timestamp timestamp,
480 timestamp)) {
527 krb5_timestamp timestamp; local
550 &request_data, &timestamp, &nonce,
594 timestamp, nonce, subkey,
182 krb5int_make_tgs_request(krb5_context context, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_error_code (*pacb_fct)(krb5_context, krb5_keyblock *, krb5_kdc_req *, void *), void *pacb_data, krb5_data *request_data, krb5_timestamp *timestamp, krb5_int32 *nonce, krb5_keyblock **subkey, krb5_kdc_req **retreq) argument
261 krb5int_process_tgs_reply(krb5_context context, krb5_data *response_data, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_timestamp timestamp, krb5_int32 nonce, krb5_keyblock *subkey, krb5_pa_data ***out_padata, krb5_pa_data ***out_enc_padata, krb5_creds **out_cred, const char *hostname_used) argument
/osnet-11/usr/src/lib/libadm/common/
H A Drdwr_vtoc.c44 * Currently bootinfo and timestamp are not really supported.
68 if ((sizeof (vd->timestamp[i]) != sizeof (vs->timestamp[i])) &&\
69 (vs->timestamp[i] > INT32_MAX)) \
70 vd->timestamp[i] = INT32_MAX; \
72 vd->timestamp[i] = (unsigned)vs->timestamp[i]; \
/osnet-11/usr/src/lib/libuuid/common/
H A Duuid.c105 uuid_time_t timestamp; local
160 get_current_time(&timestamp);
163 * If timestamp is not set or is not in the past, bump
166 if ((data->state.ts == 0) || (data->state.ts >= timestamp)) {
168 data->state.ts = timestamp;
175 format_uuid(uuid, data->state.clock, timestamp, system_node);
205 * Formats a UUID, given the clock_seq timestamp, and node address.
210 uuid_time_t timestamp, uuid_node_t node)
214 * First set up the first 60 bits from the timestamp
216 uuid->time_low = (uint32_t)(timestamp
209 format_uuid(struct uuid *uuid, uint16_t clock_seq, uuid_time_t timestamp, uuid_node_t node) argument
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java192 long timestamp = 0; // later adverts will cause replacement,
200 timestamp,
332 advert.timestamp,
H A DCDAAdvert.java52 long timestamp = 0; // timestamp. field in class:CDAAdvert
74 // Parse in the timestamp. Save bytes for auth block.
78 timestamp = getInt32(hdr, dis, tsBytes);
182 // Get the timestamp.
212 return (timestamp == 0);
H A DSLPServerHeaderV2.java347 long timestamp,
361 return new SDAAdvert(this, xid, timestamp, url, scopes, attrs);
346 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSLPV1Manager.java127 long timestamp = store.getStateTimestamp();
130 if ((currentTime - timestamp) > STATEFUL_TIME_BOUND) {
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c38 * (1) The timestamp microseconds do not exceed 1 million.
39 * (2) The timestamp plus the window is less than the current time.
40 * (3) The timestamp is not less than the one previously
132 struct timeval timestamp; local
265 * Decrypt the timestamp
292 * XDR the decrypted timestamp
295 timestamp.tv_sec = IXDR_GET_INT32(ixdr);
296 timestamp.tv_usec = IXDR_GET_INT32(ixdr);
328 &timestamp);
342 if ((ulong_t)timestamp
567 cache_spot(des_block *key, char *name, struct timeval *timestamp) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c59 char timestamp[64]; local
63 get_timestamp(timestamp, sizeof (timestamp));
64 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp);
84 char timestamp[64]; local
87 get_timestamp(timestamp, sizeof (timestamp));
88 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp);
100 char timestamp[64]; local
103 get_timestamp(timestamp, sizeo
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dweblatency.d129 start[pid, self->fd - 1] = timestamp;
162 @Avg[self->host] = avg((timestamp - this->start)/1000000);
163 @Max[self->host] = max((timestamp - this->start)/1000000);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dweblatency.d129 start[pid, self->fd - 1] = timestamp;
162 @Avg[self->host] = avg((timestamp - this->start)/1000000);
163 @Max[self->host] = max((timestamp - this->start)/1000000);
/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x192 wiretime timestamp; /* Seconds, nanoseconds since Epoch */
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c63 static time_t timestamp = 0; variable
124 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
127 timestamp = curr_time;
H A Dinuse_lu.c58 static time_t timestamp = 0; variable
92 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
96 timestamp = curr_time;
H A Dinuse_vxvm.c72 static time_t timestamp = 0; variable
113 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
117 timestamp = curr_time;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_auth.c127 * into msgiov at the index specified by msgiov_index. The timestamp
234 unsigned int timestamp; local
289 if ((err = slp_get_int32(authblocks, len, &off, &timestamp))
303 spi, authiov, authiov_len, timestamp, &inbytes, &inbytes_len);
524 * the timestamp. Caller must free *buf.
531 unsigned int timestamp,
545 *buflen += sizeof (timestamp);
570 /* Lay in timestamp */
571 return (slp_add_int32((char *)*buf, *buflen, timestamp, &off));
580 * timestamp I
528 make_tbs(const char *spi, struct iovec *iov, int iovlen, unsigned int timestamp, unsigned char **buf, size_t *buflen) argument
589 make_authblock(struct iovec *authiov, int authiov_len, const char *alias, time_t timestamp, caddr_t *abs, size_t *abs_len) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_memory.c53 * krb5_timestamp timestamp; time entry written to keytable
436 out_entry->timestamp = match->timestamp;
516 entry->timestamp = mkt_cursor->entry->timestamp;
568 cursor->entry->timestamp = entry->timestamp;
/osnet-11/usr/src/lib/lvm/libmeta/common/hdrs/
H A Dmeta_set_prv.h77 md_timeval32_t timestamp, ulong_t genid,
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c777 s64 timestamp = utc2ntfs(0); local
782 e->key.file_name.creation_time = timestamp;
783 e->key.file_name.last_data_change_time = timestamp;
784 e->key.file_name.last_mft_change_time = timestamp;
785 e->key.file_name.last_access_time = timestamp;
886 static void wipe_index_root_timestamps(ATTR_RECORD *attr, s64 timestamp) argument
899 entry->key.file_name.creation_time = timestamp;
900 entry->key.file_name.last_access_time = timestamp;
901 entry->key.file_name.last_data_change_time = timestamp;
902 entry->key.file_name.last_mft_change_time = timestamp;
948 s64 timestamp = utc2ntfs(0); local
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetr_clnt.c716 * timestamp is added to the challenge and the result is stored in a
719 * input: challenge (including timestamp)
740 DWORD timestamp, netr_cred_t *out_cred)
749 data[0] = LE_IN32(&p[0]) + timestamp;
801 * The timestamp, which is used as a random seed, is stored in both
814 netr_info->timestamp = time(0);
815 auth->timestamp = netr_info->timestamp;
819 netr_info->timestamp,
825 ret_auth->timestamp
739 netr_gen_credentials(BYTE *session_key, netr_cred_t *challenge, DWORD timestamp, netr_cred_t *out_cred) argument
[all...]

Completed in 2255 milliseconds

123456789