OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBS_get_u16
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
s23_srvr.c
434
!
CBS_get_u16
(&v2_client_hello, &version) ||
435
!
CBS_get_u16
(&v2_client_hello, &cipher_spec_length) ||
436
!
CBS_get_u16
(&v2_client_hello, &session_id_length) ||
437
!
CBS_get_u16
(&v2_client_hello, &challenge_length) ||
d1_srtp.c
334
if (!
CBS_get_u16
(&profile_ids, &profile_id))
420
!
CBS_get_u16
(&profile_ids, &profile_id) ||
t1_lib.c
220
if (!
CBS_get_u16
(&extensions, &type) ||
247
if (!
CBS_get_u16
(&extensions, &extension_types[i]) ||
353
if (!
CBS_get_u16
(&extensions, &type) ||
467
!
CBS_get_u16
(cbs, &curve_id))
[
all
...]
d1_clnt.c
614
if (!
CBS_get_u16
(&hello_verify_request, &server_version) ||
s3_clnt.c
815
if (!
CBS_get_u16
(&server_hello, &server_version) ||
819
!
CBS_get_u16
(&server_hello, &cipher_suite) ||
[
all
...]
s3_srvr.c
806
if (!
CBS_get_u16
(&client_hello, &client_version) ||
[
all
...]
ssl_lib.c
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h
86
/*
CBS_get_u16
sets |*out| to the next, big-endian uint16_t from |cbs| and
88
OPENSSL_EXPORT int
CBS_get_u16
(CBS *cbs, uint16_t *out);
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
bytestring_test.c
47
CBS_get_u16
(&data, &u16) &&
70
CBS_get_u16
(&prefixed, &u16) &&
cbs.c
115
int
CBS_get_u16
(CBS *cbs, uint16_t *out) {
Completed in 185 milliseconds