Lines Matching refs:ret
844 EXT_RETURN ret;
856 ret = construct(s, pkt, context, x, chainidx);
857 if (ret == EXT_RETURN_FAIL) {
861 if (ret == EXT_RETURN_SENT
937 int ret = SSL_TLSEXT_ERR_NOACK;
947 ret = s->ctx->ext.servername_cb(s, &altmp,
950 ret = s->session_ctx->ext.servername_cb(s, &altmp,
962 if (sent && ret == SSL_TLSEXT_ERR_OK && !s->hit) {
989 if (ret == SSL_TLSEXT_ERR_OK && s->ext.ticket_expected
1012 switch (ret) {
1478 int ret = -1;
1621 ret = 1;
1624 ret = (CRYPTO_memcmp(binderin, binderout, hashsize) == 0);
1625 if (!ret)
1635 return ret;