OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hram
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
ed25519.c
14
static void get_hram(unsigned char *
hram
, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, unsigned long long smlen)
22
crypto_hash_sha512(
hram
,playground,smlen);
64
unsigned char
hram
[crypto_hash_sha512_BYTES];
local
88
get_hram(
hram
, sm, sk+32, sm, mlen+64);
90
sc25519_from64bytes(&scs,
hram
);
114
unsigned char
hram
[crypto_hash_sha512_BYTES];
local
121
get_hram(
hram
,sm,pk,m,smlen);
123
sc25519_from64bytes(&schram,
hram
);
/external/boringssl/src/third_party/fiat/
curve25519.c
1923
uint8_t
hram
[SHA512_DIGEST_LENGTH];
local
[
all
...]
Completed in 248 milliseconds