37 .key_len = ( 256 / 8 ),
#define SHA384_DIGEST_SIZE
struct cipher_algorithm aes_cbc_algorithm
#define AES_BLOCKSIZE
AES blocksize.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
struct pubkey_algorithm rsa_algorithm
RSA public-key algorithm.
RSA public-key cryptography.
struct digest_algorithm sha384_algorithm
SHA-384 algorithm.
uint8_t fixed_iv_len
Fixed initialisation vector length.
struct cipher_algorithm * cipher
Bulk encryption cipher algorithm.
struct pubkey_algorithm * pubkey
Public-key encryption algorithm.
uint8_t mac_len
MAC length.
uint8_t record_iv_len
Record initialisation vector length.
struct digest_algorithm * digest
MAC digest algorithm.
struct tls_key_exchange_algorithm * exchange
Key exchange algorithm.
struct digest_algorithm * handshake
Handshake digest algorithm (for TLSv1.2 and above)
struct tls_key_exchange_algorithm tls_ecdhe_exchange_algorithm
Ephemeral Elliptic Curve Diffie-Hellman key exchange algorithm.
Transport Layer Security Protocol.
#define __tls_cipher_suite(pref)
Declare a TLS cipher suite.
#define TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384