Searched refs:table_storage (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.c589 void *table_storage = NULL; local
591 if ((table_storage =
599 table = (void *)ALIGNPTR(table_storage, 64);
716 if (table_storage)
717 OPENSSL_free(table_storage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c589 void *table_storage = NULL; local
591 if ((table_storage =
599 table = (void *)ALIGNPTR(table_storage, 64);
716 if (table_storage)
717 OPENSSL_free(table_storage);

Completed in 57 milliseconds