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_int16_r
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sntrup761.c
393
crypto_int16
crypto_int16_r
= crypto_int16_y ^ crypto_int16_x;
395
crypto_int16_z ^=
crypto_int16_r
& (crypto_int16_z ^ crypto_int16_y);
397
crypto_int16_z &=
crypto_int16_r
;
412
crypto_int16
crypto_int16_r
= crypto_int16_y ^ crypto_int16_x;
414
crypto_int16_z ^=
crypto_int16_r
& (crypto_int16_z ^ crypto_int16_y);
416
crypto_int16_z &=
crypto_int16_r
;
432
crypto_int16
crypto_int16_r
, crypto_int16_s;
local
433
__asm__ ("sxth %w0,%w0\n cmp %w0,%w3,sxth\n csel %w1,%w0,%w3,lt\n csel %w2,%w3,%w0,lt" : "+&r"(crypto_int16_x), "=&r"(
crypto_int16_r
), "=r"(crypto_int16_s) : "r"(crypto_int16_y) : "cc");
434
*crypto_int16_p =
crypto_int16_r
;
437
crypto_int16
crypto_int16_r
= crypto_int16_y ^ crypto_int16_x
local
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026