Searched refs:ALIGNPTR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c52 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) macro
599 table = (void *)ALIGNPTR(table_storage, 64);
817 preComputedTable = (void *)ALIGNPTR(precomp_storage, 64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c52 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) macro
599 table = (void *)ALIGNPTR(table_storage, 64);
817 preComputedTable = (void *)ALIGNPTR(precomp_storage, 64);

Completed in 59 milliseconds