Home
last modified time | relevance | path

Searched defs:cbs (Results 151 – 175 of 505) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs12_test.cc301 CBS cbs = der; in LoadPrivateKey() local
343 CBS cbs; in TestRoundTrip() local
Dpkcs8_x509.c155 CBS cbs; in EVP_PKCS82PKEY() local
217 CBS cbs; in PKCS8_decrypt() local
287 int (*handle_element)(CBS *cbs, struct pkcs12_context *ctx)) { in PKCS12_handle_sequence()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc157 static bool tls1_check_duplicate_extensions(const CBS *cbs) { in tls1_check_duplicate_extensions()
213 CBS cbs = body; in ssl_client_hello_init() local
221 bool ssl_parse_client_hello_with_trailing_data(const SSL *ssl, CBS *cbs, in ssl_parse_client_hello_with_trailing_data()
2567 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array()
3671 static bool ssl_scan_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *cbs, in ssl_scan_serverhello_tlsext()
3796 bool ssl_parse_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *cbs) { in ssl_parse_serverhello_tlsext()
4320 CBS cbs; in SSL_early_callback_ctx_extension_get() local
Dhandoff.cc733 CBS cbs, seq; in SSL_request_handshake_hints() local
901 CBS cbs, seq, server_random, key_share, signature_hint, ticket, ignore_psk, in SSL_set_handshake_hints() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dextensions.cc157 static bool tls1_check_duplicate_extensions(const CBS *cbs) { in tls1_check_duplicate_extensions()
218 CBS cbs = body; in ssl_client_hello_init() local
226 bool ssl_parse_client_hello_with_trailing_data(const SSL *ssl, CBS *cbs, in ssl_parse_client_hello_with_trailing_data()
2525 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array()
3701 static bool ssl_scan_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *cbs, in ssl_scan_serverhello_tlsext()
3826 bool ssl_parse_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *cbs) { in ssl_parse_serverhello_tlsext()
4363 CBS cbs; in SSL_early_callback_ctx_extension_get() local
H A Dssl_cert.cc226 uint8_t *out_leaf_sha256, CBS *cbs, in ssl_parse_cert_chain()
444 CBS *cbs) { in ssl_parse_client_CA_list()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc157 static bool tls1_check_duplicate_extensions(const CBS *cbs) { in tls1_check_duplicate_extensions()
213 CBS cbs = body; in ssl_client_hello_init() local
221 bool ssl_parse_client_hello_with_trailing_data(const SSL *ssl, CBS *cbs, in ssl_parse_client_hello_with_trailing_data()
2567 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array()
3671 static bool ssl_scan_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *cbs, in ssl_scan_serverhello_tlsext()
3796 bool ssl_parse_serverhello_tlsext(SSL_HANDSHAKE *hs, const CBS *cbs) { in ssl_parse_serverhello_tlsext()
4320 CBS cbs; in SSL_early_callback_ctx_extension_get() local
Dhandoff.cc733 CBS cbs, seq; in SSL_request_handshake_hints() local
901 CBS cbs, seq, server_random, key_share, signature_hint, ticket, ignore_psk, in SSL_set_handshake_hints() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c155 CBS cbs; in EVP_PKCS82PKEY() local
217 CBS cbs; in PKCS8_decrypt() local
287 int (*handle_element)(CBS *cbs, struct pkcs12_context *ctx)) { in PKCS12_handle_sequence()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8_x509.c111 CBS cbs; variable
173 CBS cbs; in PKCS8_decrypt() local
243 int (*handle_element)(CBS *cbs, struct pkcs12_context *ctx)) { in PKCS12_handle_sequence()
/aosp_15_r20/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8_x509.c111 CBS cbs; variable
173 CBS cbs; in PKCS8_decrypt() local
243 int (*handle_element)(CBS *cbs, struct pkcs12_context *ctx)) { in PKCS12_handle_sequence()
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_cert.cc226 uint8_t *out_leaf_sha256, CBS *cbs, in ssl_parse_cert_chain()
444 CBS *cbs) { in ssl_parse_client_CA_list()
/aosp_15_r20/external/musl/compat/time32/
H A Daio_suspend_time32.c5 int __aio_suspend_time32(const struct aiocb *const cbs[], int cnt, const struct timespec32 *ts32) in __aio_suspend_time32()
/aosp_15_r20/external/autotest/server/cros/cellular/
H A Dcallbox_server_unittest.py15 from chromiumos.test.api import callbox_service_pb2_grpc as cbs unknown
/aosp_15_r20/external/cronet/third_party/boringssl/src/fuzz/
H A Dpkcs12.cc24 CBS cbs; in LLVMFuzzerTestOneInput() local
H A Dpkcs8.cc21 CBS cbs; in LLVMFuzzerTestOneInput() local
H A Dspki.cc21 CBS cbs; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/fuzz/
Dpkcs12.cc24 CBS cbs; in LLVMFuzzerTestOneInput() local
Dpkcs8.cc21 CBS cbs; in LLVMFuzzerTestOneInput() local
Dspki.cc21 CBS cbs; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/fuzz/
Dpkcs12.cc24 CBS cbs; in LLVMFuzzerTestOneInput() local
Dpkcs8.cc21 CBS cbs; in LLVMFuzzerTestOneInput() local
Dspki.cc21 CBS cbs; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/virglrenderer/src/proxy/
H A Dproxy_renderer.c13 proxy_renderer_init(const struct proxy_renderer_cbs *cbs, uint32_t flags) in proxy_renderer_init()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/bn_extra/
Dbn_asn1.c21 int BN_parse_asn1_unsigned(CBS *cbs, BIGNUM *ret) { in BN_parse_asn1_unsigned()

12345678910>>...21