Searched refs:byte_ptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/crypto/aesni/ |
| D | aesni_ccm.c | 95 uint8_t *byte_ptr; in cbc_mac_start() local 105 byte_ptr = (uint8_t*)&cbc_block; in cbc_mac_start() 106 byte_ptr[0] = ((auth_len > 0) ? 1 : 0) * 64 | in cbc_mac_start() 109 bcopy(nonce, byte_ptr + 1, nonce_len); in cbc_mac_start() 160 byte_ptr = (uint8_t*)&staging_block; in cbc_mac_start() 161 bcopy(auth_ptr, &byte_ptr[auth_amt], copy_amt); in cbc_mac_start() 206 uint8_t *byte_ptr; in AES_CCM_encrypt() local 242 byte_ptr = (uint8_t*)&s0; in AES_CCM_encrypt() 243 byte_ptr[0] = L - 1; /* but the flags byte only has L' */ in AES_CCM_encrypt() 244 bcopy(nonce, &byte_ptr[1], nlen); in AES_CCM_encrypt() [all …]
|
| /freebsd-12-stable/sys/dev/nand/ |
| D | nandsim_ctrl.c | 327 uint8_t *byte_ptr = (uint8_t *)&word; in nandsim_write_word() local 334 byte_corrupt(chip, byte_ptr); in nandsim_write_word() 335 byte_corrupt(chip, byte_ptr + 1); in nandsim_write_word()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | floatformat.c | 446 unsigned char *byte_ptr = data + cur_byte; in put_field() local 449 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask); in put_field()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | floatformat.c | 446 unsigned char *byte_ptr = data + cur_byte; in put_field() local 449 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask); in put_field()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_mac.cpp | 138 volatile char *byte_ptr = ((volatile char *)ptr) + (n >> 3); \ 141 char orig_byte = op((volatile a8 *)byte_ptr, mask, mo); \
|