Linux Kernel
3.7.1
|
#include <cryptocop.h>
Data Fields | |
cryptocop_session_id | ses_id |
unsigned char * | indata |
size_t | inlen |
unsigned char | do_cipher:1 |
unsigned char | decrypt:1 |
unsigned char | cipher_explicit:1 |
size_t | cipher_start |
size_t | cipher_len |
unsigned char | cipher_iv [CRYPTOCOP_MAX_IV_LENGTH] |
unsigned char * | cipher_outdata |
size_t | cipher_outlen |
unsigned char | do_digest:1 |
size_t | digest_start |
size_t | digest_len |
unsigned char | digest [CRYPTOCOP_MAX_DIGEST_LENGTH] |
unsigned char | do_csum:1 |
size_t | csum_start |
size_t | csum_len |
unsigned char | csum [CRYPTOCOP_CSUM_LENGTH] |
Definition at line 83 of file cryptocop.h.
unsigned char cipher_explicit |
Definition at line 93 of file cryptocop.h.
unsigned char cipher_iv[CRYPTOCOP_MAX_IV_LENGTH] |
Definition at line 99 of file cryptocop.h.
size_t cipher_len |
Definition at line 95 of file cryptocop.h.
unsigned char* cipher_outdata |
Definition at line 101 of file cryptocop.h.
size_t cipher_outlen |
Definition at line 102 of file cryptocop.h.
size_t cipher_start |
Definition at line 94 of file cryptocop.h.
unsigned char csum[CRYPTOCOP_CSUM_LENGTH] |
Definition at line 116 of file cryptocop.h.
size_t csum_len |
Definition at line 114 of file cryptocop.h.
size_t csum_start |
Definition at line 113 of file cryptocop.h.
unsigned char decrypt |
Definition at line 92 of file cryptocop.h.
unsigned char digest[CRYPTOCOP_MAX_DIGEST_LENGTH] |
Definition at line 109 of file cryptocop.h.
size_t digest_len |
Definition at line 107 of file cryptocop.h.
size_t digest_start |
Definition at line 106 of file cryptocop.h.
unsigned char do_cipher |
Definition at line 91 of file cryptocop.h.
unsigned char do_csum |
Definition at line 112 of file cryptocop.h.
unsigned char do_digest |
Definition at line 105 of file cryptocop.h.
unsigned char* indata |
Definition at line 87 of file cryptocop.h.
size_t inlen |
Definition at line 88 of file cryptocop.h.
cryptocop_session_id ses_id |
Definition at line 84 of file cryptocop.h.