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