Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h414 struct ssl_cipher_st { struct
415 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h462 struct ssl_cipher_st { struct
463 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 …]