Searched defs:ssl_cipher_st (Results 1 – 1 of 1) sorted by relevance
381 struct ssl_cipher_st { struct382 uint32_t valid;383 const char *name; /* text name */384 const char *stdname; /* RFC name */385 uint32_t id; /* id, 4 bytes, first is version */390 uint32_t algorithm_mkey; /* key exchange algorithm */391 uint32_t algorithm_auth; /* server authentication */392 uint32_t algorithm_enc; /* symmetric encryption */393 uint32_t algorithm_mac; /* symmetric authentication */394 int min_tls; /* minimum SSL/TLS protocol version */[all …]