OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algorithm2
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
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;
592
((s->session->cipher->
algorithm2
& SSL_CIPHER_ALGORITHM2_AEAD) ||
593
(s->session->cipher->
algorithm2
& SSL_CIPHER_ALGORITHM2_STATEFUL_AEAD)))
599
if ((s->session->cipher->
algorithm2
&
[
all
...]
ssl_ciph.c
252
if ((c->
algorithm2
& SSL_CIPHER_ALGORITHM2_AEAD) == 0 &&
253
(c->
algorithm2
& SSL_CIPHER_ALGORITHM2_STATEFUL_AEAD) == 0)
288
if (c->
algorithm2
& SSL_CIPHER_ALGORITHM2_AEAD)
[
all
...]
ssl_locl.h
316
/* Bits for
algorithm2
(handshake digests and other extra flags) */
339
/* SSL_CIPHER_ALGORITHM2_AEAD is a flag in SSL_CIPHER.
algorithm2
which
346
(((ssl_cipher->
algorithm2
>> 24) & 0xf)*2)
349
* SSL_CIPHER.
algorithm2
which indicates that the variable part of the nonce is
354
/* SSL_CIPHER_ALGORITHM2_STATEFUL_AEAD is a flag in SSL_CIPHER.
algorithm2
which
[
all
...]
s3_lib.c
[
all
...]
/external/openssl/ssl/
t1_enc.c
370
if (s->s3->tmp.new_cipher->
algorithm2
& TLS1_STREAM_MAC)
413
if (s->s3->tmp.new_cipher->
algorithm2
& TLS1_STREAM_MAC)
[
all
...]
s2_clnt.c
671
if (sess->cipher->
algorithm2
& SSL2_CF_8_BYTE_ENC)
s2_srvr.c
462
if (s->session->cipher->
algorithm2
& SSL2_CF_8_BYTE_ENC)
ssl_ciph.c
[
all
...]
s3_lib.c
[
all
...]
ssl.h
403
unsigned long
algorithm2
; /* Extra flags */
member in struct:ssl_cipher_st
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h
321
unsigned long
algorithm2
; /* Extra flags. See SSL2_CF_* in ssl2.h
member in struct:ssl_cipher_st
322
and
algorithm2
section in
[
all
...]
/external/openssl/include/openssl/
ssl.h
403
unsigned long
algorithm2
; /* Extra flags */
member in struct:ssl_cipher_st
[
all
...]
Completed in 808 milliseconds