#include <byteswap.h>
#include <ipxe/ecdsa.h>
#include <ipxe/aes.h>
#include <ipxe/sha256.h>
#include <ipxe/tls.h>
Go to the source code of this file.
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL | | ) |
|
◆ FILE_SECBOOT()
| FILE_SECBOOT |
( |
PERMITTED | | ) |
|
◆ __tls_cipher_suite()
| struct tls_cipher_suite tls_ecdhe_ecdsa_with_aes_128_gcm_sha256 __tls_cipher_suite |
( |
01 | | ) |
|
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite.
References __tls_cipher_suite, aes_gcm_algorithm, tls_cipher_suite::cipher, tls_cipher_suite::digest, ecdsa_algorithm, tls_cipher_suite::exchange, tls_cipher_suite::fixed_iv_len, tls_cipher_suite::handshake, htons, tls_cipher_suite::mac_len, tls_cipher_suite::pubkey, tls_cipher_suite::record_iv_len, sha256_algorithm, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, and tls_ecdhe_exchange_algorithm.