Struct ipsec_parser::IkeTransformAuthType
[−]
[src]
pub struct IkeTransformAuthType(pub u16);
Authentication / Integrity values
Defined in RFC7296 section 3.3.2
Methods
impl IkeTransformAuthType[src]
const NONE: IkeTransformAuthType
NONE: IkeTransformAuthType = IkeTransformAuthType(0)
const AUTH_HMAC_MD5_96: IkeTransformAuthType
AUTH_HMAC_MD5_96: IkeTransformAuthType = IkeTransformAuthType(1)
const AUTH_HMAC_SHA1_96: IkeTransformAuthType
AUTH_HMAC_SHA1_96: IkeTransformAuthType = IkeTransformAuthType(2)
const AUTH_DES_MAC: IkeTransformAuthType
AUTH_DES_MAC: IkeTransformAuthType = IkeTransformAuthType(3)
const AUTH_KPDK_MD5: IkeTransformAuthType
AUTH_KPDK_MD5: IkeTransformAuthType = IkeTransformAuthType(4)
const AUTH_AES_XCBC_96: IkeTransformAuthType
AUTH_AES_XCBC_96: IkeTransformAuthType = IkeTransformAuthType(5)
const AUTH_HMAC_MD5_128: IkeTransformAuthType
AUTH_HMAC_MD5_128: IkeTransformAuthType = IkeTransformAuthType(6)
const AUTH_HMAC_SHA1_160: IkeTransformAuthType
AUTH_HMAC_SHA1_160: IkeTransformAuthType = IkeTransformAuthType(7)
const AUTH_AES_CMAC_96: IkeTransformAuthType
AUTH_AES_CMAC_96: IkeTransformAuthType = IkeTransformAuthType(8)
const AUTH_AES_128_GMAC: IkeTransformAuthType
AUTH_AES_128_GMAC: IkeTransformAuthType = IkeTransformAuthType(9)
const AUTH_AES_192_GMAC: IkeTransformAuthType
AUTH_AES_192_GMAC: IkeTransformAuthType = IkeTransformAuthType(10)
const AUTH_AES_256_GMAC: IkeTransformAuthType
AUTH_AES_256_GMAC: IkeTransformAuthType = IkeTransformAuthType(11)
const AUTH_HMAC_SHA2_256_128: IkeTransformAuthType
AUTH_HMAC_SHA2_256_128: IkeTransformAuthType = IkeTransformAuthType(12)
const AUTH_HMAC_SHA2_384_192: IkeTransformAuthType
AUTH_HMAC_SHA2_384_192: IkeTransformAuthType = IkeTransformAuthType(13)
const AUTH_HMAC_SHA2_512_256: IkeTransformAuthType
AUTH_HMAC_SHA2_512_256: IkeTransformAuthType = IkeTransformAuthType(14)
fn is_unassigned(&self) -> bool[src]
fn is_private_use(&self) -> bool[src]
Trait Implementations
impl Clone for IkeTransformAuthType[src]
fn clone(&self) -> IkeTransformAuthType[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 IkeTransformAuthType[src]
impl PartialEq for IkeTransformAuthType[src]
fn eq(&self, __arg_0: &IkeTransformAuthType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IkeTransformAuthType) -> bool[src]
This method tests for !=.