Struct ipsec_parser::IkeTransformPRFType
[−]
[src]
pub struct IkeTransformPRFType(pub u16);
Pseudo-Random Function values
Defined in RFC7296 section 3.3.2
See also IKEV2IANA for the latest values.
Methods
impl IkeTransformPRFType
[src]
const PRF_NULL: IkeTransformPRFType
PRF_NULL: IkeTransformPRFType = IkeTransformPRFType(0)
const PRF_HMAC_MD5: IkeTransformPRFType
PRF_HMAC_MD5: IkeTransformPRFType = IkeTransformPRFType(1)
const PRF_HMAC_SHA1: IkeTransformPRFType
PRF_HMAC_SHA1: IkeTransformPRFType = IkeTransformPRFType(2)
const PRF_HMAC_TIGER: IkeTransformPRFType
PRF_HMAC_TIGER: IkeTransformPRFType = IkeTransformPRFType(3)
const PRF_AES128_XCBC: IkeTransformPRFType
PRF_AES128_XCBC: IkeTransformPRFType = IkeTransformPRFType(4)
const PRF_HMAC_SHA2_256: IkeTransformPRFType
PRF_HMAC_SHA2_256: IkeTransformPRFType = IkeTransformPRFType(5)
const PRF_HMAC_SHA2_384: IkeTransformPRFType
PRF_HMAC_SHA2_384: IkeTransformPRFType = IkeTransformPRFType(6)
const PRF_HMAC_SHA2_512: IkeTransformPRFType
PRF_HMAC_SHA2_512: IkeTransformPRFType = IkeTransformPRFType(7)
const PRF_AES128_CMAC: IkeTransformPRFType
PRF_AES128_CMAC: IkeTransformPRFType = IkeTransformPRFType(8)
fn is_unassigned(&self) -> bool
[src]
fn is_private_use(&self) -> bool
[src]
Trait Implementations
impl Clone for IkeTransformPRFType
[src]
fn clone(&self) -> IkeTransformPRFType
[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 IkeTransformPRFType
[src]
impl PartialEq for IkeTransformPRFType
[src]
fn eq(&self, __arg_0: &IkeTransformPRFType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IkeTransformPRFType) -> bool
[src]
This method tests for !=
.