OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBS_get_u8_length_prefixed
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
t1_reneg.c
154
if (!
CBS_get_u8_length_prefixed
(cbs, &renegotiated_connection) ||
226
if (!
CBS_get_u8_length_prefixed
(cbs, &renegotiated_connection) ||
d1_srtp.c
320
!
CBS_get_u8_length_prefixed
(cbs, &srtp_mki) ||
422
!
CBS_get_u8_length_prefixed
(cbs, &srtp_mki) ||
t1_lib.c
288
if (!
CBS_get_u8_length_prefixed
(&client_hello, &session_id))
298
if (!
CBS_get_u8_length_prefixed
(&client_hello, &cookie))
311
if (!
CBS_get_u8_length_prefixed
(&client_hello, &compression_methods) ||
[
all
...]
s3_srvr.c
750
!
CBS_get_u8_length_prefixed
(&client_hello, &session_id) ||
808
!
CBS_get_u8_length_prefixed
(&client_hello, &session_id) ||
886
if (!
CBS_get_u8_length_prefixed
(&client_hello, &cookie) ||
948
!
CBS_get_u8_length_prefixed
(&client_hello, &compression_methods) ||
[
all
...]
d1_clnt.c
615
!
CBS_get_u8_length_prefixed
(&hello_verify_request, &cookie) ||
s3_clnt.c
817
!
CBS_get_u8_length_prefixed
(&server_hello, &session_id) ||
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h
102
/*
CBS_get_u8_length_prefixed
sets |*out| to the contents of an 8-bit,
105
OPENSSL_EXPORT int
CBS_get_u8_length_prefixed
(CBS *cbs, CBS *out);
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
bytestring_test.c
64
return
CBS_get_u8_length_prefixed
(&data, &prefixed) &&
85
if (
CBS_get_u8_length_prefixed
(&data, &prefixed)) {
cbs.c
149
int
CBS_get_u8_length_prefixed
(CBS *cbs, CBS *out) {
Completed in 79 milliseconds