Home
last modified time | relevance | path

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

/dragonfly/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 */
408 unsigned long algorithm2; /* Extra flags */
409 int strength_bits; /* Number of bits really used */
[all …]