Struct ipsec_parser::IkeTransformEncType [] [src]

pub struct IkeTransformEncType(pub u16);

Encryption values

Defined in RFC7296 section 3.3.2

See also IKEV2IANA for the latest values.

Methods

impl IkeTransformEncType
[src]

ENCR_DES_IV64: IkeTransformEncType = IkeTransformEncType(1)

ENCR_DES: IkeTransformEncType = IkeTransformEncType(2)

ENCR_3DES: IkeTransformEncType = IkeTransformEncType(3)

ENCR_RC5: IkeTransformEncType = IkeTransformEncType(4)

ENCR_IDEA: IkeTransformEncType = IkeTransformEncType(5)

ENCR_CAST: IkeTransformEncType = IkeTransformEncType(6)

ENCR_BLOWFISH: IkeTransformEncType = IkeTransformEncType(7)

ENCR_3IDEA: IkeTransformEncType = IkeTransformEncType(8)

ENCR_DES_IV32: IkeTransformEncType = IkeTransformEncType(9)

ENCR_NULL: IkeTransformEncType = IkeTransformEncType(11)

ENCR_AES_CBC: IkeTransformEncType = IkeTransformEncType(12)

ENCR_AES_CTR: IkeTransformEncType = IkeTransformEncType(13)

ENCR_AES_CCM_8: IkeTransformEncType = IkeTransformEncType(14)

ENCR_AES_CCM_12: IkeTransformEncType = IkeTransformEncType(15)

ENCR_AES_CCM_16: IkeTransformEncType = IkeTransformEncType(16)

ENCR_AES_GCM_8: IkeTransformEncType = IkeTransformEncType(18)

ENCR_AES_GCM_12: IkeTransformEncType = IkeTransformEncType(19)

ENCR_AES_GCM_16: IkeTransformEncType = IkeTransformEncType(20)

ENCR_NULL_AUTH_AES_GMAC: IkeTransformEncType = IkeTransformEncType(21)

ENCR_CAMELLIA_CBC: IkeTransformEncType = IkeTransformEncType(23)

ENCR_CAMELLIA_CTR: IkeTransformEncType = IkeTransformEncType(24)

ENCR_CAMELLIA_CCM_8: IkeTransformEncType = IkeTransformEncType(25)

ENCR_CAMELLIA_CCM_12: IkeTransformEncType = IkeTransformEncType(26)

ENCR_CAMELLIA_CCM_16: IkeTransformEncType = IkeTransformEncType(27)

ENCR_CHACHA20_POLY1305: IkeTransformEncType = IkeTransformEncType(28)

impl IkeTransformEncType
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for IkeTransformEncType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IkeTransformEncType
[src]

impl PartialEq for IkeTransformEncType
[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 IkeTransformEncType
[src]

impl Debug for IkeTransformEncType
[src]

[src]

Formats the value using the given formatter.