Searched refs:ssl3_cipher_get_value (Results 1 – 6 of 6) sorted by relevance
75 if (!CBB_add_u16(cbb, ssl3_cipher_get_value(cipher))) in ssl_cipher_list_to_bytes()
76 cid = ssl3_cipher_get_value(s->cipher); in SSL_SESSION_encode()
1612 return ssl3_cipher_get_value(c); in SSL_CIPHER_get_value()
1374 uint16_t ssl3_cipher_get_value(const SSL_CIPHER *c);
1267 ssl3_cipher_get_value(s->s3->hs.cipher))) in ssl3_send_server_hello()
1436 ssl3_cipher_get_value(const SSL_CIPHER *c) in ssl3_cipher_get_value() function