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_int64_x
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sntrup761.c
1109
void crypto_int64_store(unsigned char *crypto_int64_s,crypto_int64
crypto_int64_x
) {
1110
*crypto_int64_s++ =
crypto_int64_x
>> 0;
1111
*crypto_int64_s++ =
crypto_int64_x
>> 8;
1112
*crypto_int64_s++ =
crypto_int64_x
>> 16;
1113
*crypto_int64_s++ =
crypto_int64_x
>> 24;
1114
*crypto_int64_s++ =
crypto_int64_x
>> 32;
1115
*crypto_int64_s++ =
crypto_int64_x
>> 40;
1116
*crypto_int64_s++ =
crypto_int64_x
>> 48;
1117
*crypto_int64_s++ =
crypto_int64_x
>> 56;
1122
crypto_int64 crypto_int64_negative_mask(crypto_int64
crypto_int64_x
) {
1483
crypto_int64
crypto_int64_x
= *crypto_int64_p;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026