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/
A Dtweetnacl.c231 static int tweetnacl_crypto_hash(u8 *out,const u8 *m,u64 n) in tweetnacl_crypto_hash() function
317 tweetnacl_crypto_hash(d, sk, 32); in tweetnacl_crypto_sk_to_pk()
392 tweetnacl_crypto_hash(d, sk, 32); in tweetnacl_crypto_sign()
401 tweetnacl_crypto_hash(r, sm+32, mlen+32); in tweetnacl_crypto_sign()
407 tweetnacl_crypto_hash(h,sm,mlen + 64); in tweetnacl_crypto_sign()
470 tweetnacl_crypto_hash(h,m,smlen); in tweetnacl_crypto_sign_open()

Completed in 3 milliseconds