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 378 } SSL_CIPHER;
380 DECLARE_STACK_OF(SSL_CIPHER)
383 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);
408 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
409 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
412 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
490 const SSL_CIPHER *cipher;
495 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
696 STACK_OF(SSL_CIPHER) *cipher_list
    [all...]
  /external/openssl/ssl/
ssl.h 378 } SSL_CIPHER;
380 DECLARE_STACK_OF(SSL_CIPHER)
383 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);
408 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
409 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
412 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
490 const SSL_CIPHER *cipher;
495 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
696 STACK_OF(SSL_CIPHER) *cipher_list
    [all...]

Completed in 216 milliseconds