Home
last modified time | relevance | path

Searched refs:TIME_SNPRINTF (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c1672 #define TIME_SNPRINTF(_cc, _buf, _size, _fmt, _val) do { \ macro
1691TIME_SNPRINTF(cc, buf, size, "Signature time (%.24s) was before pubkey creation ", signature->birt… in valid_dates()
1692 TIME_SNPRINTF(cc, &buf[cc], size - cc, "(%s)\n", pubkey->birth); in valid_dates()
1698 TIME_SNPRINTF(cc, buf, size, "Signature expired on %.24s\n", t); in valid_dates()
1703 TIME_SNPRINTF(cc, buf, size, "Signature not valid before %.24s\n", signature->birth); in valid_dates()
1721 TIME_SNPRINTF(cc, buf, size, "Pubkey expired on %.24s\n", t); in key_expired()
1726 TIME_SNPRINTF(cc, buf, size, "Pubkey not valid before %.24s\n", pubkey->birth); in key_expired()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c2132 #define TIME_SNPRINTF(_cc, _buf, _size, _fmt, _val) do { \ macro
2151TIME_SNPRINTF(cc, buf, size, "Signature time (%.24s) was before pubkey creation ", signature->birt… in valid_dates()
2152 TIME_SNPRINTF(cc, &buf[cc], size - cc, "(%s)", pubkey->birth); in valid_dates()
2158 TIME_SNPRINTF(cc, buf, size, "Signature expired on %.24s", t); in valid_dates()
2163 TIME_SNPRINTF(cc, buf, size, "Signature not valid before %.24s", signature->birth); in valid_dates()
2181 TIME_SNPRINTF(cc, buf, size, "Pubkey expired on %.24s", t); in key_expired()
2186 TIME_SNPRINTF(cc, buf, size, "Pubkey not valid before %.24s", pubkey->birth); in key_expired()