HomeSort by: relevance | last modified time | path
    Searched refs:oldid (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/
sign.sh 14 oldid=$(echo ${1:-0} | sed 's/^0*//')
15 newid=$(printf '%05u' $(((oldid + 1000) % 65536)))
16 badid=$(printf '%05u' $(((oldid + 7777) % 65536)))
17 oldid=$(printf '%05u' $((oldid + 0)))
29 echo root-key-sentinel-is-ta-$oldid A 10.53.0.1 >>$zonefile
30 echo root-key-sentinel-not-ta-$oldid A 10.53.0.2 >>$zonefile
33 echo old-is-ta CNAME root-key-sentinel-is-ta-$oldid >>$zonefile
34 echo old-not-ta CNAME root-key-sentinel-not-ta-$oldid >>$zonefile
  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/
tests.sh 41 oldid=$(sed -n 's/.*key id = //p' <dig.out.ns1.test$n)
42 newid=$(printf "%05u" $(((oldid + 1000) % 65536)))
43 badid=$(printf "%05u" $(((oldid + 7777) % 65536)))
44 oldid=$(printf "%05u" $((oldid + 0)))
45 echo_i "test id: oldid=${oldid} (configured)"
64 $DIG $DIGOPTS @10.53.0.3 root-key-sentinel-is-ta-${oldid}.example A >dig.out.ns3.test$n || ret=1
70 $DIG $DIGOPTS @10.53.0.3 root-key-sentinel-not-ta-${oldid}.example A >dig.out.ns3.test$n || ret=1
77 $DIG $DIGOPTS @10.53.0.3 +cd root-key-sentinel-not-ta-${oldid}.example A >dig.out.ns3.test$n || ret=
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kcm/
protocol.c 938 kcm_ccache oldid, newid; local
960 ret = kcm_ccache_resolve_client(context, client, opcode, oldname, &oldid);
975 kcm_release_ccache(context, oldid);
979 HEIMDAL_MUTEX_lock(&oldid->mutex);
988 MOVE(newid, oldid, flags);
989 MOVE(newid, oldid, client);
990 MOVE(newid, oldid, server);
991 MOVE(newid, oldid, creds);
992 MOVE(newid, oldid, tkt_life);
993 MOVE(newid, oldid, renew_life)
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssectool.c 489 uint16_t id, oldid; local
535 oldid = dst_key_id(key->key);
538 if (oldid == rid || roldid == id || id == oldid) {
540 if (id != oldid) {
545 id, oldid);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
merge.c 694 int oldid = oldtgt->t_id; local
696 if (oldid == selftid) {
701 if ((template.t_id = get_mapping(mcd->md_ta, oldid)) == 0)
702 aborterr("failed to get mapping for tid %d (%s) <%x>\n", oldid,
703 oldtgt->t_name, oldid);
710 template.t_id, oldid, oldid);
  /src/external/bsd/openldap/dist/servers/slapd/
daemon.c 1952 int i, j, oldid, newid; local
1972 oldid = DAEMON_ID(i);
1974 if ( oldid == newid ) continue;
1975 if ( !SLAP_SOCK_IS_ACTIVE( oldid, i )) continue;
1987 if ( SLAP_SOCK_IS_READ( oldid, i )) {
1990 if ( SLAP_SOCK_IS_WRITE( oldid, i )) {
1992 slap_daemon[oldid].sd_nwriters--;
1996 slap_daemon[oldid].sd_nactives--;
1999 SLAP_SOCK_DEL( oldid, i );
  /src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh 843 oldid=$(keyfile_to_key_id "$(cat active.key)")
881 grep 'RRSIG.*'" $oldid "'\. ' dig.out.ns1.test$n >/dev/null || ret=1
1033 grep '; key id = '"$oldid"'$' dig.out.ns1.test$n >/dev/null && ret=1
1200 grep '; key id = '"$oldid"'$' dig.out.ns3.test$n >/dev/null && return 1
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dinterpret.d 366 const oldid = v.ctfeAdrOnStack;
367 v.ctfeAdrOnStack = cast(uint)cast(size_t)savedId[oldid];

Completed in 40 milliseconds