OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHApad1
(Results
1 - 2
of
2
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
SSLv3Constants.java
57
static final byte[]
SHApad1
= new byte[] { 0x36, 0x36, 0x36, 0x36,
/external/ppp/pppd/
chap_ms.c
720
u_char
SHApad1
[40] =
777
SHA1_Update(&sha1Context,
SHApad1
, sizeof(
SHApad1
));
793
SHA1_Update(&sha1Context,
SHApad1
, sizeof(
SHApad1
));
Completed in 152 milliseconds