OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nspill
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto_tkip.c
800
int
nspill
= 0;
local in function:michael_mic
823
if (
nspill
) {
824
int n = uimin(4 -
nspill
, space);
825
memcpy(spill +
nspill
, data, n);
826
nspill
+= n;
830
if (
nspill
== 4) {
833
nspill
= 0;
847
nspill
= space;
862
spill[
nspill
++] = 0x5a;
863
for (;
nspill
< 4; nspill++
[
all
...]
ieee80211_crypto_tkip.c
800
int
nspill
= 0;
local in function:michael_mic
823
if (
nspill
) {
824
int n = uimin(4 -
nspill
, space);
825
memcpy(spill +
nspill
, data, n);
826
nspill
+= n;
830
if (
nspill
== 4) {
833
nspill
= 0;
847
nspill
= space;
862
spill[
nspill
++] = 0x5a;
863
for (;
nspill
< 4; nspill++
[
all
...]
Completed in 46 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025