Home
last modified time | relevance | path

Searched refs:pauth_computepac_architected (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/tcg/
H A Dpauth_helper.c227 static uint64_t pauth_computepac_architected(uint64_t data, uint64_t modifier, in pauth_computepac_architected() function
319 return pauth_computepac_architected(data, modifier, key, false); in pauth_computepac()
321 return pauth_computepac_architected(data, modifier, key, true); in pauth_computepac()