Lines Matching defs:ssl_cipher_st
384 struct ssl_cipher_st { struct
385 uint32_t valid;
386 const char *name; /* text name */
387 const char *stdname; /* RFC name */
388 uint32_t id; /* id, 4 bytes, first is version */
393 uint32_t algorithm_mkey; /* key exchange algorithm */
394 uint32_t algorithm_auth; /* server authentication */
395 uint32_t algorithm_enc; /* symmetric encryption */
396 uint32_t algorithm_mac; /* symmetric authentication */
397 int min_tls; /* minimum SSL/TLS protocol version */
398 int max_tls; /* maximum SSL/TLS protocol version */
399 int min_dtls; /* minimum DTLS protocol version */
400 int max_dtls; /* maximum DTLS protocol version */
401 uint32_t algo_strength; /* strength and export flags */
402 uint32_t algorithm2; /* Extra flags */
403 int32_t strength_bits; /* Number of bits really used */
404 uint32_t alg_bits; /* Number of bits for algorithm */