Searched refs:new_cipher (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_srvr.c | 226 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()
|
D | s3_srvr.c | 294 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 …]
|
D | s3_clnt.c | 272 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 …]
|
D | d1_clnt.c | 251 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()
|
D | t1_enc.c | 356 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()
|
D | s3_lib.c | 582 uint32_t algorithm_prf = ssl->s3->tmp.new_cipher->algorithm_prf; in ssl_get_algorithm_prf()
|
D | s3_both.c | 210 if (ssl->s3->tmp.new_cipher == NULL) { in ssl3_take_mac()
|
D | s3_pkt.c | 656 ssl->session->cipher = ssl->s3->tmp.new_cipher; in ssl3_do_change_cipher_spec()
|
D | t1_lib.c | 1880 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/ |
D | ssl.h | 3998 const SSL_CIPHER *new_cipher; member
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 7687 const SSL_CIPHER *cipher = ssl->s3->tmp.new_cipher;
|