Linux Kernel
3.7.1
|
#include <zcrypt_cca_key.h>
Data Fields | |
unsigned char | section_identifier |
unsigned char | version |
unsigned short | section_length |
unsigned char | reserved [2] |
unsigned short | exponent_len |
unsigned short | modulus_bit_len |
unsigned short | modulus_byte_len |
mapping for the cca public section In a private key, the modulus doesn't appear in the public section. So, an arbitrary public exponent of 0x010001 will be used, for a section length of 0x0F always.
Definition at line 79 of file zcrypt_cca_key.h.
unsigned short exponent_len |
Definition at line 84 of file zcrypt_cca_key.h.
unsigned short modulus_bit_len |
Definition at line 85 of file zcrypt_cca_key.h.
unsigned short modulus_byte_len |
Definition at line 86 of file zcrypt_cca_key.h.
unsigned char reserved[2] |
Definition at line 83 of file zcrypt_cca_key.h.
unsigned char section_identifier |
Definition at line 80 of file zcrypt_cca_key.h.
unsigned short section_length |
Definition at line 82 of file zcrypt_cca_key.h.
unsigned char version |
Definition at line 81 of file zcrypt_cca_key.h.