HomeSort by relevance Sort by last modified time
    Searched refs:new_cipher (Results 1 - 11 of 11) sorted by null

  /external/boringssl/src/ssl/
handshake_server.cc 790 hs->new_cipher =
792 if (hs->new_cipher == NULL) {
874 hs->new_session->cipher = hs->new_cipher;
894 if (!ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
916 hs->new_cipher->algorithm_prf) ||
936 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
973 !CBB_add_u16(&body, ssl_cipher_get_value(hs->new_cipher)) |
    [all...]
handshake_client.cc 274 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
294 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
312 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
    [all...]
tls13_server.cc 235 hs->new_cipher = choose_tls13_cipher(ssl, &client_hello);
236 if (hs->new_cipher == NULL) {
414 hs->new_session->cipher = hs->new_cipher;
551 !CBB_add_u16(&body, ssl_cipher_get_value(hs->new_cipher)) ||
t1_enc.cc 433 hs->new_cipher, key, key_len, mac_secret, mac_secret_len, iv, iv_len);
tls13_enc.cc 47 hs->new_cipher->algorithm_prf)) {
ssl_cert.cc 814 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) {
t1_lib.cc     [all...]
tls13_client.cc 293 hs->new_cipher = cipher;
ssl_session.cc 757 hs->new_cipher == session->cipher &&
    [all...]
internal.h 1160 const SSL_CIPHER *new_cipher; member in struct:ssl_handshake_st
    [all...]
ssl_lib.cc     [all...]

Completed in 88 milliseconds