Searched refs:birthtime (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgpsdk.h44 time_t birthtime; member in struct:pgp_validation_t
H A Dvalidate.c199 trailer[1] = (unsigned)(sig->info.birthtime) >> 24;
200 trailer[2] = (unsigned)(sig->info.birthtime) >> 16;
201 trailer[3] = (unsigned)(sig->info.birthtime) >> 8;
202 trailer[4] = (uint8_t)(sig->info.birthtime);
500 data->result->birthtime = content->sig.info.birthtime;
641 if (now < val->birthtime) {
650 ctime(&val->birthtime),
651 fmtsecs((int64_t)(val->birthtime - now), buf, sizeof(buf)));
654 if (val->duration != 0 && now > val->birthtime
[all...]
H A Dpacket-print.c374 ptimestr(t, sizeof(t), key->enckey.birthtime),
421 (pubkey->birthtime + pubkey->duration < now) ?
424 pubkey->birthtime + pubkey->duration);
460 ptimestr(t, sizeof(t), key->subsigs[j].sig.info.birthtime),
470 ptimestr(t, sizeof(t), pubkey->birthtime),
502 mj_append_field(keyjson, "birthtime", "integer", pubkey->birthtime);
536 mj_append(&sub_obj, "integer", (int64_t)key->enckey.birthtime);
543 (int64_t)(key->subsigs[j].sig.info.birthtime));
583 (long long)pubkey->birthtime,
[all...]
H A Dpacket.h415 time_t birthtime; member in struct:__anon316
619 time_t birthtime; /* creation time of the signature */ member in struct:pgp_sig_info_t
H A Dnetpgp.c155 ctime(&res->valid_sigs[i].birthtime));
157 t = res->birthtime + res->duration;
409 /* get birthtime in seconds */
587 int64_t birthtime; local
612 birthtime = (int64_t)strtoll(obj->value.v[mj_object_find(obj, "birthtime", 0, 2) + 1].value.s, NULL, 10);
613 p(fp, " ", ptimestr(tbuf, sizeof(tbuf), birthtime), NULL);
617 p(fp, " ", (birthtime + duration < now) ? "[EXPIRED " : "[EXPIRES ",
618 ptimestr(tbuf, sizeof(tbuf), birthtime + duration), "]", NULL);
1411 get_birthtime(netpgp_getvar(netpgp, "birthtime")),
[all...]
H A Dssh2pgp.c279 pubkey->birthtime = st.st_mtime;
H A Dcreate.c219 key->birthtime = t;
233 pgp_write_scalar(output, (unsigned)key->birthtime, 4))) {
H A Dpacket-parse.c1219 if (!limited_read_time(&key->birthtime, region, stream)) {
1453 if (!limited_read_time(&pkt.u.sig.info.birthtime, region, stream)) {
1600 sig->info.birthtime = pkt.u.ss_time;
H A Dkeyring.c614 key->subsigs[key->subsigc - 1].sig.info.birthtime = pkt->u.ss_time;
H A Dopenssl_crypto.c708 seckey->pubkey.birthtime = time(NULL);
H A Dsignature.c396 pgp_hash_add_int(hash, (unsigned)sig->info.birthtime, 4);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_disk.c112 int64_t birthtime; member in struct:fixup_entry
501 fe->birthtime = archive_entry_birthtime(entry);
504 /* If birthtime is unset, use mtime. */
505 fe->birthtime = fe->mtime;
1257 /* if it's valid and not mtime, push the birthtime first */
1258 if (((times[1].tv_sec = p->birthtime) < p->mtime) &&
1259 (p->birthtime > 0))
1951 * If you have struct stat.st_birthtime, we assume BSD birthtime
1952 * semantics, in which {f,l,}utimes() updates birthtime to earliest
1953 * mtime. So we set the time twice, first using the birthtime,
[all...]
H A Darchive_read_support_format_iso9660.c273 time_t birthtime; /* File created time. */ member in struct:file_info
1230 archive_entry_set_birthtime(entry, file->birthtime, 0);
2292 file->birthtime = isodate17(data);
2317 file->birthtime = isodate7(data);
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.c1433 struct timestamp birthtime; local
1460 udf_set_timestamp_now(&birthtime);
1477 ft_extattr->times[0] = birthtime;
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_vnops.c1098 struct timespec *birthtime, int setattrflags,
1128 if ((mtime->tv_sec != VNOVAL) || (birthtime->tv_sec != VNOVAL)) {
1134 return udf_update(vp, atime, mtime, birthtime, 0);
1096 udf_chtimes(struct vnode *vp, struct timespec *atime, struct timespec *mtime, struct timespec *birthtime, int setattrflags, kauth_cred_t cred) argument
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs_vnops.c867 struct timespec *birthtime, int setattrflags,

Completed in 148 milliseconds