OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ssl_cipher_st Struct Reference

#include <ssl.h>

Public Attributes

int valid
 
const char * name
 
unsigned long id
 
unsigned long algorithm_mkey
 
unsigned long algorithm_auth
 
unsigned long algorithm_enc
 
unsigned long algorithm_mac
 
unsigned long algorithm_ssl
 
unsigned long algo_strength
 
unsigned long algorithm2
 
int strength_bits
 
int alg_bits
 

Detailed Description

Definition at line 388 of file ssl.h.

Member Data Documentation

int ssl_cipher_st::alg_bits

Definition at line 404 of file ssl.h.

unsigned long ssl_cipher_st::algo_strength

Definition at line 401 of file ssl.h.

unsigned long ssl_cipher_st::algorithm2

Definition at line 402 of file ssl.h.

unsigned long ssl_cipher_st::algorithm_auth

Definition at line 396 of file ssl.h.

unsigned long ssl_cipher_st::algorithm_enc

Definition at line 397 of file ssl.h.

unsigned long ssl_cipher_st::algorithm_mac

Definition at line 398 of file ssl.h.

unsigned long ssl_cipher_st::algorithm_mkey

Definition at line 395 of file ssl.h.

unsigned long ssl_cipher_st::algorithm_ssl

Definition at line 399 of file ssl.h.

unsigned long ssl_cipher_st::id

Definition at line 392 of file ssl.h.

const char * ssl_cipher_st::name

Definition at line 391 of file ssl.h.

int ssl_cipher_st::strength_bits

Definition at line 403 of file ssl.h.

int ssl_cipher_st::valid

Definition at line 390 of file ssl.h.


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