Home
last modified time | relevance | path

Searched defs:shared_bytes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/dh/
Ddh.c376 uint8_t *shared_bytes = OPENSSL_malloc(dh_len); in DH_compute_key_hashed() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/dh/
Ddh.c376 uint8_t *shared_bytes = OPENSSL_malloc(dh_len); in DH_compute_key_hashed() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/dh/
H A Ddh.c408 uint8_t *shared_bytes = OPENSSL_malloc(dh_len); in DH_compute_key_hashed() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/dh/
H A Ddh.c408 uint8_t *shared_bytes = OPENSSL_malloc(dh_len); in DH_compute_key_hashed() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc384 auto shared_bytes = std::make_shared<std::vector<uint8_t>>(size_too_big); in TEST() local