37 .key_len = ( 128 / 8 ),
52 .key_len = ( 256 / 8 ),
Transport Layer Security Protocol.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
struct tls_key_exchange_algorithm * exchange
Key exchange algorithm.
uint8_t record_iv_len
Record initialisation vector length.
struct pubkey_algorithm * pubkey
Public-key encryption algorithm.
struct tls_cipher_suite tls_ecdhe_rsa_with_aes_128_cbc_sha __tls_cipher_suite(05)
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA cipher suite.
struct digest_algorithm * digest
MAC digest algorithm.
uint8_t fixed_iv_len
Fixed initialisation vector length.
#define TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
uint8_t mac_len
MAC length.
struct cipher_algorithm aes_cbc_algorithm
RSA public-key cryptography.
struct digest_algorithm sha256_algorithm
SHA-256 algorithm.
struct digest_algorithm * handshake
Handshake digest algorithm (for TLSv1.2 and above)
#define TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
struct pubkey_algorithm rsa_algorithm
RSA public-key algorithm.
struct cipher_algorithm * cipher
Bulk encryption cipher algorithm.
struct tls_key_exchange_algorithm tls_ecdhe_exchange_algorithm
Ephemeral Elliptic Curve Diffie-Hellman key exchange algorithm.
#define AES_BLOCKSIZE
AES blocksize.
uint16_t code
Numeric code (in network-endian order)
struct digest_algorithm sha1_algorithm
SHA-1 algorithm.