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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dkssl.c2026 int outl, unencbufsize; local
2057 unencbufsize = 2 * authentp->length;
2058 if ((unenc_authent = calloc(1, unencbufsize)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c2010 int outl, unencbufsize; local
2038 unencbufsize = 2 * authentp->length;
2039 if ((unenc_authent = calloc(1, unencbufsize)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl.c2026 int outl, unencbufsize; local
2057 unencbufsize = 2 * authentp->length;
2058 if ((unenc_authent = calloc(1, unencbufsize)) == NULL) {

Completed in 71 milliseconds