Home
last modified time | relevance | path

Searched refs:new_cipher (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/ssl/
Dd1_srvr.c226 if (ssl_cipher_has_server_public_key(ssl->s3->tmp.new_cipher)) { in dtls1_accept()
257 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth; in dtls1_accept()
267 if (ssl_cipher_requires_server_key_exchange(ssl->s3->tmp.new_cipher) || in dtls1_accept()
396 ssl->session->cipher = ssl->s3->tmp.new_cipher; in dtls1_accept()
Ds3_srvr.c294 if (ssl_cipher_has_server_public_key(ssl->s3->tmp.new_cipher)) { in ssl3_accept()
324 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth; in ssl3_accept()
333 if (ssl_cipher_requires_server_key_exchange(ssl->s3->tmp.new_cipher) || in ssl3_accept()
505 ssl->session->cipher = ssl->s3->tmp.new_cipher; in ssl3_accept()
1062 ssl->s3->tmp.new_cipher = c; in ssl3_get_client_hello()
1072 if (ssl->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) { in ssl3_get_client_hello()
1077 ssl->s3->tmp.new_cipher = ssl->session->cipher; in ssl3_get_client_hello()
1125 (ssl->s3->tmp.new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in ssl3_send_server_hello()
1152 !CBB_add_u16(&cbb, ssl_cipher_get_value(ssl->s3->tmp.new_cipher)) || in ssl3_send_server_hello()
1217 uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange()
[all …]
Ds3_clnt.c272 if (ssl_cipher_has_server_public_key(ssl->s3->tmp.new_cipher)) { in ssl3_connect()
391 ssl->session->cipher = ssl->s3->tmp.new_cipher; in ssl3_connect()
871 ssl->s3->tmp.new_cipher = c; in ssl3_get_server_hello()
937 const SSL_CIPHER *cipher = ssl->s3->tmp.new_cipher; in ssl3_check_leaf_certificate()
1081 if (ssl_cipher_requires_server_key_exchange(ssl->s3->tmp.new_cipher)) { in ssl3_get_server_key_exchange()
1089 if (ssl->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) { in ssl3_get_server_key_exchange()
1103 alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_server_key_exchange()
1104 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_server_key_exchange()
1231 if (ssl_cipher_has_server_public_key(ssl->s3->tmp.new_cipher)) { in ssl3_get_server_key_exchange()
1588 uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange()
[all …]
Dd1_clnt.c251 if (ssl_cipher_has_server_public_key(ssl->s3->tmp.new_cipher)) { in dtls1_connect()
371 ssl->session->cipher = ssl->s3->tmp.new_cipher; in dtls1_connect()
Dt1_enc.c356 ssl->s3->tmp.new_cipher, key, key_len, mac_secret, mac_secret_len, iv, in tls1_change_cipher_state()
364 ssl->s3->tmp.new_cipher, key, key_len, mac_secret, mac_secret_len, iv, in tls1_change_cipher_state()
Ds3_lib.c582 uint32_t algorithm_prf = ssl->s3->tmp.new_cipher->algorithm_prf; in ssl_get_algorithm_prf()
Ds3_both.c210 if (ssl->s3->tmp.new_cipher == NULL) { in ssl3_take_mac()
Ds3_pkt.c656 ssl->session->cipher = ssl->s3->tmp.new_cipher; in ssl3_do_change_cipher_spec()
Dt1_lib.c1880 const uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
1881 const uint32_t alg_a = ssl->s3->tmp.new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()
/external/boringssl/src/include/openssl/
Dssl.h3998 const SSL_CIPHER *new_cipher; member
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp7687 const SSL_CIPHER *cipher = ssl->s3->tmp.new_cipher;