| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| netpgpsdk.h | 48 time_t birthtime; member in struct:pgp_validation_t
|
| validate.c | 199 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); 501 data->result->birthtime = content->sig.info.birthtime; 642 if (now < val->birthtime) { 651 ctime(&val->birthtime), 652 fmtsecs((int64_t)(val->birthtime - now), buf, sizeof(buf))); 655 if (val->duration != 0 && now > val->birthtime + val->duration) [all...] |
| packet-print.c | 376 ptimestr(t, sizeof(t), key->enckey.birthtime), 423 (pubkey->birthtime + pubkey->duration < now) ? 426 pubkey->birthtime + pubkey->duration); 462 ptimestr(t, sizeof(t), key->subsigs[j].sig.info.birthtime), 472 ptimestr(t, sizeof(t), pubkey->birthtime), 504 mj_append_field(keyjson, "birthtime", "integer", pubkey->birthtime); 538 mj_append(&sub_obj, "integer", (int64_t)key->enckey.birthtime); 545 (int64_t)(key->subsigs[j].sig.info.birthtime)); 585 (long long)pubkey->birthtime, [all...] |
| packet.h | 425 time_t birthtime; member in struct:__anon1012 642 time_t birthtime; /* creation time of the signature */ member in struct:pgp_sig_info_t
|
| netpgp.c | 155 ctime(&res->valid_sigs[i].birthtime)); 157 t = res->birthtime + res->duration; 500 /* get birthtime in seconds */ 614 int64_t birthtime; local 639 birthtime = (int64_t)strtoll(obj->value.v[mj_object_find(obj, "birthtime", 0, 2) + 1].value.s, NULL, 10); 640 p(fp, " ", ptimestr(tbuf, sizeof(tbuf), birthtime), NULL); 644 p(fp, " ", (birthtime + duration < now) ? "[EXPIRED " : "[EXPIRES ", 645 ptimestr(tbuf, sizeof(tbuf), birthtime + duration), "]", NULL); 1464 get_birthtime(netpgp_getvar(netpgp, "birthtime")), [all...] |
| ssh2pgp.c | 279 pubkey->birthtime = 0;
|
| create.c | 219 key->birthtime = t; 233 pgp_write_scalar(output, (unsigned)key->birthtime, 4))) {
|
| packet-parse.c | 1232 if (!limited_read_time(&key->birthtime, region, stream)) { 1474 if (!limited_read_time(&pkt.u.sig.info.birthtime, region, stream)) { 1629 sig->info.birthtime = pkt.u.ss_time;
|
| keyring.c | 643 key->subsigs[key->subsigc - 1].sig.info.birthtime = pkt->u.ss_time;
|
| openssl_crypto.c | 931 seckey->pubkey.birthtime = time(NULL);
|
| signature.c | 453 pgp_hash_add_int(hash, (unsigned)sig->info.birthtime, 4);
|
| /src/crypto/external/bsd/netpgp/dist/src/librsa/ |
| rsa.h | 108 int64_t birthtime; /* time of creation of key */ member in struct:pubkey_t 120 int64_t birthtime; /* creation time of the signature */ member in struct:signature_t
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| rsa.h | 108 int64_t birthtime; /* time of creation of key */ member in struct:pubkey_t 120 int64_t birthtime; /* creation time of the signature */ member in struct:signature_t
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_disk_windows.c | 93 int64_t birthtime; member in struct:fixup_entry 1023 fe->birthtime = archive_entry_birthtime(entry); 1026 /* If birthtime is unset, use mtime. */ 1027 fe->birthtime = fe->mtime; 1983 p->birthtime, p->birthtime_nanos, 2625 time_t birthtime, long birthtime_nanos, 2673 * SetFileTime() supports birthtime. 2675 if (birthtime > 0 || birthtime_nanos > 0) { 2676 wintm.QuadPart = unix_to_ntfs(birthtime, birthtime_nanos); 2696 time_t atime, birthtime, mtime, ctime_sec local [all...] |
| archive_write_disk_posix.c | 177 int64_t birthtime; member in struct:fixup_entry 929 fe->birthtime = archive_entry_birthtime(entry); 933 /* If birthtime is unset, use mtime. */ 934 fe->birthtime = fe->mtime; 2660 p->birthtime, p->birthtime_nanos, 3702 time_t birthtime, long birthtime_nanos, 3730 * birthtime semantics, in which {f,l,}utimes() updates 3731 * birthtime to earliest mtime. So we set the time twice, 3732 * first using the birthtime, then using the mtime. If 3733 * birthtime == mtime, this isn't necessary, so we skip it 3759 time_t atime, birthtime, mtime, cctime; local [all...] |
| archive_read_support_format_lha.c | 166 int64_t birthtime; member in struct:lha 555 lha->birthtime = 0; 703 archive_entry_set_birthtime(entry, lha->birthtime, 705 archive_entry_set_ctime(entry, lha->birthtime, 1336 &lha->birthtime, 1425 lha->birthtime = archive_le32dec(extdheader+8); 1436 lha->birthtime = archive_le32dec(extdheader+12);
|
| archive_read_support_format_iso9660.c | 277 time_t birthtime; /* File created time. */ member in struct:file_info 1362 archive_entry_set_birthtime(entry, file->birthtime, 0); 2597 file->birthtime = isodate17(data); 2633 file->birthtime = isodate7(data);
|
| /src/sys/fs/udf/ |
| udf_vnops.c | 1164 struct timespec *birthtime, int setattrflags, 1195 if ((mtime->tv_sec != VNOVAL) || (birthtime->tv_sec != VNOVAL)) { 1201 return udf_update(vp, atime, mtime, birthtime, 0);
|
| /src/sbin/newfs_udf/ |
| udf_core.c | 2424 struct timestamp birthtime; local 2451 udf_set_timestamp_now(&birthtime); 2459 udf_set_timestamp(&birthtime, st->st_birthtime); 2461 udf_set_timestamp(&birthtime, 0); 2498 ft_extattr->times[0] = birthtime;
|
| /src/sys/fs/nilfs/ |
| nilfs_vnops.c | 853 struct timespec *birthtime, int setattrflags,
|