Searched refs:cipherid (Results 1 – 1 of 1) sorted by relevance
1563 uint8_t cipherid[2 * (1 + NUM_CIPHERS)]; /* actually variable */ in send_client_hello_and_alloc_hsd() member1666 uint8_t *cipherid; in get_server_hello() local1686 cipherid = &hp->cipherid_hi; in get_server_hello()1696 cipherid -= 32; in get_server_hello()1735 cipherid1 = cipherid[1]; in get_server_hello()1736 tls->cipher_id = 0x100 * cipherid[0] + cipherid1; in get_server_hello()1740 if (cipherid[0] == 0xC0) { in get_server_hello()