HomeSort by relevance Sort by last modified time
    Searched defs:SSL_CIPHER (Results 1 - 2 of 2) sorted by null

  /external/openssl/include/openssl/
ssl.h 367 typedef struct ssl_cipher_st SSL_CIPHER;
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_list
    [all...]
  /external/openssl/ssl/
ssl.h 367 typedef struct ssl_cipher_st SSL_CIPHER;
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_list
    [all...]

Completed in 25 milliseconds