OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_box_beforenm
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_easy.c
30
if (
crypto_box_beforenm
(k, pk, sk) != 0) {
82
if (
crypto_box_beforenm
(k, pk, sk) != 0) {
crypto_box.c
78
crypto_box_beforenm
(unsigned char *k, const unsigned char *pk,
function in typeref:typename:int
/src/sys/external/isc/libsodium/dist/test/default/
box_easy2.c
79
ret =
crypto_box_beforenm
(k1, small_order_p, bobsk);
81
ret =
crypto_box_beforenm
(k2, small_order_p, alicesk);
84
ret =
crypto_box_beforenm
(k1, alicepk, bobsk);
86
ret =
crypto_box_beforenm
(k2, bobpk, alicesk);
box.c
69
ret =
crypto_box_beforenm
(k, bobpk, alicesk);
79
ret =
crypto_box_beforenm
(k, small_order_p, alicesk);
box2.c
67
ret =
crypto_box_beforenm
(k, small_order_p, bobsk);
69
ret =
crypto_box_beforenm
(k, alicepk, bobsk);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h
93
int
crypto_box_beforenm
(unsigned char *k, const unsigned char *pk,
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025