|
iPXE
|
#include <byteswap.h>#include <ipxe/rsa.h>#include <ipxe/aes.h>#include <ipxe/sha256.h>#include <ipxe/tls.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| struct tls_cipher_suite tls_dhe_rsa_with_aes_128_cbc_sha256 | __tls_cipher_suite (13) |
| TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite. | |
| struct tls_cipher_suite tls_dhe_rsa_with_aes_256_cbc_sha256 | __tls_cipher_suite (14) |
| TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 cipher suite. | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| struct tls_cipher_suite tls_dhe_rsa_with_aes_128_cbc_sha256 __tls_cipher_suite | ( | 13 | ) |
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite.
References __tls_cipher_suite, AES_BLOCKSIZE, aes_cbc_algorithm, tls_cipher_suite::cipher, tls_cipher_suite::digest, 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, rsa_algorithm, sha256_algorithm, SHA256_DIGEST_SIZE, tls_dhe_exchange_algorithm, and TLS_DHE_RSA_WITH_AES_128_CBC_SHA256.
| struct tls_cipher_suite tls_dhe_rsa_with_aes_256_cbc_sha256 __tls_cipher_suite | ( | 14 | ) |
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 cipher suite.
References __tls_cipher_suite, AES_BLOCKSIZE, aes_cbc_algorithm, tls_cipher_suite::cipher, tls_cipher_suite::digest, 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, rsa_algorithm, sha256_algorithm, SHA256_DIGEST_SIZE, tls_dhe_exchange_algorithm, and TLS_DHE_RSA_WITH_AES_256_CBC_SHA256.