HomeSort by: relevance | last modified time | path
    Searched defs:crypto_int32_z (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 569 crypto_int32 crypto_int32_z = 0; local
570 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 0;
571 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 8;
572 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 16;
573 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 24;
574 return crypto_int32_z;
746 crypto_int32 crypto_int32_q,crypto_int32_z; local
747 __asm__ ("xorl %0,%0\n movl $-1,%1\n testl %2,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_int32_x) : "cc");
748 return crypto_int32_z;
750 crypto_int32 crypto_int32_z;
763 crypto_int32 crypto_int32_q,crypto_int32_z; local
780 crypto_int32 crypto_int32_q,crypto_int32_z; local
798 crypto_int32 crypto_int32_q,crypto_int32_z; local
816 crypto_int32 crypto_int32_q,crypto_int32_z; local
832 crypto_int32 crypto_int32_q,crypto_int32_z; local
848 crypto_int32 crypto_int32_q,crypto_int32_z; local
864 crypto_int32 crypto_int32_q,crypto_int32_z; local
880 crypto_int32 crypto_int32_q,crypto_int32_z; local
896 crypto_int32 crypto_int32_q,crypto_int32_z; local
952 crypto_int32 crypto_int32_z; local
963 crypto_int64 crypto_int32_z = (crypto_int64)crypto_int32_y - (crypto_int64)crypto_int32_x; local
978 crypto_int32 crypto_int32_q,crypto_int32_z; local
997 crypto_int32 crypto_int32_q,crypto_int32_z; local
1016 crypto_int32 crypto_int32_q,crypto_int32_z; local
1032 crypto_int32 crypto_int32_q,crypto_int32_z; local
    [all...]

Completed in 33 milliseconds