Home
last modified time | relevance | path

Searched refs:crypto_sign_ed25519 (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dcrypto_api.h39 int crypto_sign_ed25519(unsigned char *, unsigned long long *,
Ded25519.c51 int crypto_sign_ed25519( in crypto_sign_ed25519() function
Dssh-ed25519.c59 if ((ret = crypto_sign_ed25519(sig, &smlen, data, datalen, in ssh_ed25519_sign()
/external/libwebsockets/plugins/ssh-base/crypto/
Ded25519.c79 int crypto_sign_ed25519( in crypto_sign_ed25519() function
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h599 crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen,
/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c458 if (crypto_sign_ed25519(payload_sig, &smlen, temp, LWS_SIZE_EC25519, in kex_ecdh()
/external/openssh/regress/misc/sk-dummy/
Dsk-dummy.c440 if (crypto_sign_ed25519(sig, &smlen, signbuf, sizeof(signbuf), in sig_ed25519()