Linux Kernel
3.7.1
|
#include <sep_crypto.h>
Data Fields | |
union key_t | key |
size_t | keylen |
int | key_sent |
enum des_numkey | des_nbr_keys |
enum aes_keysize | aes_key_size |
unsigned long | end_time |
struct sep_des_private_context | des_private_ctx |
struct sep_aes_private_context | aes_private_ctx |
struct sep_hash_private_context | hash_private_ctx |
Definition at line 338 of file sep_crypto.h.
enum aes_keysize aes_key_size |
Definition at line 343 of file sep_crypto.h.
struct sep_aes_private_context aes_private_ctx |
Definition at line 346 of file sep_crypto.h.
enum des_numkey des_nbr_keys |
Definition at line 342 of file sep_crypto.h.
struct sep_des_private_context des_private_ctx |
Definition at line 345 of file sep_crypto.h.
unsigned long end_time |
Definition at line 344 of file sep_crypto.h.
struct sep_hash_private_context hash_private_ctx |
Definition at line 347 of file sep_crypto.h.
union key_t key |
Definition at line 339 of file sep_crypto.h.
int key_sent |
Definition at line 341 of file sep_crypto.h.
size_t keylen |
Definition at line 340 of file sep_crypto.h.