Home
last modified time | relevance | path

Searched defs:hram (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/signify/
H A Dmod_ed25519.c13 static void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigne… in get_hram()
63 unsigned char hram[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519() local
113 unsigned char hram[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519_open() local
/openbsd-src/usr.bin/ssh/
H A Ded25519.c1941 unsigned char hram[64]; in crypto_sign_ed25519() local
1994 unsigned char hram[64]; in crypto_sign_ed25519_open() local
/openbsd-src/lib/libcrypto/curve25519/
H A Dcurve25519.c4667 uint8_t hram[SHA512_DIGEST_LENGTH]; in ED25519_sign() local