OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_sha256
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/rsn_supp/
peerkey.h
31
int
use_sha256
; /* whether AKMP indicate SHA256-based derivations */
member in struct:wpa_peerkey
peerkey.c
246
peerkey->
use_sha256
= 1;
291
* @
use_sha256
: Whether to use SHA256-based KDF
298
int
use_sha256
)
313
if (
use_sha256
)
581
peerkey->
use_sha256
);
586
peerkey->
use_sha256
);
702
peerkey->
use_sha256
);
935
peerkey->
use_sha256
);
1031
peerkey->
use_sha256
= 1;
[
all
...]
/external/wpa_supplicant_8/src/common/
wpa_common.h
319
u8 *ptk, size_t ptk_len, int
use_sha256
);
360
u8 *pmkid, int
use_sha256
);
wpa_common.c
78
* @
use_sha256
: Whether to use SHA256-based KDF
92
u8 *ptk, size_t ptk_len, int
use_sha256
)
115
if (
use_sha256
)
866
* @
use_sha256
: Whether to use SHA256-based KDF
872
u8 *pmkid, int
use_sha256
)
884
if (
use_sha256
)
[
all
...]
Completed in 182 milliseconds