Home
last modified time | relevance | path

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

/external/openssh/
Dsntrup4591761.c21 static void int32_sort(crypto_int32 *,int);
29 static void minmax(crypto_int32 *x,crypto_int32 *y) in minmax()
43 static void int32_sort(crypto_int32 *x,int n) in int32_sort()
93 static inline small mod3_freeze(crypto_int32 a) in mod3_freeze()
102 crypto_int32 A = a; in mod3_minusproduct()
103 crypto_int32 B = b; in mod3_minusproduct()
104 crypto_int32 C = c; in mod3_minusproduct()
110 crypto_int32 A = a; in mod3_plusproduct()
111 crypto_int32 B = b; in mod3_plusproduct()
112 crypto_int32 C = c; in mod3_plusproduct()
[all …]
Dcrypto_api.h22 typedef int32_t crypto_int32; typedef