Searched defs:use_client_keys (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dt1_enc.c385 * 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,
387 tls1_change_cipher_state_cipher( SSL *s, char is_read, char use_client_keys, const unsigned char *mac_secret, unsigned mac_secret_len, const unsigned char *key, unsigned key_len, const unsigned char *iv, unsigned iv_len) argument

Completed in 118 milliseconds