Skip to content

SshAes128Cbc

[Source]

primitive val SshAes128Cbc is
  SshCipherAlgorithm val

Implements


Constructors

create

[Source]

new val create()
: SshAes128Cbc val^

Returns


Public Functions

name

[Source]

fun box name()
: String val

Returns


key_len

[Source]

fun box key_len()
: USize val

Returns


iv_len

[Source]

fun box iv_len()
: USize val

Returns


block_len

[Source]

fun box block_len()
: USize val

Returns


is_aead

[Source]

fun box is_aead()
: Bool val

Returns


eq

[Source]

fun box eq(
  that: SshAes128Cbc val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SshAes128Cbc val)
: Bool val

Parameters

Returns