|
iPXE
|
#include <byteswap.h>#include <ipxe/rsa.h>#include <ipxe/aes.h>#include <ipxe/sha1.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) | |
| struct tls_cipher_suite tls_rsa_with_aes_128_cbc_sha | __tls_cipher_suite (25) |
| TLS_RSA_WITH_AES_128_CBC_SHA cipher suite. More... | |
| struct tls_cipher_suite tls_rsa_with_aes_256_cbc_sha | __tls_cipher_suite (26) |
| TLS_RSA_WITH_AES_256_CBC_SHA cipher suite. More... | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| struct tls_cipher_suite tls_rsa_with_aes_128_cbc_sha __tls_cipher_suite | ( | 25 | ) |
TLS_RSA_WITH_AES_128_CBC_SHA cipher suite.
| struct tls_cipher_suite tls_rsa_with_aes_256_cbc_sha __tls_cipher_suite | ( | 26 | ) |
TLS_RSA_WITH_AES_256_CBC_SHA cipher suite.
1.8.15