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