Searched defs:OUTPUT_SIZE (Results 1 – 4 of 4) sorted by relevance
41 const OUTPUT_SIZE: usize; constant48 const OUTPUT_SIZE: usize = bssl_sys::SHA256_DIGEST_LENGTH as usize; constant67 const OUTPUT_SIZE: usize = bssl_sys::SHA512_DIGEST_LENGTH as usize; constant123 pub fn finalize(mut self) -> [u8; OUTPUT_SIZE] { in finalize()
52 ) -> Result<SharedSecret<OUTPUT_SIZE>, Error> { in diffie_hellman()
45 #define OUTPUT_SIZE (56*sizeof(int)) macro
26 private static final int OUTPUT_SIZE = 1024; field in EncoderTest