Struct rustls_ffi::cipher::rustls_supported_ciphersuite [−][src]
pub struct rustls_supported_ciphersuite { /* fields omitted */ }
Expand description
A cipher suite supported by rustls.
Implementations
#[no_mangle]pub extern "C" fn rustls_supported_ciphersuite_get_suite(
supported_ciphersuite: *const rustls_supported_ciphersuite
) -> u16
#[no_mangle]pub extern "C" fn rustls_supported_ciphersuite_get_suite(
supported_ciphersuite: *const rustls_supported_ciphersuite
) -> u16
Return a 16-bit unsigned integer corresponding to this cipher suite’s assignment from https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4. The bytes from the assignment are interpreted in network order.