/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/ |
D | cbs.c | 178 int CBS_get_bytes(CBS *cbs, CBS *out, size_t len) { in CBS_get_bytes() function 204 return CBS_get_bytes(cbs, out, len); in cbs_get_length_prefixed() 324 return CBS_get_bytes(cbs, out, header_len); in cbs_get_any_asn1_element() 357 return CBS_get_bytes(cbs, out, len); in cbs_get_any_asn1_element()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 178 int CBS_get_bytes(CBS *cbs, CBS *out, size_t len) { in CBS_get_bytes() function 204 return CBS_get_bytes(cbs, out, len); in cbs_get_length_prefixed() 328 return CBS_get_bytes(cbs, out, header_len); in cbs_get_any_asn1_element() 371 return CBS_get_bytes(cbs, out, len); in cbs_get_any_asn1_element()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | s3_both.cc | 392 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 393 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) || in read_v2_client_hello() 394 !CBS_get_bytes(&v2_client_hello, &challenge, challenge_length) || in read_v2_client_hello() 488 if (!CBS_get_bytes(&cbs, &out->body, len)) { in parse_message()
|
D | tls13_client.cc | 127 !CBS_get_bytes(&body, &server_random, SSL3_RANDOM_SIZE) || in do_read_hello_retry_request() 282 !CBS_get_bytes(&body, &server_random, SSL3_RANDOM_SIZE) || in do_read_server_hello()
|
D | tls_record.cc | 256 if (!CBS_get_bytes(&cbs, &body, ciphertext_len)) { in tls_open_record()
|
D | d1_both.cc | 463 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
|
D | handshake_client.cc | 569 !CBS_get_bytes(&server_hello, &server_random, SSL3_RANDOM_SIZE) || in do_read_server_hello()
|
D | t1_lib.cc | 216 !CBS_get_bytes(&client_hello, &random, SSL3_RANDOM_SIZE) || in ssl_client_hello_init()
|
/external/boringssl/src/ssl/ |
D | s3_both.cc | 392 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 393 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) || in read_v2_client_hello() 394 !CBS_get_bytes(&v2_client_hello, &challenge, challenge_length) || in read_v2_client_hello() 488 if (!CBS_get_bytes(&cbs, &out->body, len)) { in parse_message()
|
D | tls13_client.cc | 128 !CBS_get_bytes(&body, &server_random, SSL3_RANDOM_SIZE) || in do_read_hello_retry_request() 282 !CBS_get_bytes(&body, &server_random, SSL3_RANDOM_SIZE) || in do_read_server_hello()
|
D | tls_record.cc | 256 if (!CBS_get_bytes(&cbs, &body, ciphertext_len)) { in tls_open_record()
|
D | d1_both.cc | 463 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
|
D | handshake_client.cc | 568 !CBS_get_bytes(&server_hello, &server_random, SSL3_RANDOM_SIZE) || in do_read_server_hello()
|
D | t1_lib.cc | 221 !CBS_get_bytes(&client_hello, &random, SSL3_RANDOM_SIZE) || in ssl_client_hello_init()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bytestring.h | 135 OPENSSL_EXPORT int CBS_get_bytes(CBS *cbs, CBS *out, size_t len);
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 135 OPENSSL_EXPORT int CBS_get_bytes(CBS *cbs, CBS *out, size_t len);
|
/external/boringssl/src/crypto/trust_token/ |
D | voprf.c | 81 if (!CBS_get_bytes(cbs, &child, plen) || in cbs_get_point() 104 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs()
|
D | pmbtoken.c | 146 if (!CBS_get_bytes(cbs, &child, plen)) { in cbs_get_prefixed_point() 238 if (!CBS_get_bytes(&cbs, &tmp, scalar_len) || in pmbtoken_issuer_key_from_bytes() 337 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 218 if (!CBS_get_bytes(&cbs, &tmp, scalar_len) || in pmbtoken_issuer_key_from_bytes() 321 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 628 CBS_get_bytes
|
D | BoringSSL-GRPC.podspec | 2180 '#define CBS_get_bytes GRPC_SHADOW_CBS_get_bytes',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 656 #define CBS_get_bytes GRPC_SHADOW_CBS_get_bytes macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1053 #define CBS_get_bytes BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, CBS_get_bytes) macro
|