OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crypto_int32_r
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sntrup761.c
918
crypto_int64
crypto_int32_r
= (crypto_int64)crypto_int32_y ^ (crypto_int64)crypto_int32_x;
920
crypto_int32_z ^=
crypto_int32_r
& (crypto_int32_z ^ crypto_int32_y);
922
crypto_int32_z &=
crypto_int32_r
;
937
crypto_int64
crypto_int32_r
= (crypto_int64)crypto_int32_y ^ (crypto_int64)crypto_int32_x;
939
crypto_int32_z ^=
crypto_int32_r
& (crypto_int32_z ^ crypto_int32_y);
941
crypto_int32_z &=
crypto_int32_r
;
957
crypto_int32
crypto_int32_r
, crypto_int32_s;
local
958
__asm__ ("cmp %w2,%w3\n csel %w0,%w2,%w3,lt\n csel %w1,%w3,%w2,lt" : "=&r"(
crypto_int32_r
), "=r"(crypto_int32_s) : "r"(crypto_int32_x), "r"(crypto_int32_y) : "cc");
959
*crypto_int32_p =
crypto_int32_r
;
962
crypto_int64
crypto_int32_r
= (crypto_int64)crypto_int32_y ^ (crypto_int64)crypto_int32_x
local
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026