Struct ipsec_parser::IkeTransformAuthType [] [src]

pub struct IkeTransformAuthType(pub u16);

Authentication / Integrity values

Defined in RFC7296 section 3.3.2

Methods

impl IkeTransformAuthType
[src]

NONE: IkeTransformAuthType = IkeTransformAuthType(0)

AUTH_HMAC_MD5_96: IkeTransformAuthType = IkeTransformAuthType(1)

AUTH_HMAC_SHA1_96: IkeTransformAuthType = IkeTransformAuthType(2)

AUTH_DES_MAC: IkeTransformAuthType = IkeTransformAuthType(3)

AUTH_KPDK_MD5: IkeTransformAuthType = IkeTransformAuthType(4)

AUTH_AES_XCBC_96: IkeTransformAuthType = IkeTransformAuthType(5)

AUTH_HMAC_MD5_128: IkeTransformAuthType = IkeTransformAuthType(6)

AUTH_HMAC_SHA1_160: IkeTransformAuthType = IkeTransformAuthType(7)

AUTH_AES_CMAC_96: IkeTransformAuthType = IkeTransformAuthType(8)

AUTH_AES_128_GMAC: IkeTransformAuthType = IkeTransformAuthType(9)

AUTH_AES_192_GMAC: IkeTransformAuthType = IkeTransformAuthType(10)

AUTH_AES_256_GMAC: IkeTransformAuthType = IkeTransformAuthType(11)

AUTH_HMAC_SHA2_256_128: IkeTransformAuthType = IkeTransformAuthType(12)

AUTH_HMAC_SHA2_384_192: IkeTransformAuthType = IkeTransformAuthType(13)

AUTH_HMAC_SHA2_512_256: IkeTransformAuthType = IkeTransformAuthType(14)

[src]

[src]

Trait Implementations

impl Clone for IkeTransformAuthType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IkeTransformAuthType
[src]

impl PartialEq for IkeTransformAuthType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for IkeTransformAuthType
[src]

impl Debug for IkeTransformAuthType
[src]

[src]

Formats the value using the given formatter.