OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandedKeyMaterial
(Results
1 - 3
of
3
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
CipherSuite.java
57
final int
expandedKeyMaterial
;
[
all
...]
ConnectionStateTLS.java
91
: cipherSuite.
expandedKeyMaterial
;
145
new byte[cipherSuite.
expandedKeyMaterial
];
147
new byte[cipherSuite.
expandedKeyMaterial
];
ConnectionStateSSLv3.java
69
: cipherSuite.
expandedKeyMaterial
;
132
key_size = cipherSuite.
expandedKeyMaterial
;
Completed in 122 milliseconds