Home
last modified time | relevance | path

Searched refs:crypto_sign (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am70 crypto_sign/crypto_sign.c \
71 crypto_sign/ed25519/sign_ed25519.c \
72 crypto_sign/ed25519/ref10/keypair.c \
73 crypto_sign/ed25519/ref10/open.c \
74 crypto_sign/ed25519/ref10/sign.c \
75 crypto_sign/ed25519/ref10/sign_ed25519_ref10.h \
165 crypto_sign/ed25519/ref10/obsolete.c \
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign.h60 int crypto_sign(unsigned char *sm, unsigned long long *smlen_p,
/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() function
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsign.c1097 if (crypto_sign(sm, &smlen, (const unsigned char *)test_data[i].m, i, in main()
1163 if (crypto_sign(sm, &smlen, sm, i, skpk) != 0) { in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am44 sodium/crypto_sign.h \
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS105 crypto_sign/ed25519 Peter Schwabe
H A DChangeLog334 - crypto_sign() properly works with overlapping regions again. Thanks
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h115 extern int crypto_sign(crypto_mechanism_t *mech, crypto_key_t *key,
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dioctl.h378 typedef struct crypto_sign { struct