Lines Matching refs:smlen
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()
217 for(i=0;i<smlen-64;i++) in crypto_sign_ed25519_open()