Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c571 crypto_int32 crypto_int32_z = 0; in crypto_int32_load() local
572 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 0; in crypto_int32_load()
573 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 8; in crypto_int32_load()
574 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 16; in crypto_int32_load()
575 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 24; in crypto_int32_load()
576 return crypto_int32_z; in crypto_int32_load()
748 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_nonzero_mask() local
749 …__asm__ ("xorl %0,%0\n movl $-1,%1\n testl %2,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(c… in crypto_int32_nonzero_mask()
750 return crypto_int32_z; in crypto_int32_nonzero_mask()
752 crypto_int32 crypto_int32_z; in crypto_int32_nonzero_mask()
[all …]