HomeSort by: relevance | last modified time | path
    Searched defs:hram (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
sign.c 72 unsigned char hram[64]; local in function:_crypto_sign_ed25519_detached
97 crypto_hash_sha512_final(&hs, hram);
99 sc25519_reduce(hram);
101 sc25519_muladd(sig + 32, hram, az, nonce);
sign.c 72 unsigned char hram[64]; local in function:_crypto_sign_ed25519_detached
97 crypto_hash_sha512_final(&hs, hram);
99 sc25519_reduce(hram);
101 sc25519_muladd(sig + 32, hram, az, nonce);
obsolete.c 39 unsigned char hram[64]; local in function:crypto_sign_edwards25519sha512batch
56 crypto_hash_sha512_final(&hs, hram);
57 sc25519_reduce(hram);
58 sc25519_muladd(sig + 32, hram, nonce, sk);
59 sodium_memzero(hram, sizeof hram);
obsolete.c 39 unsigned char hram[64]; local in function:crypto_sign_edwards25519sha512batch
56 crypto_hash_sha512_final(&hs, hram);
57 sc25519_reduce(hram);
58 sc25519_muladd(sig + 32, hram, nonce, sk);
59 sodium_memzero(hram, sizeof hram);

Completed in 154 milliseconds