ABI | Symbols | Types | Live Readelf |
| Used As | Name | Used In |
|---|---|---|
| PARAM | cipher | SSL_CIPHER_description ( SSL_CIPHER const* cipher, char* buf, int len ) » |
| PARAM | c | SSL_CIPHER_get_version ( SSL_CIPHER const* c ) » |
| PARAM | c | SSL_CIPHER_get_name ( SSL_CIPHER const* c ) » |
| PARAM | c | SSL_CIPHER_get_bits ( SSL_CIPHER const* c, int* alg_bits ) » |
| PARAM | c | SSL_CIPHER_get_id ( SSL_CIPHER const* c ) » |
| RETURN | SSL_get_current_cipher ( SSL const* s ) » | |
| RETURN | SSL_CIPHER_find ( SSL* ssl, unsigned char const* ptr ) » | |
| FIELD | .cipher | struct ssl_session_st { ... long time, unsigned int compress_meth, SSL_CIPHER const* cipher, unsigned long cipher_id, struct stack_st_SSL_CIPHER* ciphers, ... } » |
| FIELD | .new_cipher | anon-struct-ssl3.h-553 { unsigned char[128] cert_verify_md, unsigned char[128] finish_md, int finish_md_len, unsigned char[128] peer_finish_md, int peer_finish_md_len, unsigned long message_size, int message_type, SSL_CIPHER const* new_cipher, DH* dh, EC_KEY* ecdh, ... } » |
|
F-PTR PARAM |
5th parameter | int(*) { SSL*, void*, int*, struct stack_st_SSL_CIPHER*, SSL_CIPHER**, void* } » |
|
F-PTR RETURN |
SSL_CIPHER const*(*) { unsigned char const* } » | |
|
F-PTR PARAM |
1st parameter | int(*) { SSL_CIPHER const*, unsigned char* } » |
|
F-PTR RETURN |
SSL_CIPHER const*(*) { unsigned int } » |