Lines Matching refs:ret
1098 int ret;
1108 ret = tls_get_stateful_ticket(s, &identity, &sess);
1110 ret = tls_decrypt_ticket(s, PACKET_data(&identity),
1114 if (ret == SSL_TICKET_EMPTY) {
1119 if (ret == SSL_TICKET_FATAL_ERR_MALLOC
1120 || ret == SSL_TICKET_FATAL_ERR_OTHER) {
1124 if (ret == SSL_TICKET_NONE || ret == SSL_TICKET_NO_DECRYPT)
1458 int ret;
1465 ret = s->ctx->ext.npn_advertised_cb(s, &npa, &npalen,
1467 if (ret == SSL_TLSEXT_ERR_OK) {
1729 int ret = EXT_RETURN_FAIL;
1833 ret = EXT_RETURN_SENT;
1838 return ret;