OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:algorithm_mkey
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/ssl/
ssl_cipher.cc
569
uint32_t
algorithm_mkey
;
member in struct:bssl::cipher_alias_st
820
if (cipher.
algorithm_mkey
!= SSL_kGENERIC) {
917
if (!(alg_mkey & cp->
algorithm_mkey
) ||
[
all
...]
handshake_server.cc
398
(c->
algorithm_mkey
& mask_k) &&
692
(hs->new_cipher->
algorithm_mkey
& SSL_kECDHE) == 0) {
785
uint32_t alg_k = hs->new_cipher->
algorithm_mkey
;
[
all
...]
handshake_client.cc
251
if ((cipher->
algorithm_mkey
& mask_k) ||
691
if ((cipher->
algorithm_mkey
& mask_k) || (cipher->algorithm_auth & mask_a) ||
942
uint32_t alg_k = hs->new_cipher->
algorithm_mkey
;
[
all
...]
internal.h
408
uint32_t
algorithm_mkey
;
member in struct:ssl_cipher_st
417
// Bits for |
algorithm_mkey
| (key exchange algorithm).
[
all
...]
t1_lib.cc
[
all
...]
Completed in 199 milliseconds