Searched refs:byte_ptr (Results 1 – 1 of 1) sorted by relevance
95 uint8_t *byte_ptr; in cbc_mac_start() local105 byte_ptr = (uint8_t*)&cbc_block; 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()206 uint8_t *byte_ptr; in AES_CCM_encrypt() local242 byte_ptr = (uint8_t*)&s0; in AES_CCM_encrypt()244 bcopy(nonce, &byte_ptr[1], nlen); in AES_CCM_encrypt()260 bzero(&byte_ptr[copy_amt], in AES_CCM_encrypt()387 uint8_t *byte_ptr; in AES_CCM_decrypt() local417 byte_ptr = (uint8_t*)&s0; in AES_CCM_decrypt()[all …]