OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_stream_salsa20_KEYBYTES
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa20.h
23
#define
crypto_stream_salsa20_KEYBYTES
32U
25
size_t
crypto_stream_salsa20_keybytes
(void);
51
void crypto_stream_salsa20_keygen(unsigned char k[
crypto_stream_salsa20_KEYBYTES
]);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/
stream_salsa20.c
30
crypto_stream_salsa20_keybytes
(void)
function in typeref:typename:size_t
32
return
crypto_stream_salsa20_KEYBYTES
;
72
crypto_stream_salsa20_keygen(unsigned char k[
crypto_stream_salsa20_KEYBYTES
])
74
randombytes_buf(k,
crypto_stream_salsa20_KEYBYTES
);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox_easy.c
24
unsigned char subkey[
crypto_stream_salsa20_KEYBYTES
];
90
unsigned char subkey[
crypto_stream_salsa20_KEYBYTES
];
95
crypto_stream_salsa20(block0,
crypto_stream_salsa20_KEYBYTES
,
/src/sys/external/isc/libsodium/dist/test/default/
keygen.c
35
{ crypto_stream_salsa20_keygen,
crypto_stream_salsa20_KEYBYTES
},
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
salsa20_xmm6int-avx2.c
90
COMPILER_ASSERT(
crypto_stream_salsa20_KEYBYTES
== 256 / 8);
salsa20_xmm6int-sse2.c
81
COMPILER_ASSERT(
crypto_stream_salsa20_KEYBYTES
== 256 / 8);
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c
94
unsigned char key[
crypto_stream_salsa20_KEYBYTES
];
332
unsigned char m0[
crypto_stream_salsa20_KEYBYTES
+
374
m0 +
crypto_stream_salsa20_KEYBYTES
, m0);
465
&stream.key[
crypto_stream_salsa20_KEYBYTES
- 4] ^= (uint32_t) r;
Completed in 13 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025