ssl_cipher_st Struct Reference

#include <ssl.h>

Data Fields

int  valid
const char *  name
unsigned long  id
unsigned long  algorithms
unsigned long  algo_strength
unsigned long  algorithm2
int  strength_bits
int  alg_bits
unsigned long  mask
unsigned long  mask_strength

Field Documentation

int ssl_cipher_st::alg_bits
 
unsigned long ssl_cipher_st::algo_strength
 
unsigned long ssl_cipher_st::algorithm2
 
unsigned long ssl_cipher_st::algorithms
 
unsigned long ssl_cipher_st::id
 
unsigned long ssl_cipher_st::mask
 
unsigned long ssl_cipher_st::mask_strength
 
const char* ssl_cipher_st::name
 
int ssl_cipher_st::strength_bits
 
int ssl_cipher_st::valid
 

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

Copyright © Nokia Corporation 2001-2008
Back to top