Searched refs:sltmp (Results 1 – 2 of 2) sorted by relevance
121 unsigned int sltmp; in pkey_ec_sign() local132 if (!ECDSA_sign(0, tbs, tbslen, sig, &sltmp, ec)) { in pkey_ec_sign()135 *siglen = (size_t)sltmp; in pkey_ec_sign()
658 struct static_lease_s *sltmp; in get_staticlease() local672 sltmp = xzalloc(sizeof(struct static_lease_s)); in get_staticlease()675 sltmp->mac[count] = strtol(tkmac, &tkmac, 16); in get_staticlease()676 if (sltmp->mac[count]>255 || sltmp->mac[count]<0 || (*tkmac && *tkmac!=':') || errno) { in get_staticlease()678 free(sltmp); in get_staticlease()682 striptovar(tkip, &sltmp->nip); in get_staticlease()683 sltmp->next = gstate.leases.sleases; in get_staticlease()684 gstate.leases.sleases = sltmp; in get_staticlease()