Searched refs:auth_ptr (Results 1 – 2 of 2) sorted by relevance
121 const uint8_t *auth_ptr = auth_data; in cbc_mac_start() local163 bcopy(auth_ptr, &byte_ptr[auth_amt], copy_amt); in cbc_mac_start()164 auth_ptr += copy_amt; in cbc_mac_start()168 while (auth_ptr < auth_data + auth_len) { in cbc_mac_start()169 copy_amt = MIN((auth_data + auth_len) - auth_ptr, in cbc_mac_start()173 bcopy(auth_ptr, &staging_block, copy_amt); in cbc_mac_start()176 auth_ptr += copy_amt; in cbc_mac_start()
1879 // Load a signed global address from a special $auth_ptr$ stub slot.