Home | History | Annotate | Download | only in ssl

Lines Matching full:tlen

2343 static int tls12_find_id(int nid, tls12_lookup *table, size_t tlen)
2346 for (i = 0; i < tlen; i++)
2354 static int tls12_find_nid(int id, tls12_lookup *table, size_t tlen)
2357 for (i = 0; i < tlen; i++)