Home
last modified time | relevance | path

Searched refs:tweetnacl_crypto_ph (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_sign.c104 if ((err = tweetnacl_crypto_ph(msg_hash, msg, msglen)) != CRYPT_OK) in ed25519ph_sign()
H A Ded25519_verify.c110 if ((err = tweetnacl_crypto_ph(msg_hash, msg, msglen)) != CRYPT_OK) in ed25519ph_verify()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h402 int tweetnacl_crypto_ph(unsigned char *out, const unsigned char *msg, unsigned long long msglen);
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c489 int tweetnacl_crypto_ph(u8 *out,const u8 *msg,u64 msglen) in tweetnacl_crypto_ph() function