Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c237 static LTC_INLINE int tweetnacl_crypto_hash(u8 *out,const u8 *m,u64 n) in tweetnacl_crypto_hash() function
314 tweetnacl_crypto_hash(d, sk, 32); in tweetnacl_crypto_sk_to_pk()
390 tweetnacl_crypto_hash(d, sk, 32); in tweetnacl_crypto_sign()
491 return tweetnacl_crypto_hash(out, msg, msglen); in tweetnacl_crypto_ph()