Home
last modified time | relevance | path

Searched refs:CBS_get_bytes (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbs.c155 int CBS_get_bytes(CBS *cbs, CBS *out, size_t len) { in CBS_get_bytes() function
181 return CBS_get_bytes(cbs, out, len); in cbs_get_length_prefixed()
301 return CBS_get_bytes(cbs, out, header_len); in cbs_get_any_asn1_element()
334 return CBS_get_bytes(cbs, out, len); in cbs_get_any_asn1_element()
/external/boringssl/src/ssl/
Ds3_both.cc390 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello()
391 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) || in read_v2_client_hello()
392 !CBS_get_bytes(&v2_client_hello, &challenge, challenge_length) || in read_v2_client_hello()
486 if (!CBS_get_bytes(&cbs, &out->body, len)) { in parse_message()
Dtls13_client.cc79 !CBS_get_bytes(&body, &server_random, SSL3_RANDOM_SIZE) || in do_read_hello_retry_request()
231 !CBS_get_bytes(&body, &server_random, SSL3_RANDOM_SIZE) || in do_read_server_hello()
Dtls_record.cc256 if (!CBS_get_bytes(&cbs, &body, ciphertext_len)) { in tls_open_record()
Dd1_both.cc468 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
Dhandshake_client.cc552 !CBS_get_bytes(&server_hello, &server_random, SSL3_RANDOM_SIZE) || in do_read_server_hello()
Dt1_lib.cc212 !CBS_get_bytes(&client_hello, &random, SSL3_RANDOM_SIZE) || in ssl_client_hello_init()
/external/boringssl/src/include/openssl/
Dbytestring.h123 OPENSSL_EXPORT int CBS_get_bytes(CBS *cbs, CBS *out, size_t len);
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list628 CBS_get_bytes
DBoringSSL-GRPC.podspec2180 '#define CBS_get_bytes GRPC_SHADOW_CBS_get_bytes',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h656 #define CBS_get_bytes GRPC_SHADOW_CBS_get_bytes macro