Searched refs:table_storage (Results 1 – 1 of 1) sorted by relevance
622 void *table_storage = NULL; in ecp_nistz256_windowed_mul() local625 || (table_storage = OPENSSL_malloc((num * 16 + 5) * sizeof(P256_POINT) + 64)) == NULL in ecp_nistz256_windowed_mul()630 table = (void *)ALIGNPTR(table_storage, 64); in ecp_nistz256_windowed_mul()769 OPENSSL_free(table_storage); in ecp_nistz256_windowed_mul()