Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-2.c23 uint64_t salt1, salt2; in do_test() local
32 for (salt1 = 1; ; salt1++) { in do_test()
33 asm volatile("pacda %0, %2" : "=r"(encode) : "0"(value), "r"(salt1)); in do_test()
40 asm volatile("autda %0, %2" : "=r"(decode) : "0"(encode), "r"(salt1)); in do_test()
50 for (salt2 = salt1 + 1; ; salt2++) { in do_test()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h126 __u8 salt1; member