OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_read
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.c
337
static int tls1_change_cipher_state_aead(SSL *s, char
is_read
,
364
if (
is_read
)
403
* states when using EVP_CIPHER. The argument |
is_read
| is true iff this
409
SSL *s, char
is_read
, char use_client_keys,
418
if (
is_read
)
470
EVP_CipherInit_ex(cipher_ctx, cipher, NULL /* engine */, key, iv, !
is_read
);
481
/*
is_read
is true if we have just read a ChangeCipherSpec message -
484
const char
is_read
= (which & SSL3_CC_READ) != 0;
local
500
memset(
is_read
? s->s3->read_sequence : s->s3->write_sequence, 0, 8);
556
if (!tls1_change_cipher_state_aead(s,
is_read
,
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
1077
uint8_t
is_read
; \/* 0 = we're reading, 1 = we're writing *\/
local
1132
uint8_t
is_read
; \/* 0 = we're writing, 1 = we're reading *\/
local
[
all
...]
Completed in 644 milliseconds