Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic80.c316 int expi; /* Index of current expression to match */ local
343 for (expi = 0, opi = -1; (expi < numexp) && match; expi++)
347 X_op = myops[expi].X_op;
348 num = myops[expi].X_add_number;
571 int expi; /* Index of current expression to match */ local
590 for (expi = 0, opi = -1; opers[expi].X_op != O_illegal; expi++)
594 X_op = opers[expi].X_op;
595 num = opers[expi].X_add_number;
653 &opers[expi],
662 &opers[expi],
[all …]
/openbsd/src/usr.sbin/unbound/validator/
Dval_sigcrypt.c1390 sigdate_error(const char* str, int32_t expi, int32_t incep, int32_t now) in sigdate_error() argument
1400 te = (time_t)expi; in sigdate_error()
1410 log_info("%s expi=%u incep=%u now=%u", str, (unsigned)expi, in sigdate_error()
1420 uint32_t expi, incep, now; in check_dates() local
1421 memmove(&expi, expi_p, sizeof(expi)); in check_dates()
1423 expi = ntohl(expi); in check_dates()
1437 if(compare_1982(incep, expi) > 0) { in check_dates()
1439 "signature bad", expi, incep, now); in check_dates()
1453 uint32_t skew = subtract_1982(incep, expi)/10; in check_dates()
1458 " before inception date", expi, incep, now); in check_dates()
[all …]
/openbsd/src/sbin/unwind/libunbound/validator/
Dval_sigcrypt.c1390 sigdate_error(const char* str, int32_t expi, int32_t incep, int32_t now) in sigdate_error() argument
1400 te = (time_t)expi; in sigdate_error()
1410 log_info("%s expi=%u incep=%u now=%u", str, (unsigned)expi, in sigdate_error()
1420 uint32_t expi, incep, now; in check_dates() local
1421 memmove(&expi, expi_p, sizeof(expi)); in check_dates()
1423 expi = ntohl(expi); in check_dates()
1437 if(compare_1982(incep, expi) > 0) { in check_dates()
1439 "signature bad", expi, incep, now); in check_dates()
1453 uint32_t skew = subtract_1982(incep, expi)/10; in check_dates()
1458 " before inception date", expi, incep, now); in check_dates()
[all …]
/openbsd/src/usr.sbin/unbound/testcode/
Dsignit.c55 uint32_t expi; member
116 s->expi = convert_timeval(argv[1]); in parse_cmdline()
146 ldns_key_set_expiration(k, set->expi); in read_keys()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog4678 - Also disable -flto for clang, to make incep-expi signature check