Searched refs:cksumlens (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.c855 * Allocate, fill, and return cksumlens array of checksum lengths. This
908 static size_t *cksumlens = NULL; local
913 if (!cksumlens && !(cksumlens = populate_cksumlens()))
915 for (i = 0; (cklen = cksumlens[i]) != 0; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c872 /* Allocate, fill, and return cksumlens array of checksum lengths.
924 static size_t *cksumlens = NULL; local
929 if (!cksumlens && !(cksumlens = populate_cksumlens())) return NULL;
930 for (i=0; (cklen = cksumlens[i]) != 0; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl.c855 * Allocate, fill, and return cksumlens array of checksum lengths. This
908 static size_t *cksumlens = NULL; local
913 if (!cksumlens && !(cksumlens = populate_cksumlens()))
915 for (i = 0; (cklen = cksumlens[i]) != 0; i++) {

Completed in 115 milliseconds