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 D | sign.c | 121 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 D | obsolete.c | 32 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 D | crypto_sign.c | 60 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 D | crypto_sign_edwards25519sha512batch.h | 32 unsigned long long *smlen_p,
|
| H A D | crypto_sign.h | 60 int crypto_sign(unsigned char *sm, unsigned long long *smlen_p,
|
| H A D | crypto_sign_ed25519.h | 43 int crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen_p,
|