Lines Matching refs:SSL_CIPHER
231 typedef struct ssl_cipher_st SSL_CIPHER; typedef
237 STACK_OF(SSL_CIPHER);
253 STACK_OF(SSL_CIPHER) *peer_ciphers,
254 const SSL_CIPHER **cipher, void *arg);
955 generate_const_stack_macros("SSL_CIPHER")
1534 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1535 __owur const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s);
1536 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
1537 __owur const char *SSL_CIPHER_get_version(const SSL_CIPHER *c);
1538 __owur const char *SSL_CIPHER_get_name(const SSL_CIPHER *c);
1539 __owur const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c);
1541 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
1542 __owur uint16_t SSL_CIPHER_get_protocol_id(const SSL_CIPHER *c);
1543 __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
1544 __owur int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c);
1545 __owur const EVP_MD *SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *c);
1546 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
1659 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
1660 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
1976 __owur STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
1977 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx);
1978 __owur STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s);
1979 __owur STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s);
2025 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
2164 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr);
2165 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
2166 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
2168 int isv2format, STACK_OF(SSL_CIPHER) **sk,
2169 STACK_OF(SSL_CIPHER) **scsvs);