Home
last modified time | relevance | path

Searched refs:smlen_p (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign.c121 crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen_p, in crypto_sign_ed25519() argument
132 if (smlen_p != NULL) { in crypto_sign_ed25519()
133 *smlen_p = 0; in crypto_sign_ed25519()
140 if (smlen_p != NULL) { in crypto_sign_ed25519()
141 *smlen_p = mlen + siglen; in crypto_sign_ed25519()
H A Dobsolete.c32 unsigned long long *smlen_p, in crypto_sign_edwards25519sha512batch() argument
63 *smlen_p = mlen + 64U; in crypto_sign_edwards25519sha512batch()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/
H A Dcrypto_sign.c60 crypto_sign(unsigned char *sm, unsigned long long *smlen_p, in crypto_sign() argument
64 return crypto_sign_ed25519(sm, smlen_p, m, mlen, sk); in crypto_sign()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign_edwards25519sha512batch.h32 unsigned long long *smlen_p,
H A Dcrypto_sign.h60 int crypto_sign(unsigned char *sm, unsigned long long *smlen_p,
H A Dcrypto_sign_ed25519.h43 int crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen_p,