Symbol: crypto_int32
sbin/iked/sntrup761.c
18
#define int32 crypto_int32
usr.bin/ssh/ed25519.c
20
#define int32 crypto_int32
usr.bin/ssh/kexsntrup761x25519.c
39
volatile crypto_int32 crypto_int32_optblocker = 0;
usr.bin/ssh/sntrup761.c
1002
crypto_int32 crypto_int32_r = crypto_int32_x ^ crypto_int32_y;
usr.bin/ssh/sntrup761.c
1003
crypto_int32 crypto_int32_z = crypto_int32_x - crypto_int32_y;
usr.bin/ssh/sntrup761.c
1011
crypto_int32 crypto_int32_leq_mask(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
1013
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
1017
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
1027
crypto_int32 crypto_int32_leq_01(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
1029
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
1033
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
1043
int crypto_int32_ones_num(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
1045
const crypto_int32 C0 = 0x55555555;
usr.bin/ssh/sntrup761.c
1046
const crypto_int32 C1 = 0x33333333;
usr.bin/ssh/sntrup761.c
1047
const crypto_int32 C2 = 0x0f0f0f0f;
usr.bin/ssh/sntrup761.c
1058
int crypto_int32_bottomzeros_num(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
1060
crypto_int32 fallback = 32;
usr.bin/ssh/sntrup761.c
1068
crypto_int32 crypto_int32_y = crypto_int32_x ^ (crypto_int32_x-1);
usr.bin/ssh/sntrup761.c
1069
crypto_int32_y = ((crypto_int32) crypto_int32_y) >> 1;
usr.bin/ssh/sntrup761.c
1070
crypto_int32_y &= ~(crypto_int32_x & (((crypto_int32) 1) << (32-1)));
usr.bin/ssh/sntrup761.c
20
#define int32 crypto_int32
usr.bin/ssh/sntrup761.c
25
extern volatile crypto_int32 crypto_int32_optblocker;
usr.bin/ssh/sntrup761.c
565
crypto_int32 crypto_int32_load(const unsigned char *crypto_int32_s) {
usr.bin/ssh/sntrup761.c
566
crypto_int32 crypto_int32_z = 0;
usr.bin/ssh/sntrup761.c
567
crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 0;
usr.bin/ssh/sntrup761.c
568
crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 8;
usr.bin/ssh/sntrup761.c
569
crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 16;
usr.bin/ssh/sntrup761.c
570
crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 24;
usr.bin/ssh/sntrup761.c
576
void crypto_int32_store(unsigned char *crypto_int32_s,crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
585
crypto_int32 crypto_int32_negative_mask(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
590
crypto_int32 crypto_int32_y;
usr.bin/ssh/sntrup761.c
608
crypto_int32 crypto_int32_y;
usr.bin/ssh/sntrup761.c
621
crypto_int32 crypto_int32_negative_01(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
627
crypto_int32 crypto_int32_topbit_mask(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
633
crypto_int32 crypto_int32_topbit_01(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
639
crypto_int32 crypto_int32_bottombit_mask(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
644
crypto_int32 crypto_int32_y;
usr.bin/ssh/sntrup761.c
655
crypto_int32 crypto_int32_bottombit_01(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
660
crypto_int32 crypto_int32_y;
usr.bin/ssh/sntrup761.c
671
crypto_int32 crypto_int32_bitinrangepublicpos_mask(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_s) {
usr.bin/ssh/sntrup761.c
684
crypto_int32 crypto_int32_bitinrangepublicpos_01(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_s) {
usr.bin/ssh/sntrup761.c
697
crypto_int32 crypto_int32_shlmod(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_s) {
usr.bin/ssh/sntrup761.c
712
crypto_int32 crypto_int32_shrmod(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_s) {
usr.bin/ssh/sntrup761.c
727
crypto_int32 crypto_int32_bitmod_mask(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_s) {
usr.bin/ssh/sntrup761.c
734
crypto_int32 crypto_int32_bitmod_01(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_s) {
usr.bin/ssh/sntrup761.c
741
crypto_int32 crypto_int32_nonzero_mask(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
743
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
747
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
758
crypto_int32 crypto_int32_nonzero_01(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
760
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
764
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
775
crypto_int32 crypto_int32_positive_mask(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
777
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
781
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
785
crypto_int32 crypto_int32_z = -crypto_int32_x;
usr.bin/ssh/sntrup761.c
793
crypto_int32 crypto_int32_positive_01(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
795
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
799
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
803
crypto_int32 crypto_int32_z = -crypto_int32_x;
usr.bin/ssh/sntrup761.c
811
crypto_int32 crypto_int32_zero_mask(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
813
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
817
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
827
crypto_int32 crypto_int32_zero_01(crypto_int32 crypto_int32_x) {
usr.bin/ssh/sntrup761.c
829
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
833
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
843
crypto_int32 crypto_int32_unequal_mask(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
845
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
849
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
859
crypto_int32 crypto_int32_unequal_01(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
861
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
865
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
875
crypto_int32 crypto_int32_equal_mask(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
877
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
881
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
891
crypto_int32 crypto_int32_equal_01(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
893
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
897
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
907
crypto_int32 crypto_int32_min(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
926
crypto_int32 crypto_int32_max(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
945
void crypto_int32_minmax(crypto_int32 *crypto_int32_p,crypto_int32 *crypto_int32_q) {
usr.bin/ssh/sntrup761.c
946
crypto_int32 crypto_int32_x = *crypto_int32_p;
usr.bin/ssh/sntrup761.c
947
crypto_int32 crypto_int32_y = *crypto_int32_q;
usr.bin/ssh/sntrup761.c
949
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
954
crypto_int32 crypto_int32_r, crypto_int32_s;
usr.bin/ssh/sntrup761.c
973
crypto_int32 crypto_int32_smaller_mask(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
975
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
979
crypto_int32 crypto_int32_z;
usr.bin/ssh/sntrup761.c
983
crypto_int32 crypto_int32_r = crypto_int32_x ^ crypto_int32_y;
usr.bin/ssh/sntrup761.c
984
crypto_int32 crypto_int32_z = crypto_int32_x - crypto_int32_y;
usr.bin/ssh/sntrup761.c
992
crypto_int32 crypto_int32_smaller_01(crypto_int32 crypto_int32_x,crypto_int32 crypto_int32_y) {
usr.bin/ssh/sntrup761.c
994
crypto_int32 crypto_int32_q,crypto_int32_z;
usr.bin/ssh/sntrup761.c
998
crypto_int32 crypto_int32_z;