Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netkey/
H A Dkey.c1258 u_int stateidx, state, tmpidx, matchidx; in key_allocsa_extended() local
1294 matchidx = arraysize; in key_allocsa_extended()
1312 for (stateidx = 0; stateidx < matchidx; stateidx++) { in key_allocsa_extended()
1319 if (tmpidx >= matchidx) { in key_allocsa_extended()
1365 matchidx = tmpidx; in key_allocsa_extended()
4278 u_int stateidx, state, matchidx; in key_getsavbyspi() local
4282 matchidx = _ARRAYLEN(saorder_state_alive); in key_getsavbyspi()
4290 for (stateidx = 0; stateidx < matchidx; stateidx++) { in key_getsavbyspi()
4294 matchidx = stateidx; in key_getsavbyspi()