Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h395 struct ssl_cipher_st { struct
396 int valid;
397 const char *name; /* text name */
398 unsigned long id; /* id, 4 bytes, first is version */
403 unsigned long algorithm_mkey; /* key exchange algorithm */
404 unsigned long algorithm_auth; /* server authentication */
405 unsigned long algorithm_enc; /* symmetric encryption */
406 unsigned long algorithm_mac; /* symmetric authentication */
407 unsigned long algorithm_ssl; /* (major) protocol version */
408 unsigned long algo_strength; /* strength and export flags */
[all …]