Searched defs:SSL_CIPHER (Results 1 - 2 of 2) sorted by relevance

/external/openssl/include/openssl/
H A Dssl.h367 typedef struct ssl_cipher_st SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
370 DECLARE_STACK_OF(SSL_CIPHER)
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
431 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
432 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
435 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
516 const SSL_CIPHER *cipher;
521 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
777 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
/external/openssl/ssl/
H A Dssl.h367 typedef struct ssl_cipher_st SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
370 DECLARE_STACK_OF(SSL_CIPHER)
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
431 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
432 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
435 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
516 const SSL_CIPHER *cipher;
521 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
777 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]

Completed in 114 milliseconds