Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c622 void *table_storage = NULL; in ecp_nistz256_windowed_mul() local
625 || (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()