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/openssl/openssl/ssl/
t1_enc.c
338
static int tls1_change_cipher_state_aead(SSL *s, char
is_read
,
345
if (
is_read
)
382
* states when using EVP_CIPHER. The argument |
is_read
| is true iff this
388
SSL *s, char
is_read
, char use_client_keys,
404
if (
is_read
)
518
NULL /* iv */, !
is_read
);
522
EVP_CipherInit_ex(cipher_ctx, cipher, NULL /* engine */, key, iv, !
is_read
);
546
/*
is_read
is true if we have just read a ChangeCipherSpec message -
549
const char
is_read
= (which & SSL3_CC_READ) != 0;
local
568
if (
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 170 milliseconds