Home
last modified time | relevance | path

Searched defs:byte_arr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dx25519.rs80 let byte_arr: [u8; 32] = bytes.try_into().map_err(|_| Error::WrongSize)?; in from_bytes() localVariable
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_pr2serr.c750 h2str(const uint8_t * byte_arr, int num_bytes, char * bp, int blen) in h2str()
773 const uint8_t * byte_arr, int num_bytes) in sgj_js_nv_hex_bytes()
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_test.cc762 const RegType& byte_arr = cache.FromDescriptor("[B"); in TEST_F() local