Lines Matching defs:ssl_cipher_st
395 struct ssl_cipher_st { struct
396 int valid;
397 const char *name; /* text name */
398 unsigned long id; /* id, 4 bytes, first is version */
403 unsigned long algorithm_mkey; /* key exchange algorithm */
404 unsigned long algorithm_auth; /* server authentication */
405 unsigned long algorithm_enc; /* symmetric encryption */
406 unsigned long algorithm_mac; /* symmetric authentication */
407 unsigned long algorithm_ssl; /* (major) protocol version */
408 unsigned long algo_strength; /* strength and export flags */
409 unsigned long algorithm2; /* Extra flags */
410 int strength_bits; /* Number of bits really used */
411 int alg_bits; /* Number of bits for algorithm */