Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_aesgcm.c12 #define XMEMCPY memcpy macro
123 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()