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

/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c703 unsigned char *powerbufFree = NULL; local
807 powerbufFree =
811 if ((powerbufFree =
817 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree);
822 powerbufFree = NULL;
1186 if (powerbufFree)
1187 OPENSSL_free(powerbufFree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp.c703 unsigned char *powerbufFree = NULL; local
807 powerbufFree =
811 if ((powerbufFree =
817 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree);
822 powerbufFree = NULL;
1186 if (powerbufFree)
1187 OPENSSL_free(powerbufFree);

Completed in 104 milliseconds