Searched defs:KEY_LENGTH (Results 1 – 9 of 9) sorted by relevance
35 pub const KEY_LENGTH: usize = 32; constant94 fn to_bytes(&self) -> [u8; KEY_LENGTH]; in to_bytes()
30 private static final int KEY_LENGTH = 16; field in AesGcmAeadCrypter
46 private static final int KEY_LENGTH = AltsChannelCrypter.getKeyLength(); field in AltsHandshakerClient
30 private static final int KEY_LENGTH = AesGcmHkdfAeadCrypter.getKeyLength(); field in AltsChannelCrypter
42 private static final int KEY_LENGTH = KDF_KEY_LENGTH + NONCE_LENGTH; field in AesGcmHkdfAeadCrypter
96 fn to_bytes(&self) -> [u8; KEY_LENGTH] { in to_bytes()
100 fn to_bytes(&self) -> [u8; KEY_LENGTH] { in to_bytes()
37 #define KEY_LENGTH 16 macro
371 fn to_bytes(&self) -> [u8; KEY_LENGTH] { in to_bytes()