Home
last modified time | relevance | path

Searched refs:csec (Results 1 – 5 of 5) sorted by relevance

/minix/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1147 time_t **csec, in tgs_parse_request() argument
1166 *csec = NULL; in tgs_parse_request()
1286 *csec = malloc(sizeof(**csec)); in tgs_parse_request()
1287 if (*csec == NULL) { in tgs_parse_request()
1292 **csec = auth->ctime; in tgs_parse_request()
2308 time_t *csec = NULL; in _kdc_tgs_rep() local
2334 &csec, &cusec, in _kdc_tgs_rep()
2385 csec, in _kdc_tgs_rep()
2390 free(csec); in _kdc_tgs_rep()
/minix/sbin/newfs_udf/
H A Dudf_create.c605 uint64_t husec, usec, csec; in udf_timespec_to_timestamp() local
630 csec = husec / 100; /* only 0-99 in csec */ in udf_timespec_to_timestamp()
631 husec -= csec * 100; /* only 0-99 in husec */ in udf_timespec_to_timestamp()
634 csec = MIN(99, csec); in udf_timespec_to_timestamp()
638 timestamp->centisec = csec; in udf_timespec_to_timestamp()
/minix/sys/fs/udf/
H A Dudf_subr.c4230 uint32_t husec, usec, csec; in udf_timespec_to_timestamp() local
4237 csec = husec / 100; /* only 0-99 in csec */ in udf_timespec_to_timestamp()
4238 husec -= csec * 100; /* only 0-99 in husec */ in udf_timespec_to_timestamp()
4248 timestamp->centisec = csec; in udf_timespec_to_timestamp()
/minix/crypto/external/bsd/heimdal/dist/
H A DChangeLog.2001626 * kdc/kerberos5.c (tgs_rep2): alloc and free csec and cusec
H A DChangeLog.2006658 * kdc/krb5tgs.c (tgs_parse_request): set cusec, not csec from