Searched refs:smlen (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | ed25519.c | 38 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/ |
D | kex-25519.c | 314 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/ |
D | lws-ssh.h | 608 crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen,
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl.js | 767 var smlen = n + 64; 789 return smlen;
|
D | nacl-fast.js | 1980 var smlen = n + 64; 2002 return smlen;
|