HomeSort by relevance Sort by last modified time
    Searched defs:SSL_CIPHER (Results 1 - 5 of 5) 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/boringssl/src/include/openssl/
ssl.h 285 typedef struct ssl_cipher_st SSL_CIPHER;
290 DECLARE_STACK_OF(SSL_CIPHER)
302 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, const SSL_CIPHER **cipher, void *arg);
354 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
432 const SSL_CIPHER *cipher;
437 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
766 * indicate that the corresponding SSL_CIPHER is not the last element of a
770 * traditional, fully-ordered preference. Every SSL_CIPHER is the last element
    [all...]
  /external/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);
432 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
433 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
436 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
520 const SSL_CIPHER *cipher;
525 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
    [all...]
  /external/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);
432 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
433 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
436 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
520 const SSL_CIPHER *cipher;
525 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
    [all...]

Completed in 365 milliseconds