Home
last modified time | relevance | path

Searched refs:crypto_sign_ed25519_open (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dcrypto_api.h41 int crypto_sign_ed25519_open(unsigned char *, unsigned long long *,
H A Dssh-ed25519-sk.c226 if ((ret = crypto_sign_ed25519_open(m, &mlen, sm, smlen, in ssh_ed25519_sk_verify()
H A Dssh-ed25519.c254 if ((ret = crypto_sign_ed25519_open(m, &mlen, sm, smlen, in ssh_ed25519_verify()
H A Dssh_namespace.h236 #define crypto_sign_ed25519_open Fssh_crypto_sign_ed25519_open macro
H A Ded25519.c1988 int crypto_sign_ed25519_open( in crypto_sign_ed25519_open() function
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dopen.c67 crypto_sign_ed25519_open(unsigned char *m, unsigned long long *mlen_p, in crypto_sign_ed25519_open() function
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/
H A Dcrypto_sign.c72 return crypto_sign_ed25519_open(m, mlen_p, sm, smlen, pk); in crypto_sign_open()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign_ed25519.h48 int crypto_sign_ed25519_open(unsigned char *m, unsigned long long *mlen_p,