Lines Matching refs:list
764 /* The gimpy cipher list we configure can't do TLS 1.3. */
3083 /* The list of sig algs */
3084 const int *list;
3085 /* The length of the list */
3087 /* A sigalgs list in string format */
3089 /* Whether setting the list should succeed */
3091 /* Whether creating a connection with the list should succeed */
3151 if (curr->list != NULL)
3152 ret = SSL_CTX_set1_sigalgs(cctx, curr->list, curr->listlen);
3176 if (curr->list != NULL)
3177 ret = SSL_set1_sigalgs(clientssl, curr->list, curr->listlen);
4260 * accepts a list of protos (each one length prefixed).
4605 /* SSL_CTX explicit cipher list */
4627 /* SSL explicit cipher list */
5018 * while offering the same group list, and another resumption handshake
5019 * offering a different group list. The returned value should be the
9391 /* removing a single algorithm from the list makes the test pass */