Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c48 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) macro
644 table = (void *)ALIGNPTR(table_storage, 64); in ecp_nistz256_windowed_mul()
876 preComputedTable = (void *)ALIGNPTR(precomp_storage, 64); in ecp_nistz256_mult_precompute()
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c48 #define ALIGNPTR(p,N) ((unsigned char *)p+N-(size_t)p%N) macro
644 table = (void *)ALIGNPTR(table_storage, 64); in ecp_nistz256_windowed_mul()
876 preComputedTable = (void *)ALIGNPTR(precomp_storage, 64); in ecp_nistz256_mult_precompute()

Completed in 5 milliseconds