/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() 224 return CBS_get_bytes(cbs, out, split - CBS_data(cbs)); in CBS_get_until_first() 336 return CBS_get_bytes(cbs, out, header_len); in cbs_get_any_asn1_element() 379 return CBS_get_bytes(cbs, out, len); in cbs_get_any_asn1_element()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 181 int CBS_get_bytes(CBS *cbs, CBS *out, size_t len) { in CBS_get_bytes() function 207 return CBS_get_bytes(cbs, out, len); in cbs_get_length_prefixed() 227 return CBS_get_bytes(cbs, out, split - CBS_data(cbs)); in CBS_get_until_first() 375 return CBS_get_bytes(cbs, out, header_len); in cbs_get_any_asn1_element() 418 return CBS_get_bytes(cbs, out, len); in cbs_get_any_asn1_element()
|
/external/cronet/third_party/boringssl/src/crypto/bytestring/ |
D | cbs.c | 181 int CBS_get_bytes(CBS *cbs, CBS *out, size_t len) { in CBS_get_bytes() function 207 return CBS_get_bytes(cbs, out, len); in cbs_get_length_prefixed() 227 return CBS_get_bytes(cbs, out, split - CBS_data(cbs)); in CBS_get_until_first() 375 return CBS_get_bytes(cbs, out, header_len); in cbs_get_any_asn1_element() 418 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 | 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 399 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) || in read_v2_client_hello() 400 !CBS_get_bytes(&v2_client_hello, &challenge, challenge_length) || in read_v2_client_hello() 494 if (!CBS_get_bytes(&cbs, &out->body, len)) { in parse_message()
|
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()
|
/external/boringssl/src/ssl/ |
D | s3_both.cc | 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 399 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) || in read_v2_client_hello() 400 !CBS_get_bytes(&v2_client_hello, &challenge, challenge_length) || in read_v2_client_hello() 493 if (!CBS_get_bytes(&cbs, &out->body, len)) { in parse_message()
|
D | ssl_key_share.cc | 230 if (!CBS_get_bytes(&peer_key_cbs, &peer_x25519_cbs, 32) || in Encap() 231 !CBS_get_bytes(&peer_key_cbs, &peer_kyber_cbs, in Encap()
|
D | tls_record.cc | 245 if (!CBS_get_bytes(&cbs, &body, ciphertext_len)) { in tls_open_record()
|
D | d1_both.cc | 460 !CBS_get_bytes(cbs, out_body, out_hdr->frag_len)) { in dtls1_parse_fragment()
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | s3_both.cc | 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 399 !CBS_get_bytes(&v2_client_hello, &session_id, session_id_length) || in read_v2_client_hello() 400 !CBS_get_bytes(&v2_client_hello, &challenge, challenge_length) || in read_v2_client_hello() 493 if (!CBS_get_bytes(&cbs, &out->body, len)) { in parse_message()
|
D | ssl_key_share.cc | 230 if (!CBS_get_bytes(&peer_key_cbs, &peer_x25519_cbs, 32) || in Encap() 231 !CBS_get_bytes(&peer_key_cbs, &peer_kyber_cbs, in Encap()
|
D | tls_record.cc | 245 if (!CBS_get_bytes(&cbs, &body, ciphertext_len)) { in tls_open_record()
|
/external/rust/crates/quiche/deps/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/include/openssl/ |
D | bytestring.h | 136 OPENSSL_EXPORT int CBS_get_bytes(CBS *cbs, CBS *out, size_t len);
|
/external/cronet/third_party/boringssl/src/crypto/kyber/ |
D | kyber.c | 771 if (!CBS_get_bytes(in, &t_bytes, kEncodedVectorSize) || in kyber_parse_public_key_no_hash() 815 if (!CBS_get_bytes(in, &s_bytes, kEncodedVectorSize) || in KYBER_parse_private_key()
|
/external/boringssl/src/crypto/kyber/ |
D | kyber.c | 778 if (!CBS_get_bytes(in, &t_bytes, kEncodedVectorSize) || in kyber_parse_public_key_no_hash() 822 if (!CBS_get_bytes(in, &s_bytes, kEncodedVectorSize) || in KYBER_parse_private_key()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 137 OPENSSL_EXPORT int CBS_get_bytes(CBS *cbs, CBS *out, size_t len);
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | bytestring.h | 137 OPENSSL_EXPORT int CBS_get_bytes(CBS *cbs, CBS *out, size_t len);
|
/external/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 164 if (!CBS_get_bytes(cbs, &child, plen)) { in cbs_get_prefixed_point() 297 if (!CBS_get_bytes(&cbs, &tmp, scalar_len) || in pmbtoken_issuer_key_from_bytes() 404 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs() 1099 if (!CBS_get_bytes(&cbs, &salt, TRUST_TOKEN_NONCE_SIZE) || in pmbtoken_read()
|
D | voprf.c | 87 if (!CBS_get_bytes(cbs, &child, plen) || in cbs_get_point() 109 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs() 1106 if (!CBS_get_bytes(&cbs, &salt, TRUST_TOKEN_NONCE_SIZE) || in voprf_read()
|
/external/cronet/third_party/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 164 if (!CBS_get_bytes(cbs, &child, plen)) { in cbs_get_prefixed_point() 297 if (!CBS_get_bytes(&cbs, &tmp, scalar_len) || in pmbtoken_issuer_key_from_bytes() 404 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs() 1099 if (!CBS_get_bytes(&cbs, &salt, TRUST_TOKEN_NONCE_SIZE) || in pmbtoken_read()
|
D | voprf.c | 87 if (!CBS_get_bytes(cbs, &child, plen) || in cbs_get_point() 109 if (!CBS_get_bytes(cbs, &tmp, scalar_len)) { in scalar_from_cbs() 1106 if (!CBS_get_bytes(&cbs, &salt, TRUST_TOKEN_NONCE_SIZE) || in voprf_read()
|
/external/cronet/net/cert/ |
D | ct_serialization.cc | 334 if (!CBS_get_bytes(&input_cbs, &log_id, kLogIdLength) || in DecodeSignedCertificateTimestamp()
|