Searched refs:new_cipher (Results 1 - 13 of 13) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_srvr.c229 if (ssl_cipher_has_server_public_key(s->s3->tmp.new_cipher)) {
249 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
259 if (ssl_cipher_requires_server_key_exchange(s->s3->tmp.new_cipher) ||
374 s->session->cipher = s->s3->tmp.new_cipher;
H A Dd1_clnt.c256 if (ssl_cipher_has_server_public_key(s->s3->tmp.new_cipher)) {
374 s->session->cipher = s->s3->tmp.new_cipher;
H A Ds3_srvr.c296 if (ssl_cipher_has_server_public_key(s->s3->tmp.new_cipher)) {
315 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
324 if (ssl_cipher_requires_server_key_exchange(s->s3->tmp.new_cipher) ||
497 s->session->cipher = s->s3->tmp.new_cipher;
1088 s->s3->tmp.new_cipher = c;
1098 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) {
1103 s->s3->tmp.new_cipher = s->session->cipher;
1122 * s->tmp.new_cipher - the new cipher to use. */
1148 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
1202 s2n(ssl_cipher_get_value(s->s3->tmp.new_cipher),
[all...]
H A Ds3_clnt.c268 if (ssl_cipher_has_server_public_key(s->s3->tmp.new_cipher)) {
385 s->session->cipher = s->s3->tmp.new_cipher;
866 s->s3->tmp.new_cipher = c;
1023 int exp_idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
1079 if (ssl_cipher_requires_server_key_exchange(s->s3->tmp.new_cipher)) {
1089 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) {
1124 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1125 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1326 if (ssl_cipher_has_server_public_key(s->s3->tmp.new_cipher)) {
1634 alg_k = s->s3->tmp.new_cipher
[all...]
H A Dt1_enc.c369 s->s3->tmp.new_cipher, key, key_len, mac_secret, mac_secret_len, iv,
376 s->s3->tmp.new_cipher, key, key_len, mac_secret, mac_secret_len, iv,
H A Dt1_lib.c1134 uint32_t alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1135 uint32_t alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1965 uint32_t alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1966 uint32_t alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Ds3_pkt.c1004 if (s->s3->tmp.new_cipher == NULL) {
1063 s->session->cipher = s->s3->tmp.new_cipher;
H A Ds3_both.c206 if (s->s3->tmp.new_cipher == NULL) {
H A Ds3_lib.c771 uint32_t alg2 = s->s3->tmp.new_cipher->algorithm2;
H A Dssl_lib.c1902 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
1926 idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
/external/boringssl/include/openssl/
H A Dssl3.h439 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon406
/external/boringssl/src/include/openssl/
H A Dssl3.h439 const SSL_CIPHER *new_cipher; member in struct:ssl3_state_st::__anon486
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7689 const SSL_CIPHER *cipher = ssl->s3->tmp.new_cipher;

Completed in 791 milliseconds