Searched defs:ssl_cipher_st (Results 1 – 1 of 1) sorted by relevance
384 struct ssl_cipher_st { struct385 uint32_t valid;386 const char *name; /* text name */387 const char *stdname; /* RFC name */393 uint32_t algorithm_mkey; /* key exchange algorithm */394 uint32_t algorithm_auth; /* server authentication */395 uint32_t algorithm_enc; /* symmetric encryption */396 uint32_t algorithm_mac; /* symmetric authentication */401 uint32_t algo_strength; /* strength and export flags */402 uint32_t algorithm2; /* Extra flags */[all …]
Completed in 20 milliseconds