Searched refs:smlen (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | ed25519.c | 38 size_t smlen) in get_hram() 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() 100 *smlen = mlen+64; in crypto_sign_ed25519() 174 const unsigned char *sm,unsigned long long smlen, in crypto_sign_ed25519_open() 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 in crypto_sign_ed25519_open() 36 get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, size_t smlen) get_hram() argument 79 crypto_sign_ed25519( unsigned char *sm, unsigned long long *smlen, const unsigned char *m, size_t mlen, const unsigned char *sk ) crypto_sign_ed25519() argument 172 crypto_sign_ed25519_open( unsigned char *m,unsigned long long *mlen, const unsigned char *sm,unsigned long long smlen, const unsigned char *pk ) crypto_sign_ed25519_open() argument [all...] |
/third_party/libwebsockets/plugins/ssh-base/ |
H A 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/ |
H A D | lws-ssh.h | 608 crypto_sign_ed25519(unsigned char *sm, unsigned long long *smlen,
|
Completed in 5 milliseconds