Searched refs:tweetnacl_crypto_ph (Results 1 – 4 of 4) sorted by relevance
104 if ((err = tweetnacl_crypto_ph(msg_hash, msg, msglen)) != CRYPT_OK) in ed25519ph_sign()
110 if ((err = tweetnacl_crypto_ph(msg_hash, msg, msglen)) != CRYPT_OK) in ed25519ph_verify()
377 int tweetnacl_crypto_ph(unsigned char *out, const unsigned char *msg, unsigned long long msglen);
488 int tweetnacl_crypto_ph(u8 *out,const u8 *msg,u64 msglen) in tweetnacl_crypto_ph() function
Completed in 6 milliseconds