Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c224 static LTC_INLINE int tweetnacl_crypto_hash_ctx(u8 *out,const u8 *m,u64 n,const u8 *ctx,u32 cs) in tweetnacl_crypto_hash_ctx() function
239 return tweetnacl_crypto_hash_ctx(out, m, n, NULL, 0); in tweetnacl_crypto_hash()
399 tweetnacl_crypto_hash_ctx(r, sm+32, mlen+32,ctx,cs); in tweetnacl_crypto_sign()
405 tweetnacl_crypto_hash_ctx(h,sm,mlen + 64,ctx,cs); in tweetnacl_crypto_sign()
468 tweetnacl_crypto_hash_ctx(h,m,smlen,ctx,cs); in tweetnacl_crypto_sign_open()