Searched defs:ssl_cipher_st (Results 1 – 2 of 2) sorted by relevance
388 struct ssl_cipher_st struct390 int valid;391 const char *name; /* text name */392 unsigned long id; /* id, 4 bytes, first is version */395 unsigned long algorithm_mkey; /* key exchange algorithm */396 unsigned long algorithm_auth; /* server authentication */397 unsigned long algorithm_enc; /* symmetric encryption */398 unsigned long algorithm_mac; /* symmetric authentication */399 unsigned long algorithm_ssl; /* (major) protocol version */401 unsigned long algo_strength; /* strength and export flags */[all …]