HomeSort by relevance Sort by last modified time
    Searched refs:sltmp (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/evp/
p_ec.c 119 unsigned int sltmp; local
130 if (!ECDSA_sign(0, tbs, tbslen, sig, &sltmp, ec)) {
133 *siglen = (size_t)sltmp;
  /external/toybox/toys/pending/
dhcpd.c 658 struct static_lease_s *sltmp; local
672 sltmp = xzalloc(sizeof(struct static_lease_s));
675 sltmp->mac[count] = strtol(tkmac, &tkmac, 16);
676 if (sltmp->mac[count]>255 || sltmp->mac[count]<0 || (*tkmac && *tkmac!=':') || errno) {
678 free(sltmp);
682 striptovar(tkip, &sltmp->nip);
683 sltmp->next = gstate.leases.sleases;
684 gstate.leases.sleases = sltmp;
    [all...]

Completed in 618 milliseconds