Home
last modified time | relevance | path

Searched defs:ssl_cipher_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_locl.h396 struct ssl_cipher_st { struct
397 int valid;
398 const char *name; /* text name */
399 unsigned long id; /* id, 4 bytes, first is version */
401 unsigned long algorithm_mkey; /* key exchange algorithm */
402 unsigned long algorithm_auth; /* server authentication */
403 unsigned long algorithm_enc; /* symmetric encryption */
404 unsigned long algorithm_mac; /* symmetric authentication */
405 unsigned long algorithm_ssl; /* (major) protocol version */
407 unsigned long algo_strength; /* strength and export flags */
[all …]