Documentation ¶
Overview ¶
Package cryptonl provides access to the Linux kernel crypto API's netlink interface.
For more information on the Linux kernel crypto API, please see https://www.kernel.org/doc/html/latest/crypto/index.html.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
type Cipher struct { BlockSize int MinKeySize int MaxKeySize int // contains filtered or unexported fields }
A Cipher represents a cipher algorithm. *Cipher implements Type.
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
A Conn is a connection to the Linux kernel crypto API's netlink interface.
func (*Conn) Algorithms ¶
Algorithms retrieves all algorithms registered with the Linux kernel crypto API.
Click to show internal directories.
Click to hide internal directories.