Searched refs:crypto_sign_ed25519_open (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | crypto_api.h | 41 int crypto_sign_ed25519_open(unsigned char *, unsigned long long *,
|
H A D | ssh-ed25519-sk.c | 226 if ((ret = crypto_sign_ed25519_open(m, &mlen, sm, smlen, in ssh_ed25519_sk_verify()
|
H A D | ssh-ed25519.c | 254 if ((ret = crypto_sign_ed25519_open(m, &mlen, sm, smlen, in ssh_ed25519_verify()
|
H A D | ssh_namespace.h | 236 #define crypto_sign_ed25519_open Fssh_crypto_sign_ed25519_open macro
|
H A D | ed25519.c | 1988 int crypto_sign_ed25519_open( in crypto_sign_ed25519_open() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
H A D | open.c | 67 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 D | crypto_sign.c | 72 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 D | crypto_sign_ed25519.h | 48 int crypto_sign_ed25519_open(unsigned char *m, unsigned long long *mlen_p,
|