Home
last modified time | relevance | path

Searched refs:hram (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c39 unsigned char hram[64]; in crypto_sign_edwards25519sha512batch() local
56 crypto_hash_sha512_final(&hs, hram); in crypto_sign_edwards25519sha512batch()
57 sc25519_reduce(hram); in crypto_sign_edwards25519sha512batch()
58 sc25519_muladd(sig + 32, hram, nonce, sk); in crypto_sign_edwards25519sha512batch()
59 sodium_memzero(hram, sizeof hram); in crypto_sign_edwards25519sha512batch()
H A Dsign.c72 unsigned char hram[64]; in _crypto_sign_ed25519_detached() local
97 crypto_hash_sha512_final(&hs, hram); in _crypto_sign_ed25519_detached()
99 sc25519_reduce(hram); in _crypto_sign_ed25519_detached()
101 sc25519_muladd(sig + 32, hram, az, nonce); in _crypto_sign_ed25519_detached()