OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_cipher
(Results
1 - 24
of
24
) sorted by null
/external/openssl/ssl/
d1_srvr.c
422
if (!(s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL)
423
&& !(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kPSK))
451
alg_k = s->s3->tmp.
new_cipher
->algorithm_mkey;
480
|| (SSL_C_IS_EXPORT(s->s3->tmp.
new_cipher
)
481
&& EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.
new_cipher
)
509
((s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL) &&
514
(s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aKRB5)
517
|| (s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kPSK))
716
s->session->cipher=s->s3->tmp.
new_cipher
;
968
if (s->s3->tmp.
new_cipher
== NULL
[
all
...]
s3_srvr.c
193
if ((s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kSRP) &&
418
if (!(s->s3->tmp.
new_cipher
->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
420
&& !(s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aPSK &&
421
!(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kRSA)))
448
alg_k = s->s3->tmp.
new_cipher
->algorithm_mkey;
449
alg_a = s->s3->tmp.
new_cipher
->algorithm_auth;
494
|| (SSL_C_IS_EXPORT(s->s3->tmp.
new_cipher
)
495
&& EVP_PKEY_size(s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey)*8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.
new_cipher
)
522
((s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL) &&
527
(s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aKRB5) |
[
all
...]
s3_clnt.c
337
if (!(s->s3->tmp.
new_cipher
->algorithm_auth & (SSL_aNULL|SSL_aSRP)) &&
338
!((s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aPSK) &&
339
!(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kRSA)))
393
if (s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kSRP)
480
s->session->cipher=s->s3->tmp.
new_cipher
;
1076
s->s3->tmp.
new_cipher
=c;
1189
((s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aKRB5) &&
[
all
...]
t1_enc.c
343
is_export=SSL_C_IS_EXPORT(s->s3->tmp.
new_cipher
);
354
s->s3->tmp.
new_cipher
->algorithm_mkey,
355
s->s3->tmp.
new_cipher
->algorithm_auth,
370
if (s->s3->tmp.
new_cipher
->algorithm2 & TLS1_STREAM_MAC)
413
if (s->s3->tmp.
new_cipher
->algorithm2 & TLS1_STREAM_MAC)
461
j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.
new_cipher
) ?
462
cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.
new_cipher
)) : cl;
[
all
...]
d1_clnt.c
388
if (!(s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL) &&
389
!(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kPSK))
544
s->session->cipher=s->s3->tmp.
new_cipher
;
995
alg_k=s->s3->tmp.
new_cipher
->algorithm_mkey;
[
all
...]
s3_enc.c
232
is_exp=SSL_C_IS_EXPORT(s->s3->tmp.
new_cipher
);
321
j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.
new_cipher
) ?
322
cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.
new_cipher
)) : cl;
t1_lib.c
854
if (((s->s3->tmp.
new_cipher
->id & 0xFFFF)==0x80 || (s->s3->tmp.
new_cipher
->id & 0xFFFF)==0x81)
[
all
...]
ssl3.h
500
const SSL_CIPHER *
new_cipher
;
member in struct:ssl3_state_st::__anon7959
s3_pkt.c
[
all
...]
ssl_lib.c
[
all
...]
s3_both.c
216
if (s->s3->tmp.
new_cipher
== NULL)
s3_lib.c
[
all
...]
/external/chromium_org/third_party/boringssl/src/ssl/
d1_srvr.c
356
if (!(s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL)
357
&& !(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kPSK))
377
alg_a = s->s3->tmp.
new_cipher
->algorithm_auth;
388
if (ssl_cipher_requires_server_key_exchange(s->s3->tmp.
new_cipher
) ||
413
((s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL) &&
419
(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kPSK))
539
s->session->cipher=s->s3->tmp.
new_cipher
;
s3_srvr.c
351
if (ssl_cipher_has_server_public_key(s->s3->tmp.
new_cipher
))
370
alg_a = s->s3->tmp.
new_cipher
->algorithm_auth;
381
if (ssl_cipher_requires_server_key_exchange(s->s3->tmp.
new_cipher
) ||
408
((s->s3->tmp.
new_cipher
->algorithm_auth & SSL_aNULL) &&
414
(s->s3->tmp.
new_cipher
->algorithm_mkey & SSL_kPSK))
586
s->session->cipher=s->s3->tmp.
new_cipher
;
[
all
...]
s3_clnt.c
298
if (ssl_cipher_has_server_public_key(s->s3->tmp.
new_cipher
))
402
s->session->cipher=s->s3->tmp.
new_cipher
;
955
s->s3->tmp.
new_cipher
=c;
1109
int exp_idx = ssl_cipher_get_cert_index(s->s3->tmp.
new_cipher
);
[
all
...]
d1_clnt.c
308
if (ssl_cipher_has_server_public_key(s->s3->tmp.
new_cipher
))
414
s->session->cipher=s->s3->tmp.
new_cipher
;
t1_enc.c
388
if (s->s3->tmp.
new_cipher
->algorithm2 & SSL_CIPHER_ALGORITHM2_STATEFUL_AEAD)
391
(s->s3->tmp.
new_cipher
->algorithm2 & SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD) != 0;
519
iv_len = SSL_CIPHER_AEAD_FIXED_NONCE_LEN(s->s3->tmp.
new_cipher
);
[
all
...]
s3_pkt.c
[
all
...]
s3_both.c
212
if (s->s3->tmp.
new_cipher
== NULL)
t1_lib.c
[
all
...]
ssl_lib.c
[
all
...]
s3_lib.c
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl3.h
433
const SSL_CIPHER *
new_cipher
;
member in struct:ssl3_state_st::__anon16298
/external/openssl/include/openssl/
ssl3.h
500
const SSL_CIPHER *
new_cipher
;
member in struct:ssl3_state_st::__anon7945
Completed in 341 milliseconds