Lines Matching refs:bytes
106 // Make sure the top bytes will be zeroed.
120 // represented in |num_bytes| bytes.
123 const uint8_t *bytes = (const uint8_t *)words;
127 mask |= bytes[i];
133 const uint8_t *bytes = (const uint8_t *)bn->d;
136 CONSTTIME_DECLASSIFY(bytes + num, tot_bytes - num);
138 assert(bytes[i] == 0);
140 (void)bytes;
150 // also little-endian as bytes. We can simply copy it in reverse.
151 const uint8_t *bytes = (const uint8_t *)in;
158 out[out_len - i - 1] = bytes[i];
177 const uint8_t *bytes = (const uint8_t *)in->d;
183 OPENSSL_memcpy(out, bytes, num_bytes);