Searched defs:ssl_cipher_st (Results 1 – 1 of 1) sorted by relevance
462 struct ssl_cipher_st { struct463 uint32_t valid;464 const char *name; /* text name */465 const char *stdname; /* RFC name */466 uint32_t id; /* id, 4 bytes, first is version */471 uint32_t algorithm_mkey; /* key exchange algorithm */472 uint32_t algorithm_auth; /* server authentication */473 uint32_t algorithm_enc; /* symmetric encryption */474 uint32_t algorithm_mac; /* symmetric authentication */475 int min_tls; /* minimum SSL/TLS protocol version */[all …]