Searched refs:XMEMCPY (Results 1 – 1 of 1) sorted by relevance
12 #define XMEMCPY memcpy macro123 XMEMCPY(X, Z, AES_BLOCK_SIZE); in GMULT()153 XMEMCPY(x, a, AES_BLOCK_SIZE);// memcpy(x,a) = memset(x,0)+xorbuf(x,a) in aesgcm_GHASH()201 XMEMCPY(s, x, sSz); in aesgcm_GHASH()