Searched refs:tmpret (Results 1 – 2 of 2) sorted by relevance
56 STACK_OF(CONF_VALUE) *tmpret = NULL, *origret = ret; in STACK_OF()65 tmpret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF()66 if (tmpret == NULL) { in STACK_OF()71 ret = tmpret; in STACK_OF()
1198 int tmpret; in tls1_enc() local1200 tmpret = tls1_cbc_remove_padding(s, &recs[ctr], bs, mac_size); in tls1_enc()1206 if (tmpret == 0) in tls1_enc()1208 ret = constant_time_select_int(constant_time_eq_int(tmpret, 1), in tls1_enc()