Searched defs:ssl_cipher_st (Results 1 – 2 of 2) sorted by relevance
414 struct ssl_cipher_st { struct415 uint32_t valid;416 const char *name; /* text name */417 const char *stdname; /* RFC name */418 uint32_t id; /* id, 4 bytes, first is version */423 uint32_t algorithm_mkey; /* key exchange algorithm */424 uint32_t algorithm_auth; /* server authentication */425 uint32_t algorithm_enc; /* symmetric encryption */426 uint32_t algorithm_mac; /* symmetric authentication */427 int min_tls; /* minimum SSL/TLS protocol version */[all …]
462 struct ssl_cipher_st { struct463 uint32_t valid;464 const char *name; /* text name */465 const char *stdname; /* RFC name */466 uint32_t id; /* id, 4 bytes, first is version */471 uint32_t algorithm_mkey; /* key exchange algorithm */472 uint32_t algorithm_auth; /* server authentication */473 uint32_t algorithm_enc; /* symmetric encryption */474 uint32_t algorithm_mac; /* symmetric authentication */475 int min_tls; /* minimum SSL/TLS protocol version */[all …]