Searched refs:client_write_key (Results 1 – 2 of 2) sorted by relevance
411 const uint8_t *client_write_key = key_data; in tls1_change_cipher_state() local423 key = client_write_key; in tls1_change_cipher_state()
906 std::vector<unsigned char> client_write_key(SRTP_MASTER_KEY_KEY_LEN + in SetupDtlsSrtp() local911 memcpy(&client_write_key[0], &dtls_buffer[offset], in SetupDtlsSrtp()917 memcpy(&client_write_key[SRTP_MASTER_KEY_KEY_LEN], in SetupDtlsSrtp()932 recv_key = &client_write_key; in SetupDtlsSrtp()934 send_key = &client_write_key; in SetupDtlsSrtp()