webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
ssl_cipher_st Struct Reference

#include <ssl.h>

Public Attributes

const char * name
 
uint32_t id
 
uint32_t algorithm_mkey
 
uint32_t algorithm_auth
 
uint32_t algorithm_enc
 
uint32_t algorithm_mac
 
uint32_t algorithm_prf
 

Member Data Documentation

◆ algorithm_auth

uint32_t ssl_cipher_st::algorithm_auth

◆ algorithm_enc

uint32_t ssl_cipher_st::algorithm_enc

◆ algorithm_mac

uint32_t ssl_cipher_st::algorithm_mac

◆ algorithm_mkey

uint32_t ssl_cipher_st::algorithm_mkey

◆ algorithm_prf

uint32_t ssl_cipher_st::algorithm_prf

◆ id

uint32_t ssl_cipher_st::id

◆ name

const char* ssl_cipher_st::name

The documentation for this struct was generated from the following file: