Searched defs:ssl_cipher_st (Results 1 – 1 of 1) sorted by relevance
418 struct ssl_cipher_st { struct419 int valid;420 const char *name; /* text name */421 unsigned long id; /* id, 4 bytes, first is version */426 unsigned long algorithm_mkey; /* key exchange algorithm */427 unsigned long algorithm_auth; /* server authentication */428 unsigned long algorithm_enc; /* symmetric encryption */429 unsigned long algorithm_mac; /* symmetric authentication */430 unsigned long algorithm_ssl; /* (major) protocol version */431 unsigned long algo_strength; /* strength and export flags */[all …]