Searched defs:byte_arr (Results 1 – 3 of 3) sorted by relevance
80 let byte_arr: [u8; 32] = bytes.try_into().map_err(|_| Error::WrongSize)?; in from_bytes() localVariable
750 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()
762 const RegType& byte_arr = cache.FromDescriptor("[B"); in TEST_F() local