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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp.c581 unsigned char *powerbufFree=NULL; local
628 if ((powerbufFree=(unsigned char*)OPENSSL_malloc(powerbufLen+MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH)) == NULL)
631 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree);
716 OPENSSL_free(powerbufFree);

Completed in 45 milliseconds