Home
last modified time | relevance | path

Searched refs:smlen (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
Ded25519.c38 size_t smlen) in get_hram() argument
46 for (i = 64; i < smlen; ++i) in get_hram()
49 crypto_hash_sha512(hram, playground, smlen); in get_hram()
81 unsigned long long *smlen, in crypto_sign_ed25519() argument
100 *smlen = mlen+64; in crypto_sign_ed25519()
174 const unsigned char *sm,unsigned long long smlen, in crypto_sign_ed25519_open() argument
186 if (smlen < 64) { in crypto_sign_ed25519_open()
197 get_hram(hram,sm,pk,m, (size_t)smlen); in crypto_sign_ed25519_open()
211 for(i=0;i<smlen-64;i++) in crypto_sign_ed25519_open()
213 *mlen = smlen-64; in crypto_sign_ed25519_open()
[all …]
/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c314 unsigned long long smlen; in kex_ecdh() local
457 smlen = LWS_SIZE_EC25519 + 64; in kex_ecdh()
458 if (crypto_sign_ed25519(payload_sig, &smlen, temp, LWS_SIZE_EC25519, in kex_ecdh()
464 n = crypto_sign_ed25519_open(temp, &l, payload_sig, smlen, pss->K_S); in kex_ecdh()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h608 crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen,
/third_party/node/deps/npm/node_modules/tweetnacl/
Dnacl.js767 var smlen = n + 64;
789 return smlen;
Dnacl-fast.js1980 var smlen = n + 64;
2002 return smlen;