HomeSort by relevance Sort by last modified time
    Searched full:use_client_keys (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/patches/
tls1_change_cipher_state_rewrite.patch 53 + * use_client_keys indicates whether the key material provided is in the
56 + SSL *s, char is_read, char use_client_keys,
275 + if (use_client_keys)
329 + if (use_client_keys)
420 + /* use_client_keys is true if we wish to use the keys for the "client
423 + const char use_client_keys = which == SSL3_CHANGE_CIPHER_CLIENT_WRITE ||
503 + if (use_client_keys)
522 + if (!tls1_change_cipher_state_cipher(s, is_read, use_client_keys,
aead_ssl_support.patch 466 - if (!tls1_change_cipher_state_cipher(s, is_read, use_client_keys,
480 + if (!tls1_change_cipher_state_cipher(s, is_read, use_client_keys,
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 385 * use_client_keys indicates whether the key material provided is in the
388 SSL *s, char is_read, char use_client_keys,
455 if (use_client_keys)
493 if (use_client_keys)
550 /* use_client_keys is true if we wish to use the keys for the "client
553 const char use_client_keys = which == SSL3_CHANGE_CIPHER_CLIENT_WRITE || local
642 if (use_client_keys)
669 if (!tls1_change_cipher_state_cipher(s, is_read, use_client_keys,
    [all...]
  /external/chromium_org/third_party/openssl/patches.chromium/
0007-chacha.patch 555 +- if (!tls1_change_cipher_state_cipher(s, is_read, use_client_keys,
569 ++ if (!tls1_change_cipher_state_cipher(s, is_read, use_client_keys,
    [all...]

Completed in 192 milliseconds