OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonce_point
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
eddsa.c
142
uint8_t
nonce_point
[EDDSA_448_PUBLIC_BYTES] = { 0 };
local
196
curve448_point_mul_by_ratio_and_encode_like_eddsa(
nonce_point
, p);
206
|| !EVP_DigestUpdate(hashctx,
nonce_point
, sizeof(
nonce_point
))
221
memcpy(signature,
nonce_point
, sizeof(
nonce_point
));
/src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
eddsa.c
167
uint8_t
nonce_point
[EDDSA_448_PUBLIC_BYTES] = { 0 };
local
222
ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa(
nonce_point
, p);
233
|| !EVP_DigestUpdate(hashctx,
nonce_point
, sizeof(
nonce_point
))
248
memcpy(signature,
nonce_point
, sizeof(
nonce_point
));
/src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
eddsa.c
171
uint8_t
nonce_point
[EDDSA_448_PUBLIC_BYTES] = { 0 };
local
226
ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa(
nonce_point
, p);
237
|| !EVP_DigestUpdate(hashctx,
nonce_point
, sizeof(
nonce_point
))
252
memcpy(signature,
nonce_point
, sizeof(
nonce_point
));
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026