Home | History | Annotate | Download | only in ssl

Lines Matching refs:nc

1135 	unsigned long n,nc,llen,l;
1182 for (nc=0; nc<llen; )
1185 if ((l+nc+3) > llen)
1212 nc+=l+3;
1253 printf("cipher, alg, nc = %s, %lx, %lx, %d\n", s->s3->tmp.new_cipher->name,
1919 unsigned long n,nc,l;
2023 for (nc=0; nc<llen; )
2026 if ((l+nc+2) > llen)
2063 nc+=l+2;