OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_sha256
(Results
1 - 5
of
5
) 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
...]
/build/tools/signapk/
SignApk.java
114
private static final int
USE_SHA256
= 2;
117
* Return one of USE_SHA1 or
USE_SHA256
according to the signature
126
return
USE_SHA256
;
245
if ((hashes &
USE_SHA256
) != 0) {
363
hash ==
USE_SHA256
? "SHA256" : "SHA1");
371
main.putValue(hash ==
USE_SHA256
? "SHA-256-Digest-Manifest" : "SHA1-Digest-Manifest",
385
sfAttr.putValue(hash ==
USE_SHA256
? "SHA-256-Digest" : "SHA1-Digest-Manifest",
417
getAlgorithm(publicKey) ==
USE_SHA256
? "SHA256withRSA" : "SHA1withRSA")
/external/wpa_supplicant_8/src/common/
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
...]
wpa_common.h
319
u8 *ptk, size_t ptk_len, int
use_sha256
);
360
u8 *pmkid, int
use_sha256
);
Completed in 237 milliseconds