Struct ipsec_parser::IkeTransformEncType
[−]
[src]
pub struct IkeTransformEncType(pub u16);
Methods
impl IkeTransformEncType
[src]
const ENCR_DES_IV64: IkeTransformEncType
ENCR_DES_IV64: IkeTransformEncType = IkeTransformEncType(1)
const ENCR_DES: IkeTransformEncType
ENCR_DES: IkeTransformEncType = IkeTransformEncType(2)
const ENCR_3DES: IkeTransformEncType
ENCR_3DES: IkeTransformEncType = IkeTransformEncType(3)
const ENCR_RC5: IkeTransformEncType
ENCR_RC5: IkeTransformEncType = IkeTransformEncType(4)
const ENCR_IDEA: IkeTransformEncType
ENCR_IDEA: IkeTransformEncType = IkeTransformEncType(5)
const ENCR_CAST: IkeTransformEncType
ENCR_CAST: IkeTransformEncType = IkeTransformEncType(6)
const ENCR_BLOWFISH: IkeTransformEncType
ENCR_BLOWFISH: IkeTransformEncType = IkeTransformEncType(7)
const ENCR_3IDEA: IkeTransformEncType
ENCR_3IDEA: IkeTransformEncType = IkeTransformEncType(8)
const ENCR_DES_IV32: IkeTransformEncType
ENCR_DES_IV32: IkeTransformEncType = IkeTransformEncType(9)
const ENCR_NULL: IkeTransformEncType
ENCR_NULL: IkeTransformEncType = IkeTransformEncType(11)
const ENCR_AES_CBC: IkeTransformEncType
ENCR_AES_CBC: IkeTransformEncType = IkeTransformEncType(12)
const ENCR_AES_CTR: IkeTransformEncType
ENCR_AES_CTR: IkeTransformEncType = IkeTransformEncType(13)
const ENCR_AES_CCM_8: IkeTransformEncType
ENCR_AES_CCM_8: IkeTransformEncType = IkeTransformEncType(14)
const ENCR_AES_CCM_12: IkeTransformEncType
ENCR_AES_CCM_12: IkeTransformEncType = IkeTransformEncType(15)
const ENCR_AES_CCM_16: IkeTransformEncType
ENCR_AES_CCM_16: IkeTransformEncType = IkeTransformEncType(16)
const ENCR_AES_GCM_8: IkeTransformEncType
ENCR_AES_GCM_8: IkeTransformEncType = IkeTransformEncType(18)
const ENCR_AES_GCM_12: IkeTransformEncType
ENCR_AES_GCM_12: IkeTransformEncType = IkeTransformEncType(19)
const ENCR_AES_GCM_16: IkeTransformEncType
ENCR_AES_GCM_16: IkeTransformEncType = IkeTransformEncType(20)
const ENCR_NULL_AUTH_AES_GMAC: IkeTransformEncType
ENCR_NULL_AUTH_AES_GMAC: IkeTransformEncType = IkeTransformEncType(21)
const ENCR_CAMELLIA_CBC: IkeTransformEncType
ENCR_CAMELLIA_CBC: IkeTransformEncType = IkeTransformEncType(23)
const ENCR_CAMELLIA_CTR: IkeTransformEncType
ENCR_CAMELLIA_CTR: IkeTransformEncType = IkeTransformEncType(24)
const ENCR_CAMELLIA_CCM_8: IkeTransformEncType
ENCR_CAMELLIA_CCM_8: IkeTransformEncType = IkeTransformEncType(25)
const ENCR_CAMELLIA_CCM_12: IkeTransformEncType
ENCR_CAMELLIA_CCM_12: IkeTransformEncType = IkeTransformEncType(26)
const ENCR_CAMELLIA_CCM_16: IkeTransformEncType
ENCR_CAMELLIA_CCM_16: IkeTransformEncType = IkeTransformEncType(27)
const ENCR_CHACHA20_POLY1305: IkeTransformEncType
ENCR_CHACHA20_POLY1305: IkeTransformEncType = IkeTransformEncType(28)
impl IkeTransformEncType
[src]
fn is_aead(&self) -> bool
[src]
fn is_unassigned(&self) -> bool
[src]
fn is_private_use(&self) -> bool
[src]
Trait Implementations
impl Clone for IkeTransformEncType
[src]
fn clone(&self) -> IkeTransformEncType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for IkeTransformEncType
[src]
impl PartialEq for IkeTransformEncType
[src]
fn eq(&self, __arg_0: &IkeTransformEncType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IkeTransformEncType) -> bool
[src]
This method tests for !=
.