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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 368 typedef struct ssl_cipher_st SSL_CIPHER;
371 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);
434 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
435 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
438 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
522 const SSL_CIPHER *cipher;
527 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
795 STACK_OF(SSL_CIPHER) *cipher_list
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl.h 368 typedef struct ssl_cipher_st SSL_CIPHER;
371 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);
434 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
435 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
438 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
522 const SSL_CIPHER *cipher;
527 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
795 STACK_OF(SSL_CIPHER) *cipher_list
    [all...]
  /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);
519 const SSL_CIPHER *cipher;
524 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
    [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);
519 const SSL_CIPHER *cipher;
524 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
    [all...]

Completed in 338 milliseconds