pub struct Aes128GcmSha256;
Trait Implementations§
Source§impl TlsCipherSuite for Aes128GcmSha256
impl TlsCipherSuite for Aes128GcmSha256
const CODE_POINT: u16 = 4_865u16
type Cipher = AesGcm<Aes128, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>>
type KeyLen = UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>
type IvLen = UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>
type Hash = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, OidSha256>>
type LabelBufferSize = <<<Aes128GcmSha256 as TlsCipherSuite>::Hash as OutputSizeUser>::OutputSize as Add<<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0> as Add<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>>::Output>>::Output
Auto Trait Implementations§
impl Freeze for Aes128GcmSha256
impl RefUnwindSafe for Aes128GcmSha256
impl Send for Aes128GcmSha256
impl Sync for Aes128GcmSha256
impl Unpin for Aes128GcmSha256
impl UnwindSafe for Aes128GcmSha256
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more