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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dkssl.c868 /* Allocate, fill, and return cksumlens array of checksum lengths.
920 static size_t *cksumlens = NULL; local
925 if (!cksumlens && !(cksumlens = populate_cksumlens())) return NULL;
926 for (i=0; (cklen = cksumlens[i]) != 0; i++)

Completed in 28 milliseconds