Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dssl.h418 struct ssl_cipher_st { struct
419 int valid;
420 const char *name; /* text name */
421 unsigned long id; /* id, 4 bytes, first is version */
426 unsigned long algorithm_mkey; /* key exchange algorithm */
427 unsigned long algorithm_auth; /* server authentication */
428 unsigned long algorithm_enc; /* symmetric encryption */
429 unsigned long algorithm_mac; /* symmetric authentication */
430 unsigned long algorithm_ssl; /* (major) protocol version */
431 unsigned long algo_strength; /* strength and export flags */
[all …]