Searched defs:hram (Results 1 – 5 of 5) sorted by relevance
14 static void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigne… in get_hram()64 unsigned char hram[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519() local114 unsigned char hram[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519_open() local
36 get_hram(unsigned char *hram, const unsigned char *sm, in get_hram()93 unsigned char hram[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519() local183 unsigned char hram[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519_open() local
206 let hram = Scalar::from_sha512_digest_reduced(hram_digest); in sign() localVariable
1915 uint8_t hram[SHA512_DIGEST_LENGTH]; in ED25519_sign() local