Home
last modified time | relevance | path

Searched refs:pgp_add_time (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsignature.c916 pgp_add_time(pgp_create_sig_t *sig, int64_t when, const char *type) in pgp_add_time() function
1100 pgp_add_time(sig, (int64_t)from, "birth") && in pgp_sign_file()
1101 pgp_add_time(sig, (int64_t)duration, "expiration"); in pgp_sign_file()
1147 pgp_add_time(sig, (int64_t)from, "birth"); in pgp_sign_file()
1148 pgp_add_time(sig, (int64_t)duration, "expiration"); in pgp_sign_file()
1241 pgp_add_time(sig, from, "birth") &&
1242 pgp_add_time(sig, (int64_t)duration, "expiration");
1272 pgp_add_time(sig, from, "birth");
1273 pgp_add_time(sig, (int64_t)duration, "expiration");
1340 pgp_add_time(sig, from, "birth");
[all …]
H A Dsignature.h105 unsigned pgp_add_time(pgp_create_sig_t *, int64_t, const char *);
H A Dkeyring.c538 pgp_add_time(sig, (int64_t)time(NULL), "birth"); in pgp_add_selfsigned_userid()