Home
last modified time | relevance | path

Searched refs:tuple_mode (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1240 size_t tuple_mode; /* Keeps track whether tuple_cb called from 'the top' or from gid_cb */ member
1353 garg->tuple_mode = 0; in gid_cb()
1357 garg->tuple_mode = 1; /* next call to tuple_cb will again start new tuple */ in gid_cb()
1564 if (garg->tuple_mode) { in tuple_cb()
1568 garg->tuple_mode = 1; /* next call will start a tuple (unless overridden in gid_cb) */ in tuple_cb()
1602 gcb.tuple_mode = 1; /* We prepare to collect the first tuple */ in tls1_set_groups_list()