Searched refs:XMEMMOVE (Results 1 – 2 of 2) sorted by relevance
465 XMEMMOVE(m,sm,smlen); in tweetnacl_crypto_sign_open()466 XMEMMOVE(s,m + 32,32); in tweetnacl_crypto_sign_open()467 XMEMMOVE(m + 32,pk,32); in tweetnacl_crypto_sign_open()484 XMEMMOVE(m,m + 64,smlen); in tweetnacl_crypto_sign_open()
27 #ifndef XMEMMOVE28 #define XMEMMOVE memmove macro