Home
last modified time | relevance | path

Searched refs:tmpn (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c87 int tmpn = n; in PKCS12_key_gen_uni() local
140 fprintf(stderr, "Output KEY (length %d)\n", tmpn); in PKCS12_key_gen_uni()
141 h__dump(tmpout, tmpn); in PKCS12_key_gen_uni()
/freebsd-12.1/sys/kern/
H A Dkern_timeout.c440 struct callout *tmp, *tmpn; in callout_process() local
509 tmpn = LIST_NEXT(tmp, c_links.le); in callout_process()
514 tmp = tmpn; in callout_process()
/freebsd-12.1/contrib/wpa/src/tls/
H A Dlibtommath.c2769 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
2773 tmpn = n->dp; in fast_mp_montgomery_reduce()
2780 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()